#A0B68A
A light, muted green closely aligning with Darkseagreen.
About #A0B68A
The hex code #A0B68A represents a beautifully specific shade of green. It is closely associated with the named CSS color Darkseagreen. In the RGB color space, it consists of 160 red, 182 green, and 138 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, 24% yellow, and 29% black. The HSL representation is 90.0° hue, 23.2% saturation, and 62.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0B68A
RGB160, 182, 138
HSL90.0°, 23.2%, 62.7%
CMYK12%, 0%, 24%, 29%
HSV90.0°, 24.2%, 71.4%
LAB71.4, -15.6, 19.9
XYZ35.8, 42.8, 30.4
Decimal10532490
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.55:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B68A;
}
.text-color {
color: #A0B68A;
}
.border-color {
border: 2px solid #A0B68A;
}