Shades of Chinook #9ECF9E
Tints of Chinook #9ECF9E
RGB
CMYK
RGB Variations
Color information
#9ECF9E (or 0x9ECF9E) is known color: Chinook. HEX triplet: 9E, CF and 9E. RGB value is (158,207,158). Sum of RGB (Red+Green+Blue) = 158+207+158=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECF9E is #613061. Grayscale: #BABABA. Windows color (decimal): -6369378 or 10407838. OLE color: 10407838.
HSL color Cylindrical-coordinate representation of color #9ECF9E: hue angle of 120º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ECF9E is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 158 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.19 |
| HSL | 120º | 0.34% | 0.72% | - |
| HSV(B) | 120º | 0.24% | 0.81% | - |
| XYZ | 42.58 | 54.36 | 40.6 | - |
| YUV | 186.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 158 | 0.24 | 0 | 0.24 | 0.19 | 120 | 0.34 | 0.72 |
| Hex | 9E | CF | 9E | 18 | 0 | 18 | 13 | 78 | 22 | 48 |
| Octal | 236 | 317 | 236 | 30 | 0 | 30 | 23 | 170 | 42 | 110 |
| Binary | 10011110 | 11001111 | 10011110 | 11000 | 0 | 11000 | 10011 | 1111000 | 100010 | 1001000 |
Color Harmonies of #9ECF9E
Complementary color
Monochromatic Colors of #9ECF9E
Black with #9ECF9E
Text Example
Text Example
White with #9ECF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF9E; }
p { color: rgb(158,207,158); }
H1.HeaderClassName
{
color: #9ECF9E;
}
.AnyTagClassName
{
color: #9ECF9E;
}
</style>
background-color css
<style>
a { background-color: #9ECF9E; }
a { background-color: rgb(158,207,158); }
div.DivClassName
{
background-color: #9ECF9E;
}
.BgClassName
{
background-color: #9ECF9E;
}
</style>
border-color css
<style>
span { border-color: #9ECF9E; }
span { border-color: rgb(158,207,158); }
td.TdClassName
{
border-color: #9ECF9E;
}
.TagClassName
{
border-color: #9ECF9E;
}
</style>