#0F996D
A dark, vivid green closely aligning with Seagreen.
About #0F996D
When working with digital screens, the color #0F996D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 153, and 109.
Translating this color to physical media requires the CMYK color model. The color uses 90% Cyan, 0% Magenta, 29% Yellow, and 40% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#0F996D
RGB15, 153, 109
HSL160.9°, 82.1%, 32.9%
CMYK90%, 0%, 29%, 40%
HSV160.9°, 90.2%, 60.0%
LAB56.1, -44.4, 13.8
XYZ14.3, 24.0, 18.3
Decimal1022317
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.80:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F996D;
}
.text-color {
color: #0F996D;
}
.border-color {
border: 2px solid #0F996D;
}