Shades of Shadow Green #9CCDBD
Tints of Shadow Green #9CCDBD
RGB
CMYK
RGB Variations
Color information
#9CCDBD (or 0x9CCDBD) is known color: Shadow Green. HEX triplet: 9C, CD and BD. RGB value is (156,205,189). Sum of RGB (Red+Green+Blue) = 156+205+189=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDBD is #633242. Grayscale: #BCBCBC. Windows color (decimal): -6500931 or 12438940. OLE color: 12438940.
HSL color Cylindrical-coordinate representation of color #9CCDBD: hue angle of 160.41º degrees, saturation: 0.33, 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 #9CCDBD is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 189 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.20 |
| HSL | 160.41º | 0.33% | 0.71% | - |
| HSV(B) | 160.41º | 0.24% | 0.8% | - |
| XYZ | 44.73 | 54.4 | 56.29 | - |
| YUV | 188.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 189 | 0.24 | 0 | 0.08 | 0.20 | 160.41 | 0.33 | 0.71 |
| Hex | 9C | CD | BD | 18 | 0 | 8 | 14 | A0 | 21 | 47 |
| Octal | 234 | 315 | 275 | 30 | 0 | 10 | 24 | 240 | 41 | 107 |
| Binary | 10011100 | 11001101 | 10111101 | 11000 | 0 | 1000 | 10100 | 10100000 | 100001 | 1000111 |
Color Harmonies of #9CCDBD
Complementary color
Monochromatic Colors of #9CCDBD
Black with #9CCDBD
Text Example
Text Example
White with #9CCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCDBD; }
p { color: rgb(156,205,189); }
H1.HeaderClassName
{
color: #9CCDBD;
}
.AnyTagClassName
{
color: #9CCDBD;
}
</style>
background-color css
<style>
a { background-color: #9CCDBD; }
a { background-color: rgb(156,205,189); }
div.DivClassName
{
background-color: #9CCDBD;
}
.BgClassName
{
background-color: #9CCDBD;
}
</style>
border-color css
<style>
span { border-color: #9CCDBD; }
span { border-color: rgb(156,205,189); }
td.TdClassName
{
border-color: #9CCDBD;
}
.TagClassName
{
border-color: #9CCDBD;
}
</style>