#8AA066
A medium, muted green closely aligning with Darkseagreen.
About #8AA066
Visually, #8AA066 is defined as a muted green. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 138 red, 160 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 14% Cyan, 0% Magenta, 36% Yellow, and 37% Black. The HSL representation is 82.8° hue, 23.4% saturation, and 51.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AA066
RGB138, 160, 102
HSL82.8°, 23.4%, 51.4%
CMYK14%, 0%, 36%, 37%
HSV82.8°, 36.2%, 62.7%
LAB62.9, -17.9, 27.7
XYZ25.5, 31.5, 17.3
Decimal9085030
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.30:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8AA066;
}
.text-color {
color: #8AA066;
}
.border-color {
border: 2px solid #8AA066;
}