Shades of Chinook #9EC5A0
Tints of Chinook #9EC5A0
RGB
CMYK
RGB Variations
Color information
#9EC5A0 (or 0x9EC5A0) is known color: Chinook. HEX triplet: 9E, C5 and A0. RGB value is (158,197,160). Sum of RGB (Red+Green+Blue) = 158+197+160=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC5A0 is #613A5F. Grayscale: #B5B5B5. Windows color (decimal): -6371936 or 10536350. OLE color: 10536350.
HSL color Cylindrical-coordinate representation of color #9EC5A0: hue angle of 123.08º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EC5A0 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 160 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.23 |
| HSL | 123.08º | 0.25% | 0.7% | - |
| HSV(B) | 123.08º | 0.2% | 0.77% | - |
| XYZ | 40.41 | 49.74 | 40.73 | - |
| YUV | 181.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 160 | 0.20 | 0 | 0.19 | 0.23 | 123.08 | 0.25 | 0.7 |
| Hex | 9E | C5 | A0 | 14 | 0 | 13 | 17 | 7B | 19 | 46 |
| Octal | 236 | 305 | 240 | 24 | 0 | 23 | 27 | 173 | 31 | 106 |
| Binary | 10011110 | 11000101 | 10100000 | 10100 | 0 | 10011 | 10111 | 1111011 | 11001 | 1000110 |
Color Harmonies of #9EC5A0
Complementary color
Monochromatic Colors of #9EC5A0
Black with #9EC5A0
Text Example
Text Example
White with #9EC5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC5A0; }
p { color: rgb(158,197,160); }
H1.HeaderClassName
{
color: #9EC5A0;
}
.AnyTagClassName
{
color: #9EC5A0;
}
</style>
background-color css
<style>
a { background-color: #9EC5A0; }
a { background-color: rgb(158,197,160); }
div.DivClassName
{
background-color: #9EC5A0;
}
.BgClassName
{
background-color: #9EC5A0;
}
</style>
border-color css
<style>
span { border-color: #9EC5A0; }
span { border-color: rgb(158,197,160); }
td.TdClassName
{
border-color: #9EC5A0;
}
.TagClassName
{
border-color: #9EC5A0;
}
</style>