#0FB675
A dark, vivid green closely aligning with Mediumseagreen.
About #0FB675
Visually, #0FB675 is defined as a vivid green. Its closest recognized web color is Mediumseagreen. In the RGB color space, it consists of 15 red, 182 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. The color uses 92% Cyan, 0% Magenta, 36% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#0FB675
RGB15, 182, 117
HSL156.6°, 84.8%, 38.6%
CMYK92%, 0%, 36%, 29%
HSV156.6°, 91.8%, 71.4%
LAB65.6, -53.8, 22.5
XYZ20.1, 34.8, 22.5
Decimal1029749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.97:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FB675;
}
.text-color {
color: #0FB675;
}
.border-color {
border: 2px solid #0FB675;
}