#A8C575
A light, moderate green closely aligning with Darkkhaki.
About #A8C575
When working with digital screens, the color #A8C575 is rendered by mixing light. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(168, 197, 117).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 15% cyan and 0% magenta inks. The HSL representation is 81.8° hue, 40.8% saturation, and 61.6% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A8C575
RGB168, 197, 117
HSL81.8°, 40.8%, 61.6%
CMYK15%, 0%, 41%, 23%
HSV81.8°, 40.6%, 77.3%
LAB75.8, -23.1, 36.9
XYZ39.3, 49.5, 24.3
Decimal11060597
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.91:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8C575;
}
.text-color {
color: #A8C575;
}
.border-color {
border: 2px solid #A8C575;
}