#A8D38A
A light, moderate green closely aligning with Darkseagreen.
About #A8D38A
Visually, #A8D38A is defined as a moderate green. Its closest recognized web color is Darkseagreen. This translates to an RGB value of rgb(168, 211, 138).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 20% cyan and 0% magenta inks. With a hue angle of 95.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#A8D38A
RGB168, 211, 138
HSL95.3°, 45.3%, 68.4%
CMYK20%, 0%, 35%, 17%
HSV95.3°, 34.6%, 82.7%
LAB80.0, -27.1, 31.7
XYZ44.0, 56.7, 32.7
Decimal11064202
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.35:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8D38A;
}
.text-color {
color: #A8D38A;
}
.border-color {
border: 2px solid #A8D38A;
}