#A0BD07
A dark, vivid yellow closely aligning with Yellowgreen.
About #A0BD07
Visually, #A0BD07 is defined as a vivid yellow. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 189, and 7.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 15% cyan, 0% magenta, 96% yellow, and 26% black. The HSL representation is 69.6° hue, 92.9% saturation, and 38.4% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0BD07
RGB160, 189, 7
HSL69.6°, 92.9%, 38.4%
CMYK15%, 0%, 96%, 26%
HSV69.6°, 96.3%, 74.1%
LAB72.2, -29.5, 72.1
XYZ32.7, 43.9, 6.9
Decimal10534151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.78:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0BD07;
}
.text-color {
color: #A0BD07;
}
.border-color {
border: 2px solid #A0BD07;
}