#A8CC6D
A light, moderate green closely aligning with Darkkhaki.
About #A8CC6D
The hex code #A8CC6D represents a beautifully specific shade of green. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(168, 204, 109).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 18% cyan, 0% magenta, 47% yellow, and 20% black. The HSL representation is 82.7° hue, 48.2% saturation, and 61.4% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8CC6D
RGB168, 204, 109
HSL82.7°, 48.2%, 61.4%
CMYK18%, 0%, 47%, 20%
HSV82.7°, 46.6%, 80.0%
LAB77.6, -27.4, 43.2
XYZ40.5, 52.6, 22.5
Decimal11062381
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.52:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8CC6D;
}
.text-color {
color: #A8CC6D;
}
.border-color {
border: 2px solid #A8CC6D;
}