Shades of Chinook #9ECC9E
Tints of Chinook #9ECC9E
RGB
CMYK
RGB Variations
Color information
#9ECC9E (or 0x9ECC9E) is known color: Chinook. HEX triplet: 9E, CC and 9E. RGB value is (158,204,158). Sum of RGB (Red+Green+Blue) = 158+204+158=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECC9E is #613361. Grayscale: #B9B9B9. Windows color (decimal): -6370146 or 10407070. OLE color: 10407070.
HSL color Cylindrical-coordinate representation of color #9ECC9E: hue angle of 120º degrees, saturation: 0.31, 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 #9ECC9E is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 158 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.2 |
| HSL | 120º | 0.31% | 0.71% | - |
| HSV(B) | 120º | 0.23% | 0.8% | - |
| XYZ | 41.86 | 52.92 | 40.36 | - |
| YUV | 185 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 158 | 0.23 | 0 | 0.23 | 0.2 | 120 | 0.31 | 0.71 |
| Hex | 9E | CC | 9E | 17 | 0 | 17 | 14 | 78 | 1F | 47 |
| Octal | 236 | 314 | 236 | 27 | 0 | 27 | 24 | 170 | 37 | 107 |
| Binary | 10011110 | 11001100 | 10011110 | 10111 | 0 | 10111 | 10100 | 1111000 | 11111 | 1000111 |
Color Harmonies of #9ECC9E
Complementary color
Monochromatic Colors of #9ECC9E
Black with #9ECC9E
Text Example
Text Example
White with #9ECC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC9E; }
p { color: rgb(158,204,158); }
H1.HeaderClassName
{
color: #9ECC9E;
}
.AnyTagClassName
{
color: #9ECC9E;
}
</style>
background-color css
<style>
a { background-color: #9ECC9E; }
a { background-color: rgb(158,204,158); }
div.DivClassName
{
background-color: #9ECC9E;
}
.BgClassName
{
background-color: #9ECC9E;
}
</style>
border-color css
<style>
span { border-color: #9ECC9E; }
span { border-color: rgb(158,204,158); }
td.TdClassName
{
border-color: #9ECC9E;
}
.TagClassName
{
border-color: #9ECC9E;
}
</style>