Shades of Chinook #9ECEA2
Tints of Chinook #9ECEA2
RGB
CMYK
RGB Variations
Color information
#9ECEA2 (or 0x9ECEA2) is known color: Chinook. HEX triplet: 9E, CE and A2. RGB value is (158,206,162). Sum of RGB (Red+Green+Blue) = 158+206+162=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEA2 is #61315D. Grayscale: #BABABA. Windows color (decimal): -6369630 or 10669726. OLE color: 10669726.
HSL color Cylindrical-coordinate representation of color #9ECEA2: hue angle of 125º 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 #9ECEA2 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 162 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.19 |
| HSL | 125º | 0.33% | 0.71% | - |
| HSV(B) | 125º | 0.23% | 0.81% | - |
| XYZ | 42.69 | 54.02 | 42.36 | - |
| YUV | 186.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 162 | 0.23 | 0 | 0.21 | 0.19 | 125 | 0.33 | 0.71 |
| Hex | 9E | CE | A2 | 17 | 0 | 15 | 13 | 7D | 21 | 47 |
| Octal | 236 | 316 | 242 | 27 | 0 | 25 | 23 | 175 | 41 | 107 |
| Binary | 10011110 | 11001110 | 10100010 | 10111 | 0 | 10101 | 10011 | 1111101 | 100001 | 1000111 |
Color Harmonies of #9ECEA2
Complementary color
Monochromatic Colors of #9ECEA2
Black with #9ECEA2
Text Example
Text Example
White with #9ECEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEA2; }
p { color: rgb(158,206,162); }
H1.HeaderClassName
{
color: #9ECEA2;
}
.AnyTagClassName
{
color: #9ECEA2;
}
</style>
background-color css
<style>
a { background-color: #9ECEA2; }
a { background-color: rgb(158,206,162); }
div.DivClassName
{
background-color: #9ECEA2;
}
.BgClassName
{
background-color: #9ECEA2;
}
</style>
border-color css
<style>
span { border-color: #9ECEA2; }
span { border-color: rgb(158,206,162); }
td.TdClassName
{
border-color: #9ECEA2;
}
.TagClassName
{
border-color: #9ECEA2;
}
</style>