#A0B675
A medium, moderate green closely aligning with Darkkhaki.
About #A0B675
The hex code #A0B675 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkkhaki. In the RGB color space, it consists of 160 red, 182 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 12% cyan, 0% magenta, 36% yellow, and 29% black. With a hue angle of 80.3 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0B675
RGB160, 182, 117
HSL80.3°, 30.8%, 58.6%
CMYK12%, 0%, 36%, 29%
HSV80.3°, 35.7%, 71.4%
LAB71.0, -18.6, 30.6
XYZ34.4, 42.2, 23.2
Decimal10532469
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.44:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B675;
}
.text-color {
color: #A0B675;
}
.border-color {
border: 2px solid #A0B675;
}