#99C55F
A medium, moderate green closely aligning with Olivedrab.
About #99C55F
At its core, #99C55F is a medium and moderate hue. Designers often compare it to the standard color Olivedrab. In the RGB color space, it consists of 153 red, 197 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 22% Cyan, 0% Magenta, 52% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99C55F
RGB153, 197, 95
HSL85.9°, 46.8%, 57.3%
CMYK22%, 0%, 52%, 23%
HSV85.9°, 51.8%, 77.3%
LAB74.5, -31.3, 46.0
XYZ35.2, 47.5, 18.1
Decimal10077535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.51:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99C55F;
}
.text-color {
color: #99C55F;
}
.border-color {
border: 2px solid #99C55F;
}