Shades of Dark Sea Green #96C399
Tints of Dark Sea Green #96C399
RGB
CMYK
RGB Variations
Color information
#96C399 (or 0x96C399) is known color: Dark Sea Green. HEX triplet: 96, C3 and 99. RGB value is (150,195,153). Sum of RGB (Red+Green+Blue) = 150+195+153=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #96C399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C399 is #693C66. Grayscale: #B0B0B0. Windows color (decimal): -6896743 or 10077078. OLE color: 10077078.
HSL color Cylindrical-coordinate representation of color #96C399: hue angle of 124º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C399 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 153 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.24 |
| HSL | 124º | 0.27% | 0.68% | - |
| HSV(B) | 124º | 0.23% | 0.76% | - |
| XYZ | 37.84 | 47.81 | 37.37 | - |
| YUV | 176.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 153 | 0.23 | 0 | 0.22 | 0.24 | 124 | 0.27 | 0.68 |
| Hex | 96 | C3 | 99 | 17 | 0 | 16 | 18 | 7C | 1B | 44 |
| Octal | 226 | 303 | 231 | 27 | 0 | 26 | 30 | 174 | 33 | 104 |
| Binary | 10010110 | 11000011 | 10011001 | 10111 | 0 | 10110 | 11000 | 1111100 | 11011 | 1000100 |
Color Harmonies of #96C399
Complementary color
Monochromatic Colors of #96C399
Black with #96C399
Text Example
Text Example
White with #96C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C399; }
p { color: rgb(150,195,153); }
H1.HeaderClassName
{
color: #96C399;
}
.AnyTagClassName
{
color: #96C399;
}
</style>
background-color css
<style>
a { background-color: #96C399; }
a { background-color: rgb(150,195,153); }
div.DivClassName
{
background-color: #96C399;
}
.BgClassName
{
background-color: #96C399;
}
</style>
border-color css
<style>
span { border-color: #96C399; }
span { border-color: rgb(150,195,153); }
td.TdClassName
{
border-color: #96C399;
}
.TagClassName
{
border-color: #96C399;
}
</style>