Shades of Chinook #9ECEA9
Tints of Chinook #9ECEA9
RGB
CMYK
RGB Variations
Color information
#9ECEA9 (or 0x9ECEA9) is known color: Chinook. HEX triplet: 9E, CE and A9. RGB value is (158,206,169). Sum of RGB (Red+Green+Blue) = 158+206+169=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEA9 is #613156. Grayscale: #BBBBBB. Windows color (decimal): -6369623 or 11128478. OLE color: 11128478.
HSL color Cylindrical-coordinate representation of color #9ECEA9: hue angle of 133.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEA9 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 169 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.19 |
| HSL | 133.75º | 0.33% | 0.71% | - |
| HSV(B) | 133.75º | 0.23% | 0.81% | - |
| XYZ | 43.33 | 54.28 | 45.73 | - |
| YUV | 187.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 169 | 0.23 | 0 | 0.18 | 0.19 | 133.75 | 0.33 | 0.71 |
| Hex | 9E | CE | A9 | 17 | 0 | 12 | 13 | 86 | 21 | 47 |
| Octal | 236 | 316 | 251 | 27 | 0 | 22 | 23 | 206 | 41 | 107 |
| Binary | 10011110 | 11001110 | 10101001 | 10111 | 0 | 10010 | 10011 | 10000110 | 100001 | 1000111 |
Color Harmonies of #9ECEA9
Complementary color
Monochromatic Colors of #9ECEA9
Black with #9ECEA9
Text Example
Text Example
White with #9ECEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEA9; }
p { color: rgb(158,206,169); }
H1.HeaderClassName
{
color: #9ECEA9;
}
.AnyTagClassName
{
color: #9ECEA9;
}
</style>
background-color css
<style>
a { background-color: #9ECEA9; }
a { background-color: rgb(158,206,169); }
div.DivClassName
{
background-color: #9ECEA9;
}
.BgClassName
{
background-color: #9ECEA9;
}
</style>
border-color css
<style>
span { border-color: #9ECEA9; }
span { border-color: rgb(158,206,169); }
td.TdClassName
{
border-color: #9ECEA9;
}
.TagClassName
{
border-color: #9ECEA9;
}
</style>