#0FB66D
A dark, vivid green closely aligning with Mediumseagreen.
About #0FB66D
At its core, #0FB66D is a dark and vivid hue. It is closely associated with the named CSS color Mediumseagreen. In the RGB color space, it consists of 15 red, 182 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. The color uses 92% Cyan, 0% Magenta, 40% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0FB66D
RGB15, 182, 109
HSL153.8°, 84.8%, 38.6%
CMYK92%, 0%, 40%, 29%
HSV153.8°, 91.8%, 71.4%
LAB65.5, -55.4, 26.6
XYZ19.7, 34.7, 20.1
Decimal1029741
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.93:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FB66D;
}
.text-color {
color: #0FB66D;
}
.border-color {
border: 2px solid #0FB66D;
}