#ACFE9D
A very light, vivid green closely aligning with Palegreen.
About #ACFE9D
The hex code #ACFE9D represents a beautifully specific shade of green. Designers often compare it to the standard color Palegreen. In the RGB color space, it consists of 172 red, 254 green, and 157 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 32% cyan and 0% magenta inks. With a hue angle of 110.7 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#ACFE9D
RGB172, 254, 157
HSL110.7°, 98.0%, 80.6%
CMYK32%, 0%, 38%, 0%
HSV110.7°, 38.2%, 99.6%
LAB92.6, -42.8, 38.7
XYZ58.5, 82.1, 44.7
Decimal11337373
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.42:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #ACFE9D;
}
.text-color {
color: #ACFE9D;
}
.border-color {
border: 2px solid #ACFE9D;
}