#99F8A8
A light, vivid green closely aligning with Lightgreen.
About #99F8A8
At its core, #99F8A8 is a light and vivid hue. It is closely associated with the named CSS color Lightgreen. In the RGB color space, it consists of 153 red, 248 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 38% C, 0% M, 32% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99F8A8
RGB153, 248, 168
HSL129.5°, 87.2%, 78.6%
CMYK38%, 0%, 32%, 3%
HSV129.5°, 38.3%, 97.3%
LAB90.2, -44.2, 29.8
XYZ53.8, 76.7, 49.0
Decimal10090664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.35:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F8A8;
}
.text-color {
color: #99F8A8;
}
.border-color {
border: 2px solid #99F8A8;
}