#99F0A0
A light, vivid green closely aligning with Lightgreen.
About #99F0A0
Visually, #99F0A0 is defined as a vivid green. Designers often compare it to the standard color Lightgreen. Its digital footprint relies on 153 parts red, 240 parts green, and 160 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 36% C, 0% M, 33% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99F0A0
RGB153, 240, 160
HSL124.8°, 74.4%, 77.1%
CMYK36%, 0%, 33%, 6%
HSV124.8°, 36.2%, 94.1%
LAB87.8, -42.0, 30.6
XYZ50.6, 71.6, 44.4
Decimal10088608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.33:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F0A0;
}
.text-color {
color: #99F0A0;
}
.border-color {
border: 2px solid #99F0A0;
}