Shades of Chinook #9ED1A0
Tints of Chinook #9ED1A0
RGB
CMYK
RGB Variations
Color information
#9ED1A0 (or 0x9ED1A0) is known color: Chinook. HEX triplet: 9E, D1 and A0. RGB value is (158,209,160). Sum of RGB (Red+Green+Blue) = 158+209+160=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED1A0 is #612E5F. Grayscale: #BCBCBC. Windows color (decimal): -6368864 or 10539422. OLE color: 10539422.
HSL color Cylindrical-coordinate representation of color #9ED1A0: hue angle of 122.35º degrees, saturation: 0.36, 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 #9ED1A0 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 160 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.18 |
| HSL | 122.35º | 0.36% | 0.72% | - |
| HSV(B) | 122.35º | 0.24% | 0.82% | - |
| XYZ | 43.25 | 55.41 | 41.67 | - |
| YUV | 188.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 160 | 0.24 | 0 | 0.23 | 0.18 | 122.35 | 0.36 | 0.72 |
| Hex | 9E | D1 | A0 | 18 | 0 | 17 | 12 | 7A | 24 | 48 |
| Octal | 236 | 321 | 240 | 30 | 0 | 27 | 22 | 172 | 44 | 110 |
| Binary | 10011110 | 11010001 | 10100000 | 11000 | 0 | 10111 | 10010 | 1111010 | 100100 | 1001000 |
Color Harmonies of #9ED1A0
Complementary color
Monochromatic Colors of #9ED1A0
Black with #9ED1A0
Text Example
Text Example
White with #9ED1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED1A0; }
p { color: rgb(158,209,160); }
H1.HeaderClassName
{
color: #9ED1A0;
}
.AnyTagClassName
{
color: #9ED1A0;
}
</style>
background-color css
<style>
a { background-color: #9ED1A0; }
a { background-color: rgb(158,209,160); }
div.DivClassName
{
background-color: #9ED1A0;
}
.BgClassName
{
background-color: #9ED1A0;
}
</style>
border-color css
<style>
span { border-color: #9ED1A0; }
span { border-color: rgb(158,209,160); }
td.TdClassName
{
border-color: #9ED1A0;
}
.TagClassName
{
border-color: #9ED1A0;
}
</style>