#99DB0F
A medium, vivid green closely aligning with Yellowgreen.
About #99DB0F
Visually, #99DB0F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 153 red, 219 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. The color uses 30% Cyan, 0% Magenta, 93% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99DB0F
RGB153, 219, 15
HSL79.4°, 87.2%, 45.9%
CMYK30%, 0%, 93%, 14%
HSV79.4°, 93.2%, 85.9%
LAB80.4, -45.6, 77.5
XYZ38.6, 57.5, 9.5
Decimal10083087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.49:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99DB0F;
}
.text-color {
color: #99DB0F;
}
.border-color {
border: 2px solid #99DB0F;
}