Shades of Chinook #8EE1A7
Tints of Chinook #8EE1A7
RGB
CMYK
RGB Variations
Color information
#8EE1A7 (or 0x8EE1A7) is known color: Chinook. HEX triplet: 8E, E1 and A7. RGB value is (142,225,167). Sum of RGB (Red+Green+Blue) = 142+225+167=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE1A7 is #711E58. Grayscale: #C1C1C1. Windows color (decimal): -7413337 or 11002254. OLE color: 11002254.
HSL color Cylindrical-coordinate representation of color #8EE1A7: hue angle of 138.07º 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 #8EE1A7 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 167 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.12 |
| HSL | 138.07º | 0.58% | 0.72% | - |
| HSV(B) | 138.07º | 0.37% | 0.88% | - |
| XYZ | 45.06 | 62.39 | 46.23 | - |
| YUV | 193.57 | 113 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 167 | 0.37 | 0 | 0.26 | 0.12 | 138.07 | 0.58 | 0.72 |
| Hex | 8E | E1 | A7 | 25 | 0 | 1A | C | 8A | 3A | 48 |
| Octal | 216 | 341 | 247 | 45 | 0 | 32 | 14 | 212 | 72 | 110 |
| Binary | 10001110 | 11100001 | 10100111 | 100101 | 0 | 11010 | 1100 | 10001010 | 111010 | 1001000 |
Color Harmonies of #8EE1A7
Complementary color
Monochromatic Colors of #8EE1A7
Black with #8EE1A7
Text Example
Text Example
White with #8EE1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE1A7; }
p { color: rgb(142,225,167); }
H1.HeaderClassName
{
color: #8EE1A7;
}
.AnyTagClassName
{
color: #8EE1A7;
}
</style>
background-color css
<style>
a { background-color: #8EE1A7; }
a { background-color: rgb(142,225,167); }
div.DivClassName
{
background-color: #8EE1A7;
}
.BgClassName
{
background-color: #8EE1A7;
}
</style>
border-color css
<style>
span { border-color: #8EE1A7; }
span { border-color: rgb(142,225,167); }
td.TdClassName
{
border-color: #8EE1A7;
}
.TagClassName
{
border-color: #8EE1A7;
}
</style>