#99B624
A medium, moderate yellow closely aligning with Yellowgreen.
About #99B624
Visually, #99B624 is defined as a moderate yellow. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 153 red, 182 green, and 36 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 16% cyan and 0% magenta inks. With a hue angle of 71.9 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99B624
RGB153, 182, 36
HSL71.9°, 67.0%, 42.7%
CMYK16%, 0%, 80%, 29%
HSV71.9°, 80.2%, 71.4%
LAB69.7, -28.4, 64.5
XYZ30.2, 40.4, 7.9
Decimal10073636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.07:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99B624;
}
.text-color {
color: #99B624;
}
.border-color {
border: 2px solid #99B624;
}