Shades of Chinook #8ECE9B
Tints of Chinook #8ECE9B
RGB
CMYK
RGB Variations
Color information
#8ECE9B (or 0x8ECE9B) is known color: Chinook. HEX triplet: 8E, CE and 9B. RGB value is (142,206,155). Sum of RGB (Red+Green+Blue) = 142+206+155=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE9B is #713164. Grayscale: #B5B5B5. Windows color (decimal): -7418213 or 10210958. OLE color: 10210958.
HSL color Cylindrical-coordinate representation of color #8ECE9B: hue angle of 132.19º 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 #8ECE9B is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 155 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.19 |
| HSL | 132.19º | 0.4% | 0.68% | - |
| HSV(B) | 132.19º | 0.31% | 0.81% | - |
| XYZ | 39.14 | 52.26 | 39.03 | - |
| YUV | 181.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 155 | 0.31 | 0 | 0.25 | 0.19 | 132.19 | 0.4 | 0.68 |
| Hex | 8E | CE | 9B | 1F | 0 | 19 | 13 | 84 | 28 | 44 |
| Octal | 216 | 316 | 233 | 37 | 0 | 31 | 23 | 204 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10011011 | 11111 | 0 | 11001 | 10011 | 10000100 | 101000 | 1000100 |
Color Harmonies of #8ECE9B
Complementary color
Monochromatic Colors of #8ECE9B
Black with #8ECE9B
Text Example
Text Example
White with #8ECE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE9B; }
p { color: rgb(142,206,155); }
H1.HeaderClassName
{
color: #8ECE9B;
}
.AnyTagClassName
{
color: #8ECE9B;
}
</style>
background-color css
<style>
a { background-color: #8ECE9B; }
a { background-color: rgb(142,206,155); }
div.DivClassName
{
background-color: #8ECE9B;
}
.BgClassName
{
background-color: #8ECE9B;
}
</style>
border-color css
<style>
span { border-color: #8ECE9B; }
span { border-color: rgb(142,206,155); }
td.TdClassName
{
border-color: #8ECE9B;
}
.TagClassName
{
border-color: #8ECE9B;
}
</style>