#AFD392
A light, moderate green closely aligning with Darkseagreen.
About #AFD392
At its core, #AFD392 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 211, and 146.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 17% cyan and 0% magenta inks. With a hue angle of 93.2 degrees, it sits comfortably in the green spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFD392
RGB175, 211, 146
HSL93.2°, 42.5%, 70.0%
CMYK17%, 0%, 31%, 17%
HSV93.2°, 30.8%, 82.7%
LAB80.6, -23.4, 28.4
XYZ46.2, 57.8, 35.9
Decimal11522962
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.56:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFD392;
}
.text-color {
color: #AFD392;
}
.border-color {
border: 2px solid #AFD392;
}