#99E949
A light, vivid green closely aligning with Yellowgreen.
About #99E949
At its core, #99E949 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 153 parts red, 233 parts green, and 73 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 34% C, 0% M, 69% Y, and 9% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99E949
RGB153, 233, 73
HSL90.0°, 78.4%, 60.0%
CMYK34%, 0%, 69%, 9%
HSV90.0°, 68.7%, 91.4%
LAB84.8, -49.0, 66.7
XYZ43.5, 65.5, 16.7
Decimal10086729
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.11:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
11.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99E949;
}
.text-color {
color: #99E949;
}
.border-color {
border: 2px solid #99E949;
}