#00AF75
A dark, vivid green closely aligning with Mediumseagreen.
About #00AF75
At its core, #00AF75 is a dark and vivid hue. It is closely associated with the named CSS color Mediumseagreen. Its digital footprint relies on 0 parts red, 175 parts green, and 117 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 0% Magenta, 33% Yellow, and 31% Black. The HSL representation is 160.1° hue, 100.0% saturation, and 34.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00AF75
RGB0, 175, 117
HSL160.1°, 100.0%, 34.3%
CMYK100%, 0%, 33%, 31%
HSV160.1°, 100.0%, 68.6%
LAB63.3, -51.8, 19.3
XYZ18.5, 31.9, 22.0
Decimal44917
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.39:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00AF75;
}
.text-color {
color: #00AF75;
}
.border-color {
border: 2px solid #00AF75;
}