Shades of Chinook #9EE1AE
Tints of Chinook #9EE1AE
RGB
CMYK
RGB Variations
Color information
#9EE1AE (or 0x9EE1AE) is known color: Chinook. HEX triplet: 9E, E1 and AE. RGB value is (158,225,174). Sum of RGB (Red+Green+Blue) = 158+225+174=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE1AE is #611E51. Grayscale: #C7C7C7. Windows color (decimal): -6364754 or 11461022. OLE color: 11461022.
HSL color Cylindrical-coordinate representation of color #9EE1AE: hue angle of 134.33º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE1AE is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 174 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.12 |
| HSL | 134.33º | 0.53% | 0.75% | - |
| HSV(B) | 134.33º | 0.3% | 0.88% | - |
| XYZ | 48.67 | 64.18 | 49.87 | - |
| YUV | 199.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 174 | 0.30 | 0 | 0.23 | 0.12 | 134.33 | 0.53 | 0.75 |
| Hex | 9E | E1 | AE | 1E | 0 | 17 | C | 86 | 35 | 4B |
| Octal | 236 | 341 | 256 | 36 | 0 | 27 | 14 | 206 | 65 | 113 |
| Binary | 10011110 | 11100001 | 10101110 | 11110 | 0 | 10111 | 1100 | 10000110 | 110101 | 1001011 |
Color Harmonies of #9EE1AE
Complementary color
Monochromatic Colors of #9EE1AE
Black with #9EE1AE
Text Example
Text Example
White with #9EE1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE1AE; }
p { color: rgb(158,225,174); }
H1.HeaderClassName
{
color: #9EE1AE;
}
.AnyTagClassName
{
color: #9EE1AE;
}
</style>
background-color css
<style>
a { background-color: #9EE1AE; }
a { background-color: rgb(158,225,174); }
div.DivClassName
{
background-color: #9EE1AE;
}
.BgClassName
{
background-color: #9EE1AE;
}
</style>
border-color css
<style>
span { border-color: #9EE1AE; }
span { border-color: rgb(158,225,174); }
td.TdClassName
{
border-color: #9EE1AE;
}
.TagClassName
{
border-color: #9EE1AE;
}
</style>