#A0B67C
A light, muted green closely aligning with Darkseagreen.
About #A0B67C
At its core, #A0B67C is a light and muted hue. Designers often compare it to the standard color Darkseagreen. Its digital footprint relies on 160 parts red, 182 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 12% cyan and 0% magenta inks. With a hue angle of 82.8 degrees, it sits comfortably in the green spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0B67C
RGB160, 182, 124
HSL82.8°, 28.4%, 60.0%
CMYK12%, 0%, 32%, 29%
HSV82.8°, 31.9%, 71.4%
LAB71.1, -17.7, 27.1
XYZ34.9, 42.4, 25.4
Decimal10532476
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.48:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B67C;
}
.text-color {
color: #A0B67C;
}
.border-color {
border: 2px solid #A0B67C;
}