Shades of Shadow Green #9ECCBA
Tints of Shadow Green #9ECCBA
RGB
CMYK
RGB Variations
Color information
#9ECCBA (or 0x9ECCBA) is known color: Shadow Green. HEX triplet: 9E, CC and BA. RGB value is (158,204,186). Sum of RGB (Red+Green+Blue) = 158+204+186=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCBA is #613345. Grayscale: #BCBCBC. Windows color (decimal): -6370118 or 12242078. OLE color: 12242078.
HSL color Cylindrical-coordinate representation of color #9ECCBA: hue angle of 156.52º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECCBA is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 186 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.2 |
| HSL | 156.52º | 0.31% | 0.71% | - |
| HSV(B) | 156.52º | 0.23% | 0.8% | - |
| XYZ | 44.56 | 54 | 54.53 | - |
| YUV | 188.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 186 | 0.23 | 0 | 0.09 | 0.2 | 156.52 | 0.31 | 0.71 |
| Hex | 9E | CC | BA | 17 | 0 | 9 | 14 | 9D | 1F | 47 |
| Octal | 236 | 314 | 272 | 27 | 0 | 11 | 24 | 235 | 37 | 107 |
| Binary | 10011110 | 11001100 | 10111010 | 10111 | 0 | 1001 | 10100 | 10011101 | 11111 | 1000111 |
Color Harmonies of #9ECCBA
Complementary color
Monochromatic Colors of #9ECCBA
Black with #9ECCBA
Text Example
Text Example
White with #9ECCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCBA; }
p { color: rgb(158,204,186); }
H1.HeaderClassName
{
color: #9ECCBA;
}
.AnyTagClassName
{
color: #9ECCBA;
}
</style>
background-color css
<style>
a { background-color: #9ECCBA; }
a { background-color: rgb(158,204,186); }
div.DivClassName
{
background-color: #9ECCBA;
}
.BgClassName
{
background-color: #9ECCBA;
}
</style>
border-color css
<style>
span { border-color: #9ECCBA; }
span { border-color: rgb(158,204,186); }
td.TdClassName
{
border-color: #9ECCBA;
}
.TagClassName
{
border-color: #9ECCBA;
}
</style>