#8AA075
A medium, muted green closely aligning with Darkseagreen.
About #8AA075
The precise color #8AA075 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkseagreen. In the RGB color space, it consists of 138 red, 160 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. The color uses 14% Cyan, 0% Magenta, 27% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#8AA075
RGB138, 160, 117
HSL90.7°, 18.5%, 54.3%
CMYK14%, 0%, 27%, 37%
HSV90.7°, 26.9%, 62.7%
LAB63.2, -15.7, 19.9
XYZ26.3, 31.8, 21.6
Decimal9085045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.37:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8AA075;
}
.text-color {
color: #8AA075;
}
.border-color {
border: 2px solid #8AA075;
}