#99B650
A medium, moderate green closely aligning with Olivedrab.
About #99B650
When working with digital screens, the color #99B650 is rendered by mixing light. Its closest recognized web color is Olivedrab. In the RGB color space, it consists of 153 red, 182 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 16% cyan and 0% magenta inks. With a hue angle of 77.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#99B650
RGB153, 182, 80
HSL77.1°, 41.1%, 51.4%
CMYK16%, 0%, 56%, 29%
HSV77.1°, 56.0%, 71.4%
LAB70.0, -25.5, 47.8
XYZ31.3, 40.8, 13.8
Decimal10073680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.16:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99B650;
}
.text-color {
color: #99B650;
}
.border-color {
border: 2px solid #99B650;
}