#99CC07
A medium, vivid green closely aligning with Yellowgreen.
About #99CC07
The hex code #99CC07 represents a beautifully specific shade of green. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 153 red, 204 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 25% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99CC07
RGB153, 204, 7
HSL75.5°, 93.4%, 41.4%
CMYK25%, 0%, 97%, 20%
HSV75.5°, 96.6%, 80.0%
LAB76.1, -39.2, 74.9
XYZ34.8, 50.0, 8.0
Decimal10079239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.99:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CC07;
}
.text-color {
color: #99CC07;
}
.border-color {
border: 2px solid #99CC07;
}