#8AAF75
A medium, muted green closely aligning with Darkseagreen.
About #8AAF75
At its core, #8AAF75 is a medium and muted hue. Designers often compare it to the standard color Darkseagreen. Its digital footprint relies on 138 parts red, 175 parts green, and 117 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 21% cyan, 0% magenta, 33% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AAF75
RGB138, 175, 117
HSL98.3°, 26.6%, 57.3%
CMYK21%, 0%, 33%, 31%
HSV98.3°, 33.1%, 68.6%
LAB67.5, -23.4, 25.8
XYZ29.0, 37.3, 22.5
Decimal9088885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.47:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AAF75;
}
.text-color {
color: #8AAF75;
}
.border-color {
border: 2px solid #8AAF75;
}