#99E9A8
A light, moderate green closely aligning with Lightgreen.
About #99E9A8
At its core, #99E9A8 is a light and moderate hue. It is closely associated with the named CSS color Lightgreen. Its digital footprint relies on 153 parts red, 233 parts green, and 168 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 34% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99E9A8
RGB153, 233, 168
HSL131.2°, 64.5%, 75.7%
CMYK34%, 0%, 28%, 9%
HSV131.2°, 34.3%, 91.4%
LAB85.9, -37.6, 24.0
XYZ49.3, 67.9, 47.5
Decimal10086824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.58:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99E9A8;
}
.text-color {
color: #99E9A8;
}
.border-color {
border: 2px solid #99E9A8;
}