#A0BD99
A light, muted green closely aligning with Darkseagreen.
About #A0BD99
When working with digital screens, the color #A0BD99 is rendered by mixing light. Its closest recognized web color is Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 189, and 153.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 15% Cyan, 0% Magenta, 19% Yellow, and 26% Black. The HSL representation is 108.3° hue, 21.4% saturation, and 67.1% lightness.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0BD99
RGB160, 189, 153
HSL108.3°, 21.4%, 67.1%
CMYK15%, 0%, 19%, 26%
HSV108.3°, 19.0%, 74.1%
LAB73.7, -16.7, 15.0
XYZ38.4, 46.2, 37.0
Decimal10534297
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.23:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0BD99;
}
.text-color {
color: #A0BD99;
}
.border-color {
border: 2px solid #A0BD99;
}