#A0C5A0
A light, muted green closely aligning with Darkseagreen.
About #A0C5A0
The precise color #A0C5A0 is an excellent choice for modern design projects. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 160 red, 197 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 19% cyan, 0% magenta, 19% yellow, and 23% black. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0C5A0
RGB160, 197, 160
HSL120.0°, 24.2%, 70.0%
CMYK19%, 0%, 19%, 23%
HSV120.0°, 18.8%, 77.3%
LAB76.0, -19.5, 14.6
XYZ40.8, 49.9, 40.7
Decimal10536352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.99:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0C5A0;
}
.text-color {
color: #A0C5A0;
}
.border-color {
border: 2px solid #A0C5A0;
}