Shades of Chinook #9ED0A9
Tints of Chinook #9ED0A9
RGB
CMYK
RGB Variations
Color information
#9ED0A9 (or 0x9ED0A9) is known color: Chinook. HEX triplet: 9E, D0 and A9. RGB value is (158,208,169). Sum of RGB (Red+Green+Blue) = 158+208+169=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED0A9 is #612F56. Grayscale: #BCBCBC. Windows color (decimal): -6369111 or 11128990. OLE color: 11128990.
HSL color Cylindrical-coordinate representation of color #9ED0A9: hue angle of 133.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ED0A9 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 169 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.18 |
| HSL | 133.2º | 0.35% | 0.72% | - |
| HSV(B) | 133.2º | 0.24% | 0.82% | - |
| XYZ | 43.82 | 55.25 | 45.89 | - |
| YUV | 188.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 169 | 0.24 | 0 | 0.19 | 0.18 | 133.2 | 0.35 | 0.72 |
| Hex | 9E | D0 | A9 | 18 | 0 | 13 | 12 | 85 | 23 | 48 |
| Octal | 236 | 320 | 251 | 30 | 0 | 23 | 22 | 205 | 43 | 110 |
| Binary | 10011110 | 11010000 | 10101001 | 11000 | 0 | 10011 | 10010 | 10000101 | 100011 | 1001000 |
Color Harmonies of #9ED0A9
Complementary color
Monochromatic Colors of #9ED0A9
Black with #9ED0A9
Text Example
Text Example
White with #9ED0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED0A9; }
p { color: rgb(158,208,169); }
H1.HeaderClassName
{
color: #9ED0A9;
}
.AnyTagClassName
{
color: #9ED0A9;
}
</style>
background-color css
<style>
a { background-color: #9ED0A9; }
a { background-color: rgb(158,208,169); }
div.DivClassName
{
background-color: #9ED0A9;
}
.BgClassName
{
background-color: #9ED0A9;
}
</style>
border-color css
<style>
span { border-color: #9ED0A9; }
span { border-color: rgb(158,208,169); }
td.TdClassName
{
border-color: #9ED0A9;
}
.TagClassName
{
border-color: #9ED0A9;
}
</style>