#99AF99
A light, muted green closely aligning with Darkgray.
About #99AF99
At its core, #99AF99 is a light and muted hue. Designers often compare it to the standard color Darkgray. In the RGB color space, it consists of 153 red, 175 green, and 153 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 13% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#99AF99
RGB153, 175, 153
HSL120.0°, 12.1%, 64.3%
CMYK13%, 0%, 13%, 31%
HSV120.0°, 12.6%, 68.6%
LAB69.3, -11.9, 8.7
XYZ34.2, 39.7, 36.0
Decimal10071961
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.95:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99AF99;
}
.text-color {
color: #99AF99;
}
.border-color {
border: 2px solid #99AF99;
}