#AFCC66
A light, moderate green closely aligning with Darkkhaki.
About #AFCC66
Visually, #AFCC66 is defined as a moderate green. Designers often compare it to the standard color Darkkhaki. In the RGB color space, it consists of 175 red, 204 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 14% cyan, 0% magenta, 50% yellow, and 20% black. With a hue angle of 77.1 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFCC66
RGB175, 204, 102
HSL77.1°, 50.0%, 60.0%
CMYK14%, 0%, 50%, 20%
HSV77.1°, 50.0%, 80.0%
LAB78.0, -25.5, 47.2
XYZ41.7, 53.3, 20.7
Decimal11521126
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.65:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFCC66;
}
.text-color {
color: #AFCC66;
}
.border-color {
border: 2px solid #AFCC66;
}