#99E90F
A medium, vivid green closely aligning with Greenyellow.
About #99E90F
Visually, #99E90F is defined as a vivid green. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(153, 233, 15).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 34% cyan, 0% magenta, 94% yellow, and 9% black. The HSL representation is 82.0° hue, 87.9% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99E90F
RGB153, 233, 15
HSL82.0°, 87.9%, 48.6%
CMYK34%, 0%, 94%, 9%
HSV82.0°, 93.6%, 91.4%
LAB84.5, -51.4, 80.8
XYZ42.4, 65.1, 10.8
Decimal10086671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.02:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99E90F;
}
.text-color {
color: #99E90F;
}
.border-color {
border: 2px solid #99E90F;
}