Shades of Chinook #8ECB9F
Tints of Chinook #8ECB9F
RGB
CMYK
RGB Variations
Color information
#8ECB9F (or 0x8ECB9F) is known color: Chinook. HEX triplet: 8E, CB and 9F. RGB value is (142,203,159). Sum of RGB (Red+Green+Blue) = 142+203+159=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECB9F is #713460. Grayscale: #B3B3B3. Windows color (decimal): -7418977 or 10472334. OLE color: 10472334.
HSL color Cylindrical-coordinate representation of color #8ECB9F: hue angle of 136.72º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECB9F is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 159 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.20 |
| HSL | 136.72º | 0.37% | 0.68% | - |
| HSV(B) | 136.72º | 0.3% | 0.8% | - |
| XYZ | 38.77 | 50.97 | 40.59 | - |
| YUV | 179.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 159 | 0.30 | 0 | 0.22 | 0.20 | 136.72 | 0.37 | 0.68 |
| Hex | 8E | CB | 9F | 1E | 0 | 16 | 14 | 89 | 25 | 44 |
| Octal | 216 | 313 | 237 | 36 | 0 | 26 | 24 | 211 | 45 | 104 |
| Binary | 10001110 | 11001011 | 10011111 | 11110 | 0 | 10110 | 10100 | 10001001 | 100101 | 1000100 |
Color Harmonies of #8ECB9F
Complementary color
Monochromatic Colors of #8ECB9F
Black with #8ECB9F
Text Example
Text Example
White with #8ECB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECB9F; }
p { color: rgb(142,203,159); }
H1.HeaderClassName
{
color: #8ECB9F;
}
.AnyTagClassName
{
color: #8ECB9F;
}
</style>
background-color css
<style>
a { background-color: #8ECB9F; }
a { background-color: rgb(142,203,159); }
div.DivClassName
{
background-color: #8ECB9F;
}
.BgClassName
{
background-color: #8ECB9F;
}
</style>
border-color css
<style>
span { border-color: #8ECB9F; }
span { border-color: rgb(142,203,159); }
td.TdClassName
{
border-color: #8ECB9F;
}
.TagClassName
{
border-color: #8ECB9F;
}
</style>