Shades of Chinook #8ECF9E
Tints of Chinook #8ECF9E
RGB
CMYK
RGB Variations
Color information
#8ECF9E (or 0x8ECF9E) is known color: Chinook. HEX triplet: 8E, CF and 9E. RGB value is (142,207,158). Sum of RGB (Red+Green+Blue) = 142+207+158=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF9E is #713061. Grayscale: #B6B6B6. Windows color (decimal): -7417954 or 10407822. OLE color: 10407822.
HSL color Cylindrical-coordinate representation of color #8ECF9E: hue angle of 134.77º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECF9E is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 158 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.19 |
| HSL | 134.77º | 0.4% | 0.68% | - |
| HSV(B) | 134.77º | 0.31% | 0.81% | - |
| XYZ | 39.64 | 52.85 | 40.46 | - |
| YUV | 181.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 158 | 0.31 | 0 | 0.24 | 0.19 | 134.77 | 0.4 | 0.68 |
| Hex | 8E | CF | 9E | 1F | 0 | 18 | 13 | 87 | 28 | 44 |
| Octal | 216 | 317 | 236 | 37 | 0 | 30 | 23 | 207 | 50 | 104 |
| Binary | 10001110 | 11001111 | 10011110 | 11111 | 0 | 11000 | 10011 | 10000111 | 101000 | 1000100 |
Color Harmonies of #8ECF9E
Complementary color
Monochromatic Colors of #8ECF9E
Black with #8ECF9E
Text Example
Text Example
White with #8ECF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF9E; }
p { color: rgb(142,207,158); }
H1.HeaderClassName
{
color: #8ECF9E;
}
.AnyTagClassName
{
color: #8ECF9E;
}
</style>
background-color css
<style>
a { background-color: #8ECF9E; }
a { background-color: rgb(142,207,158); }
div.DivClassName
{
background-color: #8ECF9E;
}
.BgClassName
{
background-color: #8ECF9E;
}
</style>
border-color css
<style>
span { border-color: #8ECF9E; }
span { border-color: rgb(142,207,158); }
td.TdClassName
{
border-color: #8ECF9E;
}
.TagClassName
{
border-color: #8ECF9E;
}
</style>