#99FF16
A medium, vivid green closely aligning with Greenyellow.
About #99FF16
The hex code #99FF16 represents a beautifully specific shade of green. Designers often compare it to the standard color Greenyellow. In the RGB color space, it consists of 153 red, 255 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 40% cyan, 0% magenta, 91% yellow, and 0% black. The HSL representation is 86.3° hue, 100.0% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99FF16
RGB153, 255, 22
HSL86.3°, 100.0%, 54.3%
CMYK40%, 0%, 91%, 0%
HSV86.3°, 91.4%, 100.0%
LAB90.9, -59.9, 85.2
XYZ49.0, 78.4, 13.3
Decimal10092310
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.67:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99FF16;
}
.text-color {
color: #99FF16;
}
.border-color {
border: 2px solid #99FF16;
}