#A8C55F
A medium, moderate green closely aligning with Darkkhaki.
About #A8C55F
At its core, #A8C55F is a medium and moderate hue. It is closely associated with the named CSS color Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 197, and 95.
Translating this color to physical media requires the CMYK color model. The color uses 15% Cyan, 0% Magenta, 52% Yellow, and 23% Black. With a hue angle of 77.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8C55F
RGB168, 197, 95
HSL77.1°, 46.8%, 57.3%
CMYK15%, 0%, 52%, 23%
HSV77.1°, 51.8%, 77.3%
LAB75.5, -25.5, 47.4
XYZ38.2, 49.1, 18.3
Decimal11060575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.82:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8C55F;
}
.text-color {
color: #A8C55F;
}
.border-color {
border: 2px solid #A8C55F;
}