Shades of Chinook #8ECE9D
Tints of Chinook #8ECE9D
RGB
CMYK
RGB Variations
Color information
#8ECE9D (or 0x8ECE9D) is known color: Chinook. HEX triplet: 8E, CE and 9D. RGB value is (142,206,157). Sum of RGB (Red+Green+Blue) = 142+206+157=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE9D is #713162. Grayscale: #B5B5B5. Windows color (decimal): -7418211 or 10342030. OLE color: 10342030.
HSL color Cylindrical-coordinate representation of color #8ECE9D: hue angle of 134.06º 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 #8ECE9D is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 157 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.19 |
| HSL | 134.06º | 0.4% | 0.68% | - |
| HSV(B) | 134.06º | 0.31% | 0.81% | - |
| XYZ | 39.31 | 52.33 | 39.93 | - |
| YUV | 181.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 157 | 0.31 | 0 | 0.24 | 0.19 | 134.06 | 0.4 | 0.68 |
| Hex | 8E | CE | 9D | 1F | 0 | 18 | 13 | 86 | 28 | 44 |
| Octal | 216 | 316 | 235 | 37 | 0 | 30 | 23 | 206 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10011101 | 11111 | 0 | 11000 | 10011 | 10000110 | 101000 | 1000100 |
Color Harmonies of #8ECE9D
Complementary color
Monochromatic Colors of #8ECE9D
Black with #8ECE9D
Text Example
Text Example
White with #8ECE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE9D; }
p { color: rgb(142,206,157); }
H1.HeaderClassName
{
color: #8ECE9D;
}
.AnyTagClassName
{
color: #8ECE9D;
}
</style>
background-color css
<style>
a { background-color: #8ECE9D; }
a { background-color: rgb(142,206,157); }
div.DivClassName
{
background-color: #8ECE9D;
}
.BgClassName
{
background-color: #8ECE9D;
}
</style>
border-color css
<style>
span { border-color: #8ECE9D; }
span { border-color: rgb(142,206,157); }
td.TdClassName
{
border-color: #8ECE9D;
}
.TagClassName
{
border-color: #8ECE9D;
}
</style>