Shades of Chinook #8EE1A5
Tints of Chinook #8EE1A5
RGB
CMYK
RGB Variations
Color information
#8EE1A5 (or 0x8EE1A5) is known color: Chinook. HEX triplet: 8E, E1 and A5. RGB value is (142,225,165). Sum of RGB (Red+Green+Blue) = 142+225+165=532 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.69% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE1A5 is #711E5A. Grayscale: #C1C1C1. Windows color (decimal): -7413339 or 10871182. OLE color: 10871182.
HSL color Cylindrical-coordinate representation of color #8EE1A5: hue angle of 136.63º 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 #8EE1A5 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 165 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.12 |
| HSL | 136.63º | 0.58% | 0.72% | - |
| HSV(B) | 136.63º | 0.37% | 0.88% | - |
| XYZ | 44.87 | 62.32 | 45.26 | - |
| YUV | 193.34 | 112 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 165 | 0.37 | 0 | 0.27 | 0.12 | 136.63 | 0.58 | 0.72 |
| Hex | 8E | E1 | A5 | 25 | 0 | 1B | C | 89 | 3A | 48 |
| Octal | 216 | 341 | 245 | 45 | 0 | 33 | 14 | 211 | 72 | 110 |
| Binary | 10001110 | 11100001 | 10100101 | 100101 | 0 | 11011 | 1100 | 10001001 | 111010 | 1001000 |
Color Harmonies of #8EE1A5
Complementary color
Monochromatic Colors of #8EE1A5
Black with #8EE1A5
Text Example
Text Example
White with #8EE1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE1A5; }
p { color: rgb(142,225,165); }
H1.HeaderClassName
{
color: #8EE1A5;
}
.AnyTagClassName
{
color: #8EE1A5;
}
</style>
background-color css
<style>
a { background-color: #8EE1A5; }
a { background-color: rgb(142,225,165); }
div.DivClassName
{
background-color: #8EE1A5;
}
.BgClassName
{
background-color: #8EE1A5;
}
</style>
border-color css
<style>
span { border-color: #8EE1A5; }
span { border-color: rgb(142,225,165); }
td.TdClassName
{
border-color: #8EE1A5;
}
.TagClassName
{
border-color: #8EE1A5;
}
</style>