#AFC56D
A light, moderate green closely aligning with Darkkhaki.
About #AFC56D
The hex code #AFC56D represents a beautifully specific shade of green. It is closely associated with the named CSS color Darkkhaki. In the RGB color space, it consists of 175 red, 197 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. The color uses 11% Cyan, 0% Magenta, 45% Yellow, and 23% Black. 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. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFC56D
RGB175, 197, 109
HSL75.0°, 43.1%, 60.0%
CMYK11%, 0%, 45%, 23%
HSV75.0°, 44.7%, 77.3%
LAB76.2, -21.3, 41.5
XYZ40.4, 50.2, 22.0
Decimal11519341
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.03:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFC56D;
}
.text-color {
color: #AFC56D;
}
.border-color {
border: 2px solid #AFC56D;
}