#A0B61D
A medium, vivid yellow closely aligning with Yellowgreen.
About #A0B61D
Visually, #A0B61D is defined as a vivid yellow. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 160 red, 182 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. The color uses 12% Cyan, 0% Magenta, 84% Yellow, and 29% Black. With a hue angle of 68.6 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0B61D
RGB160, 182, 29
HSL68.6°, 72.5%, 41.4%
CMYK12%, 0%, 84%, 29%
HSV68.6°, 84.1%, 71.4%
LAB70.2, -25.7, 66.9
XYZ31.4, 41.0, 7.4
Decimal10532381
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.20:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B61D;
}
.text-color {
color: #A0B61D;
}
.border-color {
border: 2px solid #A0B61D;
}