Shades of Chinook #9ED8A9
Tints of Chinook #9ED8A9
RGB
CMYK
RGB Variations
Color information
#9ED8A9 (or 0x9ED8A9) is known color: Chinook. HEX triplet: 9E, D8 and A9. RGB value is (158,216,169). Sum of RGB (Red+Green+Blue) = 158+216+169=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED8A9 is #612756. Grayscale: #C1C1C1. Windows color (decimal): -6367063 or 11131038. OLE color: 11131038.
HSL color Cylindrical-coordinate representation of color #9ED8A9: hue angle of 131.38º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED8A9 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 169 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.15 |
| HSL | 131.38º | 0.43% | 0.73% | - |
| HSV(B) | 131.38º | 0.27% | 0.85% | - |
| XYZ | 45.82 | 59.25 | 46.56 | - |
| YUV | 193.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 169 | 0.27 | 0 | 0.22 | 0.15 | 131.38 | 0.43 | 0.73 |
| Hex | 9E | D8 | A9 | 1B | 0 | 16 | F | 83 | 2B | 49 |
| Octal | 236 | 330 | 251 | 33 | 0 | 26 | 17 | 203 | 53 | 111 |
| Binary | 10011110 | 11011000 | 10101001 | 11011 | 0 | 10110 | 1111 | 10000011 | 101011 | 1001001 |
Color Harmonies of #9ED8A9
Complementary color
Monochromatic Colors of #9ED8A9
Black with #9ED8A9
Text Example
Text Example
White with #9ED8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED8A9; }
p { color: rgb(158,216,169); }
H1.HeaderClassName
{
color: #9ED8A9;
}
.AnyTagClassName
{
color: #9ED8A9;
}
</style>
background-color css
<style>
a { background-color: #9ED8A9; }
a { background-color: rgb(158,216,169); }
div.DivClassName
{
background-color: #9ED8A9;
}
.BgClassName
{
background-color: #9ED8A9;
}
</style>
border-color css
<style>
span { border-color: #9ED8A9; }
span { border-color: rgb(158,216,169); }
td.TdClassName
{
border-color: #9ED8A9;
}
.TagClassName
{
border-color: #9ED8A9;
}
</style>