Shades of Chinook #8ED2A0
Tints of Chinook #8ED2A0
RGB
CMYK
RGB Variations
Color information
#8ED2A0 (or 0x8ED2A0) is known color: Chinook. HEX triplet: 8E, D2 and A0. RGB value is (142,210,160). Sum of RGB (Red+Green+Blue) = 142+210+160=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED2A0 is #712D5F. Grayscale: #B8B8B8. Windows color (decimal): -7417184 or 10539662. OLE color: 10539662.
HSL color Cylindrical-coordinate representation of color #8ED2A0: hue angle of 135.88º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED2A0 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 210 | 160 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.18 |
| HSL | 135.88º | 0.43% | 0.69% | - |
| HSV(B) | 135.88º | 0.32% | 0.82% | - |
| XYZ | 40.55 | 54.38 | 41.62 | - |
| YUV | 183.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 160 | 0.32 | 0 | 0.24 | 0.18 | 135.88 | 0.43 | 0.69 |
| Hex | 8E | D2 | A0 | 20 | 0 | 18 | 12 | 88 | 2B | 45 |
| Octal | 216 | 322 | 240 | 40 | 0 | 30 | 22 | 210 | 53 | 105 |
| Binary | 10001110 | 11010010 | 10100000 | 100000 | 0 | 11000 | 10010 | 10001000 | 101011 | 1000101 |
Color Harmonies of #8ED2A0
Complementary color
Monochromatic Colors of #8ED2A0
Black with #8ED2A0
Text Example
Text Example
White with #8ED2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED2A0; }
p { color: rgb(142,210,160); }
H1.HeaderClassName
{
color: #8ED2A0;
}
.AnyTagClassName
{
color: #8ED2A0;
}
</style>
background-color css
<style>
a { background-color: #8ED2A0; }
a { background-color: rgb(142,210,160); }
div.DivClassName
{
background-color: #8ED2A0;
}
.BgClassName
{
background-color: #8ED2A0;
}
</style>
border-color css
<style>
span { border-color: #8ED2A0; }
span { border-color: rgb(142,210,160); }
td.TdClassName
{
border-color: #8ED2A0;
}
.TagClassName
{
border-color: #8ED2A0;
}
</style>