Shades of Chinook #8EE09D
Tints of Chinook #8EE09D
RGB
CMYK
RGB Variations
Color information
#8EE09D (or 0x8EE09D) is known color: Chinook. HEX triplet: 8E, E0 and 9D. RGB value is (142,224,157). Sum of RGB (Red+Green+Blue) = 142+224+157=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE09D is #711F62. Grayscale: #C0C0C0. Windows color (decimal): -7413603 or 10346638. OLE color: 10346638.
HSL color Cylindrical-coordinate representation of color #8EE09D: hue angle of 130.98º degrees, saturation: 0.57, 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 #8EE09D is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 157 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.12 |
| HSL | 130.98º | 0.57% | 0.72% | - |
| HSV(B) | 130.98º | 0.37% | 0.88% | - |
| XYZ | 43.9 | 61.5 | 41.45 | - |
| YUV | 191.84 | 108.33 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 157 | 0.37 | 0 | 0.30 | 0.12 | 130.98 | 0.57 | 0.72 |
| Hex | 8E | E0 | 9D | 25 | 0 | 1E | C | 83 | 39 | 48 |
| Octal | 216 | 340 | 235 | 45 | 0 | 36 | 14 | 203 | 71 | 110 |
| Binary | 10001110 | 11100000 | 10011101 | 100101 | 0 | 11110 | 1100 | 10000011 | 111001 | 1001000 |
Color Harmonies of #8EE09D
Complementary color
Monochromatic Colors of #8EE09D
Black with #8EE09D
Text Example
Text Example
White with #8EE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE09D; }
p { color: rgb(142,224,157); }
H1.HeaderClassName
{
color: #8EE09D;
}
.AnyTagClassName
{
color: #8EE09D;
}
</style>
background-color css
<style>
a { background-color: #8EE09D; }
a { background-color: rgb(142,224,157); }
div.DivClassName
{
background-color: #8EE09D;
}
.BgClassName
{
background-color: #8EE09D;
}
</style>
border-color css
<style>
span { border-color: #8EE09D; }
span { border-color: rgb(142,224,157); }
td.TdClassName
{
border-color: #8EE09D;
}
.TagClassName
{
border-color: #8EE09D;
}
</style>