Shades of Shadow Green #9ECABC
Tints of Shadow Green #9ECABC
RGB
CMYK
RGB Variations
Color information
#9ECABC (or 0x9ECABC) is known color: Shadow Green. HEX triplet: 9E, CA and BC. RGB value is (158,202,188). Sum of RGB (Red+Green+Blue) = 158+202+188=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECABC is #613543. Grayscale: #BBBBBB. Windows color (decimal): -6370628 or 12372638. OLE color: 12372638.
HSL color Cylindrical-coordinate representation of color #9ECABC: hue angle of 160.91º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ECABC is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 202 | 188 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.21 |
| HSL | 160.91º | 0.29% | 0.71% | - |
| HSV(B) | 160.91º | 0.22% | 0.79% | - |
| XYZ | 44.3 | 53.14 | 55.5 | - |
| YUV | 187.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 202 | 188 | 0.22 | 0 | 0.07 | 0.21 | 160.91 | 0.29 | 0.71 |
| Hex | 9E | CA | BC | 16 | 0 | 7 | 15 | A1 | 1D | 47 |
| Octal | 236 | 312 | 274 | 26 | 0 | 7 | 25 | 241 | 35 | 107 |
| Binary | 10011110 | 11001010 | 10111100 | 10110 | 0 | 111 | 10101 | 10100001 | 11101 | 1000111 |
Color Harmonies of #9ECABC
Complementary color
Monochromatic Colors of #9ECABC
Black with #9ECABC
Text Example
Text Example
White with #9ECABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECABC; }
p { color: rgb(158,202,188); }
H1.HeaderClassName
{
color: #9ECABC;
}
.AnyTagClassName
{
color: #9ECABC;
}
</style>
background-color css
<style>
a { background-color: #9ECABC; }
a { background-color: rgb(158,202,188); }
div.DivClassName
{
background-color: #9ECABC;
}
.BgClassName
{
background-color: #9ECABC;
}
</style>
border-color css
<style>
span { border-color: #9ECABC; }
span { border-color: rgb(158,202,188); }
td.TdClassName
{
border-color: #9ECABC;
}
.TagClassName
{
border-color: #9ECABC;
}
</style>