Shades of Chinook #8EE1A0
Tints of Chinook #8EE1A0
RGB
CMYK
RGB Variations
Color information
#8EE1A0 (or 0x8EE1A0) is known color: Chinook. HEX triplet: 8E, E1 and A0. RGB value is (142,225,160). Sum of RGB (Red+Green+Blue) = 142+225+160=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE1A0 is #711E5F. Grayscale: #C0C0C0. Windows color (decimal): -7413344 or 10543502. OLE color: 10543502.
HSL color Cylindrical-coordinate representation of color #8EE1A0: hue angle of 133.01º 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 #8EE1A0 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 160 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.12 |
| HSL | 133.01º | 0.58% | 0.72% | - |
| HSV(B) | 133.01º | 0.37% | 0.88% | - |
| XYZ | 44.43 | 62.14 | 42.91 | - |
| YUV | 192.77 | 109.5 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 160 | 0.37 | 0 | 0.29 | 0.12 | 133.01 | 0.58 | 0.72 |
| Hex | 8E | E1 | A0 | 25 | 0 | 1D | C | 85 | 3A | 48 |
| Octal | 216 | 341 | 240 | 45 | 0 | 35 | 14 | 205 | 72 | 110 |
| Binary | 10001110 | 11100001 | 10100000 | 100101 | 0 | 11101 | 1100 | 10000101 | 111010 | 1001000 |
Color Harmonies of #8EE1A0
Complementary color
Monochromatic Colors of #8EE1A0
Black with #8EE1A0
Text Example
Text Example
White with #8EE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE1A0; }
p { color: rgb(142,225,160); }
H1.HeaderClassName
{
color: #8EE1A0;
}
.AnyTagClassName
{
color: #8EE1A0;
}
</style>
background-color css
<style>
a { background-color: #8EE1A0; }
a { background-color: rgb(142,225,160); }
div.DivClassName
{
background-color: #8EE1A0;
}
.BgClassName
{
background-color: #8EE1A0;
}
</style>
border-color css
<style>
span { border-color: #8EE1A0; }
span { border-color: rgb(142,225,160); }
td.TdClassName
{
border-color: #8EE1A0;
}
.TagClassName
{
border-color: #8EE1A0;
}
</style>