#ABC663
A medium, moderate green closely aligning with Darkkhaki.
About #ABC663
At its core, #ABC663 is a medium and moderate hue. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(171, 198, 99).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 14% cyan, 0% magenta, 50% yellow, and 22% black. With a hue angle of 76.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#ABC663
RGB171, 198, 99
HSL76.4°, 46.5%, 58.2%
CMYK14%, 0%, 50%, 22%
HSV76.4°, 50.0%, 77.6%
LAB76.0, -24.4, 46.2
XYZ39.2, 49.9, 19.4
Decimal11257443
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.99:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #ABC663;
}
.text-color {
color: #ABC663;
}
.border-color {
border: 2px solid #ABC663;
}