Shades of Shadow Green #9CCCB9
Tints of Shadow Green #9CCCB9
RGB
CMYK
RGB Variations
Color information
#9CCCB9 (or 0x9CCCB9) is known color: Shadow Green. HEX triplet: 9C, CC and B9. RGB value is (156,204,185). Sum of RGB (Red+Green+Blue) = 156+204+185=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCB9 is #633346. Grayscale: #BBBBBB. Windows color (decimal): -6501191 or 12176540. OLE color: 12176540.
HSL color Cylindrical-coordinate representation of color #9CCCB9: hue angle of 156.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCCB9 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 185 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.2 |
| HSL | 156.25º | 0.32% | 0.71% | - |
| HSV(B) | 156.25º | 0.24% | 0.8% | - |
| XYZ | 44.06 | 53.76 | 53.95 | - |
| YUV | 187.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 185 | 0.24 | 0 | 0.09 | 0.2 | 156.25 | 0.32 | 0.71 |
| Hex | 9C | CC | B9 | 18 | 0 | 9 | 14 | 9C | 20 | 47 |
| Octal | 234 | 314 | 271 | 30 | 0 | 11 | 24 | 234 | 40 | 107 |
| Binary | 10011100 | 11001100 | 10111001 | 11000 | 0 | 1001 | 10100 | 10011100 | 100000 | 1000111 |
Color Harmonies of #9CCCB9
Complementary color
Monochromatic Colors of #9CCCB9
Black with #9CCCB9
Text Example
Text Example
White with #9CCCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCB9; }
p { color: rgb(156,204,185); }
H1.HeaderClassName
{
color: #9CCCB9;
}
.AnyTagClassName
{
color: #9CCCB9;
}
</style>
background-color css
<style>
a { background-color: #9CCCB9; }
a { background-color: rgb(156,204,185); }
div.DivClassName
{
background-color: #9CCCB9;
}
.BgClassName
{
background-color: #9CCCB9;
}
</style>
border-color css
<style>
span { border-color: #9CCCB9; }
span { border-color: rgb(156,204,185); }
td.TdClassName
{
border-color: #9CCCB9;
}
.TagClassName
{
border-color: #9CCCB9;
}
</style>