Shades of Shadow Green #9CCFBD
Tints of Shadow Green #9CCFBD
RGB
CMYK
RGB Variations
Color information
#9CCFBD (or 0x9CCFBD) is known color: Shadow Green. HEX triplet: 9C, CF and BD. RGB value is (156,207,189). Sum of RGB (Red+Green+Blue) = 156+207+189=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCFBD is #633042. Grayscale: #BDBDBD. Windows color (decimal): -6500419 or 12439452. OLE color: 12439452.
HSL color Cylindrical-coordinate representation of color #9CCFBD: hue angle of 158.82º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CCFBD is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 189 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.19 |
| HSL | 158.82º | 0.35% | 0.71% | - |
| HSV(B) | 158.82º | 0.25% | 0.81% | - |
| XYZ | 45.21 | 55.37 | 56.45 | - |
| YUV | 189.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 189 | 0.25 | 0 | 0.09 | 0.19 | 158.82 | 0.35 | 0.71 |
| Hex | 9C | CF | BD | 19 | 0 | 9 | 13 | 9F | 23 | 47 |
| Octal | 234 | 317 | 275 | 31 | 0 | 11 | 23 | 237 | 43 | 107 |
| Binary | 10011100 | 11001111 | 10111101 | 11001 | 0 | 1001 | 10011 | 10011111 | 100011 | 1000111 |
Color Harmonies of #9CCFBD
Complementary color
Monochromatic Colors of #9CCFBD
Black with #9CCFBD
Text Example
Text Example
White with #9CCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCFBD; }
p { color: rgb(156,207,189); }
H1.HeaderClassName
{
color: #9CCFBD;
}
.AnyTagClassName
{
color: #9CCFBD;
}
</style>
background-color css
<style>
a { background-color: #9CCFBD; }
a { background-color: rgb(156,207,189); }
div.DivClassName
{
background-color: #9CCFBD;
}
.BgClassName
{
background-color: #9CCFBD;
}
</style>
border-color css
<style>
span { border-color: #9CCFBD; }
span { border-color: rgb(156,207,189); }
td.TdClassName
{
border-color: #9CCFBD;
}
.TagClassName
{
border-color: #9CCFBD;
}
</style>