#A0BD33
A medium, moderate yellow closely aligning with Yellowgreen.
About #A0BD33
Visually, #A0BD33 is defined as a moderate yellow. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 160 red, 189 green, and 51 blue.
Translating this color to physical media requires the CMYK color model. The color uses 15% Cyan, 0% Magenta, 73% Yellow, and 26% Black. The HSL representation is 72.6° hue, 57.5% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0BD33
RGB160, 189, 51
HSL72.6°, 57.5%, 47.1%
CMYK15%, 0%, 73%, 26%
HSV72.6°, 73.0%, 74.1%
LAB72.3, -28.1, 62.3
XYZ33.3, 44.1, 9.9
Decimal10534195
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.82:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0BD33;
}
.text-color {
color: #A0BD33;
}
.border-color {
border: 2px solid #A0BD33;
}