#249966
A dark, moderate green closely aligning with Seagreen.
About #249966
Visually, #249966 is defined as a moderate green. 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 36, 153, and 102.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 76% cyan, 0% magenta, 33% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#249966
RGB36, 153, 102
HSL153.8°, 61.9%, 37.1%
CMYK76%, 0%, 33%, 40%
HSV153.8°, 76.5%, 60.0%
LAB56.2, -44.0, 17.9
XYZ14.5, 24.1, 16.5
Decimal2398566
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.82:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #249966;
}
.text-color {
color: #249966;
}
.border-color {
border: 2px solid #249966;
}