#A8C57C
A light, moderate green closely aligning with Darkkhaki.
About #A8C57C
Visually, #A8C57C is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkkhaki. Its digital footprint relies on 168 parts red, 197 parts green, and 124 parts blue light.
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 83.8° hue, 38.6% saturation, and 62.9% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8C57C
RGB168, 197, 124
HSL83.8°, 38.6%, 62.9%
CMYK15%, 0%, 37%, 23%
HSV83.8°, 37.1%, 77.3%
LAB75.9, -22.2, 33.5
XYZ39.8, 49.7, 26.6
Decimal11060604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.94:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8C57C;
}
.text-color {
color: #A8C57C;
}
.border-color {
border: 2px solid #A8C57C;
}