Shades of Shadow Green #9CCAC0
Tints of Shadow Green #9CCAC0
RGB
CMYK
RGB Variations
Color information
#9CCAC0 (or 0x9CCAC0) is known color: Shadow Green. HEX triplet: 9C, CA and C0. RGB value is (156,202,192). Sum of RGB (Red+Green+Blue) = 156+202+192=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCAC0 is #63353F. Grayscale: #BBBBBB. Windows color (decimal): -6501696 or 12634780. OLE color: 12634780.
HSL color Cylindrical-coordinate representation of color #9CCAC0: hue angle of 166.96º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCAC0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 192 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.21 |
| HSL | 166.96º | 0.3% | 0.7% | - |
| HSV(B) | 166.96º | 0.23% | 0.79% | - |
| XYZ | 44.35 | 53.11 | 57.78 | - |
| YUV | 187.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 192 | 0.23 | 0 | 0.05 | 0.21 | 166.96 | 0.3 | 0.7 |
| Hex | 9C | CA | C0 | 17 | 0 | 5 | 15 | A7 | 1E | 46 |
| Octal | 234 | 312 | 300 | 27 | 0 | 5 | 25 | 247 | 36 | 106 |
| Binary | 10011100 | 11001010 | 11000000 | 10111 | 0 | 101 | 10101 | 10100111 | 11110 | 1000110 |
Color Harmonies of #9CCAC0
Complementary color
Monochromatic Colors of #9CCAC0
Black with #9CCAC0
Text Example
Text Example
White with #9CCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCAC0; }
p { color: rgb(156,202,192); }
H1.HeaderClassName
{
color: #9CCAC0;
}
.AnyTagClassName
{
color: #9CCAC0;
}
</style>
background-color css
<style>
a { background-color: #9CCAC0; }
a { background-color: rgb(156,202,192); }
div.DivClassName
{
background-color: #9CCAC0;
}
.BgClassName
{
background-color: #9CCAC0;
}
</style>
border-color css
<style>
span { border-color: #9CCAC0; }
span { border-color: rgb(156,202,192); }
td.TdClassName
{
border-color: #9CCAC0;
}
.TagClassName
{
border-color: #9CCAC0;
}
</style>