#A0C566
A medium, moderate green closely aligning with Darkkhaki.
About #A0C566
When working with digital screens, the color #A0C566 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkkhaki. Its digital footprint relies on 160 parts red, 197 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 19% C, 0% M, 48% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0C566
RGB160, 197, 102
HSL83.4°, 45.0%, 58.6%
CMYK19%, 0%, 48%, 23%
HSV83.4°, 48.2%, 77.3%
LAB75.1, -27.9, 43.4
XYZ36.9, 48.4, 20.0
Decimal10536294
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.67:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0C566;
}
.text-color {
color: #A0C566;
}
.border-color {
border: 2px solid #A0C566;
}