Shades of Chinook #9EE3AF
Tints of Chinook #9EE3AF
RGB
CMYK
RGB Variations
Color information
#9EE3AF (or 0x9EE3AF) is known color: Chinook. HEX triplet: 9E, E3 and AF. RGB value is (158,227,175). Sum of RGB (Red+Green+Blue) = 158+227+175=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE3AF is #611C50. Grayscale: #C8C8C8. Windows color (decimal): -6364241 or 11527070. OLE color: 11527070.
HSL color Cylindrical-coordinate representation of color #9EE3AF: hue angle of 134.78º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE3AF is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 175 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.11 |
| HSL | 134.78º | 0.55% | 0.75% | - |
| HSV(B) | 134.78º | 0.3% | 0.89% | - |
| XYZ | 49.31 | 65.3 | 50.56 | - |
| YUV | 200.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 175 | 0.30 | 0 | 0.23 | 0.11 | 134.78 | 0.55 | 0.75 |
| Hex | 9E | E3 | AF | 1E | 0 | 17 | B | 87 | 37 | 4B |
| Octal | 236 | 343 | 257 | 36 | 0 | 27 | 13 | 207 | 67 | 113 |
| Binary | 10011110 | 11100011 | 10101111 | 11110 | 0 | 10111 | 1011 | 10000111 | 110111 | 1001011 |
Color Harmonies of #9EE3AF
Complementary color
Monochromatic Colors of #9EE3AF
Black with #9EE3AF
Text Example
Text Example
White with #9EE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE3AF; }
p { color: rgb(158,227,175); }
H1.HeaderClassName
{
color: #9EE3AF;
}
.AnyTagClassName
{
color: #9EE3AF;
}
</style>
background-color css
<style>
a { background-color: #9EE3AF; }
a { background-color: rgb(158,227,175); }
div.DivClassName
{
background-color: #9EE3AF;
}
.BgClassName
{
background-color: #9EE3AF;
}
</style>
border-color css
<style>
span { border-color: #9EE3AF; }
span { border-color: rgb(158,227,175); }
td.TdClassName
{
border-color: #9EE3AF;
}
.TagClassName
{
border-color: #9EE3AF;
}
</style>