Shades of Chinook #9EE3AB
Tints of Chinook #9EE3AB
RGB
CMYK
RGB Variations
Color information
#9EE3AB (or 0x9EE3AB) is known color: Chinook. HEX triplet: 9E, E3 and AB. RGB value is (158,227,171). Sum of RGB (Red+Green+Blue) = 158+227+171=556 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.42% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE3AB is #611C54. Grayscale: #C8C8C8. Windows color (decimal): -6364245 or 11264926. OLE color: 11264926.
HSL color Cylindrical-coordinate representation of color #9EE3AB: hue angle of 131.3º 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 #9EE3AB is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 171 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.11 |
| HSL | 131.3º | 0.55% | 0.75% | - |
| HSV(B) | 131.3º | 0.3% | 0.89% | - |
| XYZ | 48.92 | 65.15 | 48.52 | - |
| YUV | 199.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 171 | 0.30 | 0 | 0.25 | 0.11 | 131.3 | 0.55 | 0.75 |
| Hex | 9E | E3 | AB | 1E | 0 | 19 | B | 83 | 37 | 4B |
| Octal | 236 | 343 | 253 | 36 | 0 | 31 | 13 | 203 | 67 | 113 |
| Binary | 10011110 | 11100011 | 10101011 | 11110 | 0 | 11001 | 1011 | 10000011 | 110111 | 1001011 |
Color Harmonies of #9EE3AB
Complementary color
Monochromatic Colors of #9EE3AB
Black with #9EE3AB
Text Example
Text Example
White with #9EE3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE3AB; }
p { color: rgb(158,227,171); }
H1.HeaderClassName
{
color: #9EE3AB;
}
.AnyTagClassName
{
color: #9EE3AB;
}
</style>
background-color css
<style>
a { background-color: #9EE3AB; }
a { background-color: rgb(158,227,171); }
div.DivClassName
{
background-color: #9EE3AB;
}
.BgClassName
{
background-color: #9EE3AB;
}
</style>
border-color css
<style>
span { border-color: #9EE3AB; }
span { border-color: rgb(158,227,171); }
td.TdClassName
{
border-color: #9EE3AB;
}
.TagClassName
{
border-color: #9EE3AB;
}
</style>