Shades of Dark Sea Green #96C28D
Tints of Dark Sea Green #96C28D
RGB
CMYK
RGB Variations
Color information
#96C28D (or 0x96C28D) is known color: Dark Sea Green. HEX triplet: 96, C2 and 8D. RGB value is (150,194,141). Sum of RGB (Red+Green+Blue) = 150+194+141=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #96C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C28D is #693D72. Grayscale: #AEAEAE. Windows color (decimal): -6897011 or 9290390. OLE color: 9290390.
HSL color Cylindrical-coordinate representation of color #96C28D: hue angle of 109.81º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96C28D is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 141 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.24 |
| HSL | 109.81º | 0.3% | 0.66% | - |
| HSV(B) | 109.81º | 0.27% | 0.76% | - |
| XYZ | 36.68 | 46.99 | 32.34 | - |
| YUV | 174.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 141 | 0.23 | 0 | 0.27 | 0.24 | 109.81 | 0.3 | 0.66 |
| Hex | 96 | C2 | 8D | 17 | 0 | 1B | 18 | 6E | 1E | 42 |
| Octal | 226 | 302 | 215 | 27 | 0 | 33 | 30 | 156 | 36 | 102 |
| Binary | 10010110 | 11000010 | 10001101 | 10111 | 0 | 11011 | 11000 | 1101110 | 11110 | 1000010 |
Color Harmonies of #96C28D
Complementary color
Monochromatic Colors of #96C28D
Black with #96C28D
Text Example
Text Example
White with #96C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C28D; }
p { color: rgb(150,194,141); }
H1.HeaderClassName
{
color: #96C28D;
}
.AnyTagClassName
{
color: #96C28D;
}
</style>
background-color css
<style>
a { background-color: #96C28D; }
a { background-color: rgb(150,194,141); }
div.DivClassName
{
background-color: #96C28D;
}
.BgClassName
{
background-color: #96C28D;
}
</style>
border-color css
<style>
span { border-color: #96C28D; }
span { border-color: rgb(150,194,141); }
td.TdClassName
{
border-color: #96C28D;
}
.TagClassName
{
border-color: #96C28D;
}
</style>