Shades of Mantle #8EAA80
Tints of Mantle #8EAA80
RGB
CMYK
RGB Variations
Color information
#8EAA80 (or 0x8EAA80) is known color: Mantle. HEX triplet: 8E, AA and 80. RGB value is (142,170,128). Sum of RGB (Red+Green+Blue) = 142+170+128=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA80 is #71557F. Grayscale: #9C9C9C. Windows color (decimal): -7427456 or 8432270. OLE color: 8432270.
HSL color Cylindrical-coordinate representation of color #8EAA80: hue angle of 100º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EAA80 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 128 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.33 |
| HSL | 100º | 0.2% | 0.58% | - |
| HSV(B) | 100º | 0.25% | 0.67% | - |
| XYZ | 29.43 | 36.06 | 25.83 | - |
| YUV | 156.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 128 | 0.16 | 0 | 0.25 | 0.33 | 100 | 0.2 | 0.58 |
| Hex | 8E | AA | 80 | 10 | 0 | 19 | 21 | 64 | 14 | 3A |
| Octal | 216 | 252 | 200 | 20 | 0 | 31 | 41 | 144 | 24 | 72 |
| Binary | 10001110 | 10101010 | 10000000 | 10000 | 0 | 11001 | 100001 | 1100100 | 10100 | 111010 |
Color Harmonies of #8EAA80
Complementary color
Monochromatic Colors of #8EAA80
Black with #8EAA80
Text Example
Text Example
White with #8EAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA80; }
p { color: rgb(142,170,128); }
H1.HeaderClassName
{
color: #8EAA80;
}
.AnyTagClassName
{
color: #8EAA80;
}
</style>
background-color css
<style>
a { background-color: #8EAA80; }
a { background-color: rgb(142,170,128); }
div.DivClassName
{
background-color: #8EAA80;
}
.BgClassName
{
background-color: #8EAA80;
}
</style>
border-color css
<style>
span { border-color: #8EAA80; }
span { border-color: rgb(142,170,128); }
td.TdClassName
{
border-color: #8EAA80;
}
.TagClassName
{
border-color: #8EAA80;
}
</style>