#A0CC0F
A medium, vivid yellow closely aligning with Yellowgreen.
About #A0CC0F
The hex code #A0CC0F represents a beautifully specific shade of yellow. Its closest recognized web color is Yellowgreen. Its digital footprint relies on 160 parts red, 204 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 22% cyan and 0% magenta inks. With a hue angle of 74.0 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0CC0F
RGB160, 204, 15
HSL74.0°, 86.3%, 42.9%
CMYK22%, 0%, 93%, 20%
HSV74.0°, 92.6%, 80.0%
LAB76.5, -36.3, 74.6
XYZ36.2, 50.7, 8.3
Decimal10537999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.14:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0CC0F;
}
.text-color {
color: #A0CC0F;
}
.border-color {
border: 2px solid #A0CC0F;
}