Shades of Chinook #9ED1A6
Tints of Chinook #9ED1A6
RGB
CMYK
RGB Variations
Color information
#9ED1A6 (or 0x9ED1A6) is known color: Chinook. HEX triplet: 9E, D1 and A6. RGB value is (158,209,166). Sum of RGB (Red+Green+Blue) = 158+209+166=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED1A6 is #612E59. Grayscale: #BCBCBC. Windows color (decimal): -6368858 or 10932638. OLE color: 10932638.
HSL color Cylindrical-coordinate representation of color #9ED1A6: hue angle of 129.41º 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 #9ED1A6 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 166 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.18 |
| HSL | 129.41º | 0.36% | 0.72% | - |
| HSV(B) | 129.41º | 0.24% | 0.82% | - |
| XYZ | 43.78 | 55.62 | 44.51 | - |
| YUV | 188.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 166 | 0.24 | 0 | 0.21 | 0.18 | 129.41 | 0.36 | 0.72 |
| Hex | 9E | D1 | A6 | 18 | 0 | 15 | 12 | 81 | 24 | 48 |
| Octal | 236 | 321 | 246 | 30 | 0 | 25 | 22 | 201 | 44 | 110 |
| Binary | 10011110 | 11010001 | 10100110 | 11000 | 0 | 10101 | 10010 | 10000001 | 100100 | 1001000 |
Color Harmonies of #9ED1A6
Complementary color
Monochromatic Colors of #9ED1A6
Black with #9ED1A6
Text Example
Text Example
White with #9ED1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED1A6; }
p { color: rgb(158,209,166); }
H1.HeaderClassName
{
color: #9ED1A6;
}
.AnyTagClassName
{
color: #9ED1A6;
}
</style>
background-color css
<style>
a { background-color: #9ED1A6; }
a { background-color: rgb(158,209,166); }
div.DivClassName
{
background-color: #9ED1A6;
}
.BgClassName
{
background-color: #9ED1A6;
}
</style>
border-color css
<style>
span { border-color: #9ED1A6; }
span { border-color: rgb(158,209,166); }
td.TdClassName
{
border-color: #9ED1A6;
}
.TagClassName
{
border-color: #9ED1A6;
}
</style>