#00AF5F
A dark, vivid green closely aligning with Mediumseagreen.
About #00AF5F
At its core, #00AF5F is a dark and vivid hue. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(0, 175, 95).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#00AF5F
RGB0, 175, 95
HSL152.6°, 100.0%, 34.3%
CMYK100%, 0%, 46%, 31%
HSV152.6°, 100.0%, 68.6%
LAB62.9, -56.3, 30.6
XYZ17.4, 31.5, 16.0
Decimal44895
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.30:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00AF5F;
}
.text-color {
color: #00AF5F;
}
.border-color {
border: 2px solid #00AF5F;
}