#AFCC99
A light, moderate green closely aligning with Darkseagreen.
About #AFCC99
Visually, #AFCC99 is defined as a moderate green. It is closely associated with the named CSS color Darkseagreen. In the RGB color space, it consists of 175 red, 204 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 14% cyan, 0% magenta, 25% yellow, and 20% black. With a hue angle of 94.1 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFCC99
RGB175, 204, 153
HSL94.1°, 33.3%, 70.0%
CMYK14%, 0%, 25%, 20%
HSV94.1°, 25.0%, 80.0%
LAB78.8, -18.9, 22.3
XYZ45.0, 54.6, 38.3
Decimal11521177
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.92:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFCC99;
}
.text-color {
color: #AFCC99;
}
.border-color {
border: 2px solid #AFCC99;
}