#99BD3A
A medium, moderate green closely aligning with Yellowgreen.
About #99BD3A
Visually, #99BD3A is defined as a moderate green. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 189, and 58.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 19% cyan and 0% magenta inks. With a hue angle of 76.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99BD3A
RGB153, 189, 58
HSL76.5°, 53.0%, 48.4%
CMYK19%, 0%, 69%, 26%
HSV76.5°, 69.3%, 74.1%
LAB71.9, -30.6, 59.2
XYZ32.1, 43.5, 10.7
Decimal10075450
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.69:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99BD3A;
}
.text-color {
color: #99BD3A;
}
.border-color {
border: 2px solid #99BD3A;
}