Shades of Chinook #9EDDA6
Tints of Chinook #9EDDA6
RGB
CMYK
RGB Variations
Color information
#9EDDA6 (or 0x9EDDA6) is known color: Chinook. HEX triplet: 9E, DD and A6. RGB value is (158,221,166). Sum of RGB (Red+Green+Blue) = 158+221+166=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDDA6 is #612259. Grayscale: #C4C4C4. Windows color (decimal): -6365786 or 10935710. OLE color: 10935710.
HSL color Cylindrical-coordinate representation of color #9EDDA6: hue angle of 127.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDDA6 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 166 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.13 |
| HSL | 127.62º | 0.48% | 0.74% | - |
| HSV(B) | 127.62º | 0.29% | 0.87% | - |
| XYZ | 46.84 | 61.74 | 45.52 | - |
| YUV | 195.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 166 | 0.29 | 0 | 0.25 | 0.13 | 127.62 | 0.48 | 0.74 |
| Hex | 9E | DD | A6 | 1D | 0 | 19 | D | 80 | 30 | 4A |
| Octal | 236 | 335 | 246 | 35 | 0 | 31 | 15 | 200 | 60 | 112 |
| Binary | 10011110 | 11011101 | 10100110 | 11101 | 0 | 11001 | 1101 | 10000000 | 110000 | 1001010 |
Color Harmonies of #9EDDA6
Complementary color
Monochromatic Colors of #9EDDA6
Black with #9EDDA6
Text Example
Text Example
White with #9EDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDDA6; }
p { color: rgb(158,221,166); }
H1.HeaderClassName
{
color: #9EDDA6;
}
.AnyTagClassName
{
color: #9EDDA6;
}
</style>
background-color css
<style>
a { background-color: #9EDDA6; }
a { background-color: rgb(158,221,166); }
div.DivClassName
{
background-color: #9EDDA6;
}
.BgClassName
{
background-color: #9EDDA6;
}
</style>
border-color css
<style>
span { border-color: #9EDDA6; }
span { border-color: rgb(158,221,166); }
td.TdClassName
{
border-color: #9EDDA6;
}
.TagClassName
{
border-color: #9EDDA6;
}
</style>