Color: #ABF96E

#ABF96E Color Information

#ABF96E is a light color. The closest websafe version is #ABF96E. A complement of this color would be #BC6CF9, perceived brightness is 0.82, and the grayscale version is #B3B3B3.

In the HSL color space, this color has a hue angle of 94°,a saturation of 92%, and a lightness of 70%.The HSV representation shows a hue of 94°, a saturation of 56%, and a value of 98%.

In a RGB color space, #ABF96E is composed of 67% red, 98% green and 43% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 0% magenta, 56% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 77.92, x: 0.3636, and y: 0.5018.

Color Code #ABF96E

#ABF96Ergb(171, 249, 110)
HEX
#ABF96E
RGB
rgb(171, 249, 110)
HSL
hsl(94, 92%, 70%)
HSV
hsv(94, 56%, 98%)
CMYK
31%, 0%, 56%, 2%
XYZ
X: 56.47, Y: 77.92, Z: 20.90
Lab
L: 90.74, a: -41.77, b: 57.49
Name

Shades of Color #ABF96E

Shades are created by darkening the original color #ABF96E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #ABF96E

Tints are created by lightening the original color #ABF96E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#ABF96Ergb(171, 249, 110)

About #ABF96E Color Code

In the HSL color space, this color has a hue angle of 94°, a saturation of 92%, and a lightness of 70%. The HSV representation shows a hue of 94°, a saturation of 56%, and a value of 98%.

  • HEX: #ABF96E
  • RGB: rgb(171, 249, 110)
  • HSL: hsl(94, 92%, 70%)
  • HSV: hsv(94, 56%, 98%)
  • CMYK: 31.00% cyan, 0.00% magenta, 56.00% yellow, 2.00% black
  • XYZ: 56.47, 77.92, 20.90
  • Yxy: 77.92, 0.3636, 0.5018
  • Hunter Lab: 90.74, -41.77, 57.49
  • CIE-Lab: 90.74, -41.77, 57.49

In the XYZ color space, this color is represented as X: 56.47, Y: 77.92, Z: 20.90. The Yxy representation further refines this as Y: 77.92, x: 0.3636, and y: 0.5018.

In the Hunter Lab color space, this color is represented as L: 90.74, a: -41.77, and b: 57.49. Similarly, in the CIE-Lab color space, it is represented as L: 90.74, a: -41.77, and b: 57.49.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #ABF96E

Triadic colors are three colors evenly spaced around the color wheel, including #ABF96E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #ABF96E

Analogous colors are adjacent to #ABF96E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #ABF96E

Split complementary colors are two colors adjacent to the complementary color of #ABF96E. They create a balanced and visually appealing color scheme.

Tetradic Colors of #ABF96E

Tetradic colors form a rectangle on the color wheel, including #ABF96E. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #ABF96E

Monochromatic colors are variations of #ABF96E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #ABF96E

The complementary color of #ABF96E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #ABF96E

/* Using HEX */
body {
  background-color: #abf96e;
}
/* Using RGB */
body {
  background-color: rgb(171, 249, 110);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 249, 110, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(94, 92%, 70%);
}
/* Text color */
p {
  color: #abf96e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #abf96e;
}
/* Border color */
.box {
  border: 4px solid #abf96e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #abf96e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #abf96e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ABF96E
On Black Background
#ABF96E
On White Background
#ABF96E

HTML Examples of #ABF96E

<!-- Using HEX -->
<div style="background-color: #abf96e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(171, 249, 110); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(171, 249, 110, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(94, 92%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #abf96e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #abf96e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #abf96e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #abf96e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #abf96e; color: #fff; padding: 16px; border-radius: 8px;">
  #ABF96E
</div>
#ABF96E
On Black Background
#ABF96E
On White Background
#ABF96E

Related Colors of #ABF96E

These colors are similar to #ABF96E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.