#0FAF75
A dark, vivid green closely aligning with Mediumseagreen.
About #0FAF75
At its core, #0FAF75 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, 175 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 91% C, 0% M, 33% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FAF75
RGB15, 175, 117
HSL158.3°, 84.2%, 37.3%
CMYK91%, 0%, 33%, 31%
HSV158.3°, 91.4%, 68.6%
LAB63.4, -51.2, 19.5
XYZ18.7, 32.0, 22.0
Decimal1027957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.41:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FAF75;
}
.text-color {
color: #0FAF75;
}
.border-color {
border: 2px solid #0FAF75;
}