#8AB67C
A light, muted green closely aligning with Darkseagreen.
About #8AB67C
The hex code #8AB67C represents a beautifully specific shade of green. Designers often compare it to the standard color Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 182, and 124.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 24% cyan, 0% magenta, 32% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AB67C
RGB138, 182, 124
HSL105.5°, 28.4%, 60.0%
CMYK24%, 0%, 32%, 29%
HSV105.5°, 31.9%, 71.4%
LAB69.7, -25.8, 24.9
XYZ30.8, 40.3, 25.2
Decimal9090684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.06:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AB67C;
}
.text-color {
color: #8AB67C;
}
.border-color {
border: 2px solid #8AB67C;
}