Shades of Chinook #9ECDAA
Tints of Chinook #9ECDAA
RGB
CMYK
RGB Variations
Color information
#9ECDAA (or 0x9ECDAA) is known color: Chinook. HEX triplet: 9E, CD and AA. RGB value is (158,205,170). Sum of RGB (Red+Green+Blue) = 158+205+170=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECDAA is #613255. Grayscale: #BBBBBB. Windows color (decimal): -6369878 or 11193758. OLE color: 11193758.
HSL color Cylindrical-coordinate representation of color #9ECDAA: hue angle of 135.32º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECDAA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 170 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.20 |
| HSL | 135.32º | 0.32% | 0.71% | - |
| HSV(B) | 135.32º | 0.23% | 0.8% | - |
| XYZ | 43.19 | 53.83 | 46.14 | - |
| YUV | 186.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 170 | 0.23 | 0 | 0.17 | 0.20 | 135.32 | 0.32 | 0.71 |
| Hex | 9E | CD | AA | 17 | 0 | 11 | 14 | 87 | 20 | 47 |
| Octal | 236 | 315 | 252 | 27 | 0 | 21 | 24 | 207 | 40 | 107 |
| Binary | 10011110 | 11001101 | 10101010 | 10111 | 0 | 10001 | 10100 | 10000111 | 100000 | 1000111 |
Color Harmonies of #9ECDAA
Complementary color
Monochromatic Colors of #9ECDAA
Black with #9ECDAA
Text Example
Text Example
White with #9ECDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECDAA; }
p { color: rgb(158,205,170); }
H1.HeaderClassName
{
color: #9ECDAA;
}
.AnyTagClassName
{
color: #9ECDAA;
}
</style>
background-color css
<style>
a { background-color: #9ECDAA; }
a { background-color: rgb(158,205,170); }
div.DivClassName
{
background-color: #9ECDAA;
}
.BgClassName
{
background-color: #9ECDAA;
}
</style>
border-color css
<style>
span { border-color: #9ECDAA; }
span { border-color: rgb(158,205,170); }
td.TdClassName
{
border-color: #9ECDAA;
}
.TagClassName
{
border-color: #9ECDAA;
}
</style>