#8AC58A
A light, moderate green closely aligning with Darkseagreen.
About #8AC58A
Visually, #8AC58A is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(138, 197, 138).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 30% Cyan, 0% Magenta, 30% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AC58A
RGB138, 197, 138
HSL120.0°, 33.7%, 65.7%
CMYK30%, 0%, 30%, 23%
HSV120.0°, 29.9%, 77.3%
LAB74.3, -30.7, 23.7
XYZ35.0, 47.2, 31.3
Decimal9094538
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.43:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AC58A;
}
.text-color {
color: #8AC58A;
}
.border-color {
border: 2px solid #8AC58A;
}