Shades of Chinook #8EE0A0
Tints of Chinook #8EE0A0
RGB
CMYK
RGB Variations
Color information
#8EE0A0 (or 0x8EE0A0) is known color: Chinook. HEX triplet: 8E, E0 and A0. RGB value is (142,224,160). Sum of RGB (Red+Green+Blue) = 142+224+160=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE0A0 is #711F5F. Grayscale: #C0C0C0. Windows color (decimal): -7413600 or 10543246. OLE color: 10543246.
HSL color Cylindrical-coordinate representation of color #8EE0A0: hue angle of 133.17º 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 #8EE0A0 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 160 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.12 |
| HSL | 133.17º | 0.57% | 0.72% | - |
| HSV(B) | 133.17º | 0.37% | 0.88% | - |
| XYZ | 44.16 | 61.6 | 42.82 | - |
| YUV | 192.19 | 109.83 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 160 | 0.37 | 0 | 0.29 | 0.12 | 133.17 | 0.57 | 0.72 |
| Hex | 8E | E0 | A0 | 25 | 0 | 1D | C | 85 | 39 | 48 |
| Octal | 216 | 340 | 240 | 45 | 0 | 35 | 14 | 205 | 71 | 110 |
| Binary | 10001110 | 11100000 | 10100000 | 100101 | 0 | 11101 | 1100 | 10000101 | 111001 | 1001000 |
Color Harmonies of #8EE0A0
Complementary color
Monochromatic Colors of #8EE0A0
Black with #8EE0A0
Text Example
Text Example
White with #8EE0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE0A0; }
p { color: rgb(142,224,160); }
H1.HeaderClassName
{
color: #8EE0A0;
}
.AnyTagClassName
{
color: #8EE0A0;
}
</style>
background-color css
<style>
a { background-color: #8EE0A0; }
a { background-color: rgb(142,224,160); }
div.DivClassName
{
background-color: #8EE0A0;
}
.BgClassName
{
background-color: #8EE0A0;
}
</style>
border-color css
<style>
span { border-color: #8EE0A0; }
span { border-color: rgb(142,224,160); }
td.TdClassName
{
border-color: #8EE0A0;
}
.TagClassName
{
border-color: #8EE0A0;
}
</style>