#99CC6D
A light, moderate green closely aligning with Lightgreen.
About #99CC6D
The hex code #99CC6D represents a beautifully specific shade of green. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 204, and 109.
If you are designing for print, the four-color process is what matters most. The color uses 25% Cyan, 0% Magenta, 47% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99CC6D
RGB153, 204, 109
HSL92.2°, 48.2%, 61.4%
CMYK25%, 0%, 47%, 20%
HSV92.2°, 46.6%, 80.0%
LAB76.7, -33.0, 41.9
XYZ37.5, 51.1, 22.3
Decimal10079341
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.21:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CC6D;
}
.text-color {
color: #99CC6D;
}
.border-color {
border: 2px solid #99CC6D;
}