Shades of Shadow Green #9CC2B7
Tints of Shadow Green #9CC2B7
RGB
CMYK
RGB Variations
Color information
#9CC2B7 (or 0x9CC2B7) is known color: Shadow Green. HEX triplet: 9C, C2 and B7. RGB value is (156,194,183). Sum of RGB (Red+Green+Blue) = 156+194+183=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC2B7 is #633D48. Grayscale: #B5B5B5. Windows color (decimal): -6503753 or 12042908. OLE color: 12042908.
HSL color Cylindrical-coordinate representation of color #9CC2B7: hue angle of 162.63º degrees, saturation: 0.24, 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 #9CC2B7 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 183 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.24 |
| HSL | 162.63º | 0.24% | 0.69% | - |
| HSV(B) | 162.63º | 0.2% | 0.76% | - |
| XYZ | 41.55 | 49.07 | 52.08 | - |
| YUV | 181.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 183 | 0.20 | 0 | 0.06 | 0.24 | 162.63 | 0.24 | 0.69 |
| Hex | 9C | C2 | B7 | 14 | 0 | 6 | 18 | A3 | 18 | 45 |
| Octal | 234 | 302 | 267 | 24 | 0 | 6 | 30 | 243 | 30 | 105 |
| Binary | 10011100 | 11000010 | 10110111 | 10100 | 0 | 110 | 11000 | 10100011 | 11000 | 1000101 |
Color Harmonies of #9CC2B7
Complementary color
Monochromatic Colors of #9CC2B7
Black with #9CC2B7
Text Example
Text Example
White with #9CC2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC2B7; }
p { color: rgb(156,194,183); }
H1.HeaderClassName
{
color: #9CC2B7;
}
.AnyTagClassName
{
color: #9CC2B7;
}
</style>
background-color css
<style>
a { background-color: #9CC2B7; }
a { background-color: rgb(156,194,183); }
div.DivClassName
{
background-color: #9CC2B7;
}
.BgClassName
{
background-color: #9CC2B7;
}
</style>
border-color css
<style>
span { border-color: #9CC2B7; }
span { border-color: rgb(156,194,183); }
td.TdClassName
{
border-color: #9CC2B7;
}
.TagClassName
{
border-color: #9CC2B7;
}
</style>