Shades of Shadow Green #9CC3C0
Tints of Shadow Green #9CC3C0
RGB
CMYK
RGB Variations
Color information
#9CC3C0 (or 0x9CC3C0) is known color: Shadow Green. HEX triplet: 9C, C3 and C0. RGB value is (156,195,192). Sum of RGB (Red+Green+Blue) = 156+195+192=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC3C0 is #633C3F. Grayscale: #B6B6B6. Windows color (decimal): -6503488 or 12632988. OLE color: 12632988.
HSL color Cylindrical-coordinate representation of color #9CC3C0: hue angle of 175.38º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CC3C0 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 192 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.24 |
| HSL | 175.38º | 0.25% | 0.69% | - |
| HSV(B) | 175.38º | 0.2% | 0.76% | - |
| XYZ | 42.74 | 49.9 | 57.25 | - |
| YUV | 183 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 192 | 0.20 | 0 | 0.02 | 0.24 | 175.38 | 0.25 | 0.69 |
| Hex | 9C | C3 | C0 | 14 | 0 | 2 | 18 | AF | 19 | 45 |
| Octal | 234 | 303 | 300 | 24 | 0 | 2 | 30 | 257 | 31 | 105 |
| Binary | 10011100 | 11000011 | 11000000 | 10100 | 0 | 10 | 11000 | 10101111 | 11001 | 1000101 |
Color Harmonies of #9CC3C0
Complementary color
Monochromatic Colors of #9CC3C0
Black with #9CC3C0
Text Example
Text Example
White with #9CC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC3C0; }
p { color: rgb(156,195,192); }
H1.HeaderClassName
{
color: #9CC3C0;
}
.AnyTagClassName
{
color: #9CC3C0;
}
</style>
background-color css
<style>
a { background-color: #9CC3C0; }
a { background-color: rgb(156,195,192); }
div.DivClassName
{
background-color: #9CC3C0;
}
.BgClassName
{
background-color: #9CC3C0;
}
</style>
border-color css
<style>
span { border-color: #9CC3C0; }
span { border-color: rgb(156,195,192); }
td.TdClassName
{
border-color: #9CC3C0;
}
.TagClassName
{
border-color: #9CC3C0;
}
</style>