#0F663A
A dark, vivid green closely aligning with Seagreen.
About #0F663A
Visually, #0F663A is defined as a vivid green. Its closest recognized web color is Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 102, and 58.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 85% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF 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#0F663A
RGB15, 102, 58
HSL149.7°, 74.4%, 22.9%
CMYK85%, 0%, 43%, 60%
HSV149.7°, 85.3%, 40.0%
LAB37.7, -35.5, 18.1
XYZ5.7, 9.9, 5.6
Decimal1009210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.04:1
Text on #FFFFFF
AAA
2.98:1
Text on #000000
FAIL
6.73:1
Text on #F8FAFC
AA
2.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F663A;
}
.text-color {
color: #0F663A;
}
.border-color {
border: 2px solid #0F663A;
}