#99CC49
A medium, moderate green closely aligning with Yellowgreen.
About #99CC49
Visually, #99CC49 is defined as a moderate green. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 153 red, 204 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. The color uses 25% Cyan, 0% Magenta, 64% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99CC49
RGB153, 204, 73
HSL83.4°, 56.2%, 54.3%
CMYK25%, 0%, 64%, 20%
HSV83.4°, 64.2%, 80.0%
LAB76.3, -36.5, 57.9
XYZ35.9, 50.4, 14.1
Decimal10079305
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.09:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CC49;
}
.text-color {
color: #99CC49;
}
.border-color {
border: 2px solid #99CC49;
}