#99CC3A
A medium, moderate green closely aligning with Yellowgreen.
About #99CC3A
Visually, #99CC3A is defined as a moderate green. It is closely associated with the named CSS color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 204, and 58.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 25% Cyan, 0% Magenta, 72% Yellow, and 20% Black. The HSL representation is 81.0° hue, 58.9% saturation, and 51.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99CC3A
RGB153, 204, 58
HSL81.0°, 58.9%, 51.4%
CMYK25%, 0%, 72%, 20%
HSV81.0°, 71.6%, 80.0%
LAB76.2, -37.5, 63.6
XYZ35.5, 50.3, 11.8
Decimal10079290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.05:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CC3A;
}
.text-color {
color: #99CC3A;
}
.border-color {
border: 2px solid #99CC3A;
}