Shades of Chinook #9ECAA0
Tints of Chinook #9ECAA0
RGB
CMYK
RGB Variations
Color information
#9ECAA0 (or 0x9ECAA0) is known color: Chinook. HEX triplet: 9E, CA and A0. RGB value is (158,202,160). Sum of RGB (Red+Green+Blue) = 158+202+160=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECAA0 is #61355F. Grayscale: #B8B8B8. Windows color (decimal): -6370656 or 10537630. OLE color: 10537630.
HSL color Cylindrical-coordinate representation of color #9ECAA0: hue angle of 122.73º 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 #9ECAA0 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 202 | 160 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.21 |
| HSL | 122.73º | 0.29% | 0.71% | - |
| HSV(B) | 122.73º | 0.22% | 0.79% | - |
| XYZ | 41.57 | 52.05 | 41.11 | - |
| YUV | 184.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 202 | 160 | 0.22 | 0 | 0.21 | 0.21 | 122.73 | 0.29 | 0.71 |
| Hex | 9E | CA | A0 | 16 | 0 | 15 | 15 | 7B | 1D | 47 |
| Octal | 236 | 312 | 240 | 26 | 0 | 25 | 25 | 173 | 35 | 107 |
| Binary | 10011110 | 11001010 | 10100000 | 10110 | 0 | 10101 | 10101 | 1111011 | 11101 | 1000111 |
Color Harmonies of #9ECAA0
Complementary color
Monochromatic Colors of #9ECAA0
Black with #9ECAA0
Text Example
Text Example
White with #9ECAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECAA0; }
p { color: rgb(158,202,160); }
H1.HeaderClassName
{
color: #9ECAA0;
}
.AnyTagClassName
{
color: #9ECAA0;
}
</style>
background-color css
<style>
a { background-color: #9ECAA0; }
a { background-color: rgb(158,202,160); }
div.DivClassName
{
background-color: #9ECAA0;
}
.BgClassName
{
background-color: #9ECAA0;
}
</style>
border-color css
<style>
span { border-color: #9ECAA0; }
span { border-color: rgb(158,202,160); }
td.TdClassName
{
border-color: #9ECAA0;
}
.TagClassName
{
border-color: #9ECAA0;
}
</style>