Shades of Dark Sea Green #96C390
Tints of Dark Sea Green #96C390
RGB
CMYK
RGB Variations
Color information
#96C390 (or 0x96C390) is known color: Dark Sea Green. HEX triplet: 96, C3 and 90. RGB value is (150,195,144). Sum of RGB (Red+Green+Blue) = 150+195+144=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #96C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C390 is #693C6F. Grayscale: #AFAFAF. Windows color (decimal): -6896752 or 9487254. OLE color: 9487254.
HSL color Cylindrical-coordinate representation of color #96C390: hue angle of 112.94º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96C390 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 144 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.24 |
| HSL | 112.94º | 0.3% | 0.66% | - |
| HSV(B) | 112.94º | 0.26% | 0.76% | - |
| XYZ | 37.13 | 47.53 | 33.6 | - |
| YUV | 175.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 144 | 0.23 | 0 | 0.26 | 0.24 | 112.94 | 0.3 | 0.66 |
| Hex | 96 | C3 | 90 | 17 | 0 | 1A | 18 | 71 | 1E | 42 |
| Octal | 226 | 303 | 220 | 27 | 0 | 32 | 30 | 161 | 36 | 102 |
| Binary | 10010110 | 11000011 | 10010000 | 10111 | 0 | 11010 | 11000 | 1110001 | 11110 | 1000010 |
Color Harmonies of #96C390
Complementary color
Monochromatic Colors of #96C390
Black with #96C390
Text Example
Text Example
White with #96C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C390; }
p { color: rgb(150,195,144); }
H1.HeaderClassName
{
color: #96C390;
}
.AnyTagClassName
{
color: #96C390;
}
</style>
background-color css
<style>
a { background-color: #96C390; }
a { background-color: rgb(150,195,144); }
div.DivClassName
{
background-color: #96C390;
}
.BgClassName
{
background-color: #96C390;
}
</style>
border-color css
<style>
span { border-color: #96C390; }
span { border-color: rgb(150,195,144); }
td.TdClassName
{
border-color: #96C390;
}
.TagClassName
{
border-color: #96C390;
}
</style>