Shades of Mantle #8EAF80
Tints of Mantle #8EAF80
RGB
CMYK
RGB Variations
Color information
#8EAF80 (or 0x8EAF80) is known color: Mantle. HEX triplet: 8E, AF and 80. RGB value is (142,175,128). Sum of RGB (Red+Green+Blue) = 142+175+128=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAF80 is #71507F. Grayscale: #9F9F9F. Windows color (decimal): -7426176 or 8433550. OLE color: 8433550.
HSL color Cylindrical-coordinate representation of color #8EAF80: hue angle of 102.13º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EAF80 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 175 | 128 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.31 |
| HSL | 102.13º | 0.23% | 0.59% | - |
| HSV(B) | 102.13º | 0.27% | 0.69% | - |
| XYZ | 30.38 | 37.97 | 26.15 | - |
| YUV | 159.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 128 | 0.19 | 0 | 0.27 | 0.31 | 102.13 | 0.23 | 0.59 |
| Hex | 8E | AF | 80 | 13 | 0 | 1B | 1F | 66 | 17 | 3B |
| Octal | 216 | 257 | 200 | 23 | 0 | 33 | 37 | 146 | 27 | 73 |
| Binary | 10001110 | 10101111 | 10000000 | 10011 | 0 | 11011 | 11111 | 1100110 | 10111 | 111011 |
Color Harmonies of #8EAF80
Complementary color
Monochromatic Colors of #8EAF80
Black with #8EAF80
Text Example
Text Example
White with #8EAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAF80; }
p { color: rgb(142,175,128); }
H1.HeaderClassName
{
color: #8EAF80;
}
.AnyTagClassName
{
color: #8EAF80;
}
</style>
background-color css
<style>
a { background-color: #8EAF80; }
a { background-color: rgb(142,175,128); }
div.DivClassName
{
background-color: #8EAF80;
}
.BgClassName
{
background-color: #8EAF80;
}
</style>
border-color css
<style>
span { border-color: #8EAF80; }
span { border-color: rgb(142,175,128); }
td.TdClassName
{
border-color: #8EAF80;
}
.TagClassName
{
border-color: #8EAF80;
}
</style>