Shades of Mantle #8CAF80
Tints of Mantle #8CAF80
RGB
CMYK
RGB Variations
Color information
#8CAF80 (or 0x8CAF80) is known color: Mantle. HEX triplet: 8C, AF and 80. RGB value is (140,175,128). Sum of RGB (Red+Green+Blue) = 140+175+128=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF80 is #73507F. Grayscale: #9F9F9F. Windows color (decimal): -7557248 or 8433548. OLE color: 8433548.
HSL color Cylindrical-coordinate representation of color #8CAF80: hue angle of 104.68º 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 #8CAF80 is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 128 | - |
| CMYK | 0.2 | 0 | 0.27 | 0.31 |
| HSL | 104.68º | 0.23% | 0.59% | - |
| HSV(B) | 104.68º | 0.27% | 0.69% | - |
| XYZ | 30.04 | 37.79 | 26.13 | - |
| YUV | 159.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 128 | 0.2 | 0 | 0.27 | 0.31 | 104.68 | 0.23 | 0.59 |
| Hex | 8C | AF | 80 | 14 | 0 | 1B | 1F | 69 | 17 | 3B |
| Octal | 214 | 257 | 200 | 24 | 0 | 33 | 37 | 151 | 27 | 73 |
| Binary | 10001100 | 10101111 | 10000000 | 10100 | 0 | 11011 | 11111 | 1101001 | 10111 | 111011 |
Color Harmonies of #8CAF80
Complementary color
Monochromatic Colors of #8CAF80
Black with #8CAF80
Text Example
Text Example
White with #8CAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF80; }
p { color: rgb(140,175,128); }
H1.HeaderClassName
{
color: #8CAF80;
}
.AnyTagClassName
{
color: #8CAF80;
}
</style>
background-color css
<style>
a { background-color: #8CAF80; }
a { background-color: rgb(140,175,128); }
div.DivClassName
{
background-color: #8CAF80;
}
.BgClassName
{
background-color: #8CAF80;
}
</style>
border-color css
<style>
span { border-color: #8CAF80; }
span { border-color: rgb(140,175,128); }
td.TdClassName
{
border-color: #8CAF80;
}
.TagClassName
{
border-color: #8CAF80;
}
</style>