Shades of Shadow Green #96C6C0
Tints of Shadow Green #96C6C0
RGB
CMYK
RGB Variations
Color information
#96C6C0 (or 0x96C6C0) is known color: Shadow Green. HEX triplet: 96, C6 and C0. RGB value is (150,198,192). Sum of RGB (Red+Green+Blue) = 150+198+192=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #96C6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6C0 is #69393F. Grayscale: #B6B6B6. Windows color (decimal): -6895936 or 12633750. OLE color: 12633750.
HSL color Cylindrical-coordinate representation of color #96C6C0: hue angle of 172.5º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C6C0 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 192 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.22 |
| HSL | 172.5º | 0.3% | 0.68% | - |
| HSV(B) | 172.5º | 0.24% | 0.78% | - |
| XYZ | 42.29 | 50.68 | 57.42 | - |
| YUV | 182.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 192 | 0.24 | 0 | 0.03 | 0.22 | 172.5 | 0.3 | 0.68 |
| Hex | 96 | C6 | C0 | 18 | 0 | 3 | 16 | AC | 1E | 44 |
| Octal | 226 | 306 | 300 | 30 | 0 | 3 | 26 | 254 | 36 | 104 |
| Binary | 10010110 | 11000110 | 11000000 | 11000 | 0 | 11 | 10110 | 10101100 | 11110 | 1000100 |
Color Harmonies of #96C6C0
Complementary color
Monochromatic Colors of #96C6C0
Black with #96C6C0
Text Example
Text Example
White with #96C6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C6C0; }
p { color: rgb(150,198,192); }
H1.HeaderClassName
{
color: #96C6C0;
}
.AnyTagClassName
{
color: #96C6C0;
}
</style>
background-color css
<style>
a { background-color: #96C6C0; }
a { background-color: rgb(150,198,192); }
div.DivClassName
{
background-color: #96C6C0;
}
.BgClassName
{
background-color: #96C6C0;
}
</style>
border-color css
<style>
span { border-color: #96C6C0; }
span { border-color: rgb(150,198,192); }
td.TdClassName
{
border-color: #96C6C0;
}
.TagClassName
{
border-color: #96C6C0;
}
</style>