Shades of Chinook #8EE19D
Tints of Chinook #8EE19D
RGB
CMYK
RGB Variations
Color information
#8EE19D (or 0x8EE19D) is known color: Chinook. HEX triplet: 8E, E1 and 9D. RGB value is (142,225,157). Sum of RGB (Red+Green+Blue) = 142+225+157=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE19D is #711E62. Grayscale: #C0C0C0. Windows color (decimal): -7413347 or 10346894. OLE color: 10346894.
HSL color Cylindrical-coordinate representation of color #8EE19D: hue angle of 130.84º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE19D is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 157 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.12 |
| HSL | 130.84º | 0.58% | 0.72% | - |
| HSV(B) | 130.84º | 0.37% | 0.88% | - |
| XYZ | 44.17 | 62.04 | 41.54 | - |
| YUV | 192.43 | 108 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 157 | 0.37 | 0 | 0.30 | 0.12 | 130.84 | 0.58 | 0.72 |
| Hex | 8E | E1 | 9D | 25 | 0 | 1E | C | 83 | 3A | 48 |
| Octal | 216 | 341 | 235 | 45 | 0 | 36 | 14 | 203 | 72 | 110 |
| Binary | 10001110 | 11100001 | 10011101 | 100101 | 0 | 11110 | 1100 | 10000011 | 111010 | 1001000 |
Color Harmonies of #8EE19D
Complementary color
Monochromatic Colors of #8EE19D
Black with #8EE19D
Text Example
Text Example
White with #8EE19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE19D; }
p { color: rgb(142,225,157); }
H1.HeaderClassName
{
color: #8EE19D;
}
.AnyTagClassName
{
color: #8EE19D;
}
</style>
background-color css
<style>
a { background-color: #8EE19D; }
a { background-color: rgb(142,225,157); }
div.DivClassName
{
background-color: #8EE19D;
}
.BgClassName
{
background-color: #8EE19D;
}
</style>
border-color css
<style>
span { border-color: #8EE19D; }
span { border-color: rgb(142,225,157); }
td.TdClassName
{
border-color: #8EE19D;
}
.TagClassName
{
border-color: #8EE19D;
}
</style>