#A8BD6D
A medium, moderate green closely aligning with Darkkhaki.
About #A8BD6D
The precise color #A8BD6D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkkhaki. In the RGB color space, it consists of 168 red, 189 green, and 109 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 11% C, 0% M, 42% Y, and 26% K. The HSL representation is 75.8° hue, 37.7% saturation, and 58.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#A8BD6D
RGB168, 189, 109
HSL75.8°, 37.7%, 58.4%
CMYK11%, 0%, 42%, 26%
HSV75.8°, 42.3%, 74.1%
LAB73.4, -20.0, 38.0
XYZ37.1, 45.8, 21.4
Decimal11058541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.16:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8BD6D;
}
.text-color {
color: #A8BD6D;
}
.border-color {
border: 2px solid #A8BD6D;
}