Color: #ACD96E

#ACD96E Color Information

#ACD96E is a light color. The closest websafe version is #ACD96E. A complement of this color would be #9A6ED8, perceived brightness is 0.75, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 85°,a saturation of 58%, and a lightness of 64%.The HSV representation shows a hue of 85°, a saturation of 49%, and a value of 85%.

In a RGB color space, #ACD96E is composed of 67% red, 85% green and 43% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 0% magenta, 49% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 59.87, x: 0.3747, and y: 0.4780.

Color Code #ACD96E

#ACD96Ergb(172, 217, 110)
HEX
#ACD96E
RGB
rgb(172, 217, 110)
HSL
hsl(85, 58%, 64%)
HSV
hsv(85, 49%, 85%)
CMYK
21%, 0%, 49%, 15%
XYZ
X: 46.94, Y: 59.87, Z: 18.45
Lab
L: 81.77, a: -28.07, b: 47.18
Name

Shades of Color #ACD96E

Shades are created by darkening the original color #ACD96E 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 #ACD96E

Tints are created by lightening the original color #ACD96E 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.

#ACD96Ergb(172, 217, 110)

About #ACD96E Color Code

In the HSL color space, this color has a hue angle of 85°, a saturation of 58%, and a lightness of 64%. The HSV representation shows a hue of 85°, a saturation of 49%, and a value of 85%.

  • HEX: #ACD96E
  • RGB: rgb(172, 217, 110)
  • HSL: hsl(85, 58%, 64%)
  • HSV: hsv(85, 49%, 85%)
  • CMYK: 21.00% cyan, 0.00% magenta, 49.00% yellow, 15.00% black
  • XYZ: 46.94, 59.87, 18.45
  • Yxy: 59.87, 0.3747, 0.4780
  • Hunter Lab: 81.77, -28.07, 47.18
  • CIE-Lab: 81.77, -28.07, 47.18

In the XYZ color space, this color is represented as X: 46.94, Y: 59.87, Z: 18.45. The Yxy representation further refines this as Y: 59.87, x: 0.3747, and y: 0.4780.

In the Hunter Lab color space, this color is represented as L: 81.77, a: -28.07, and b: 47.18. Similarly, in the CIE-Lab color space, it is represented as L: 81.77, a: -28.07, and b: 47.18.

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 #ACD96E

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

Analogous Colors of #ACD96E

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

Split Complementary Colors of #ACD96E

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

Tetradic Colors of #ACD96E

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

Monochromatic Colors of #ACD96E

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

Complementary Color of #ACD96E

The complementary color of #ACD96E 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 #ACD96E

/* Using HEX */
body {
  background-color: #acd96e;
}
/* Using RGB */
body {
  background-color: rgb(172, 217, 110);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 217, 110, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(85, 58%, 64%);
}
/* Text color */
p {
  color: #acd96e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #acd96e;
}
/* Border color */
.box {
  border: 4px solid #acd96e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #acd96e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #acd96e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ACD96E
On Black Background
#ACD96E
On White Background
#ACD96E

HTML Examples of #ACD96E

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

Related Colors of #ACD96E

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