Shades of Mantle #8FAF80
Tints of Mantle #8FAF80
RGB
CMYK
RGB Variations
Color information
#8FAF80 (or 0x8FAF80) is known color: Mantle. HEX triplet: 8F, AF and 80. RGB value is (143,175,128). Sum of RGB (Red+Green+Blue) = 143+175+128=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAF80 is #70507F. Grayscale: #A0A0A0. Windows color (decimal): -7360640 or 8433551. OLE color: 8433551.
HSL color Cylindrical-coordinate representation of color #8FAF80: hue angle of 100.85º 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 #8FAF80 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 128 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.31 |
| HSL | 100.85º | 0.23% | 0.59% | - |
| HSV(B) | 100.85º | 0.27% | 0.69% | - |
| XYZ | 30.55 | 38.06 | 26.16 | - |
| YUV | 160.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 128 | 0.18 | 0 | 0.27 | 0.31 | 100.85 | 0.23 | 0.59 |
| Hex | 8F | AF | 80 | 12 | 0 | 1B | 1F | 65 | 17 | 3B |
| Octal | 217 | 257 | 200 | 22 | 0 | 33 | 37 | 145 | 27 | 73 |
| Binary | 10001111 | 10101111 | 10000000 | 10010 | 0 | 11011 | 11111 | 1100101 | 10111 | 111011 |
Color Harmonies of #8FAF80
Complementary color
Monochromatic Colors of #8FAF80
Black with #8FAF80
Text Example
Text Example
White with #8FAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF80; }
p { color: rgb(143,175,128); }
H1.HeaderClassName
{
color: #8FAF80;
}
.AnyTagClassName
{
color: #8FAF80;
}
</style>
background-color css
<style>
a { background-color: #8FAF80; }
a { background-color: rgb(143,175,128); }
div.DivClassName
{
background-color: #8FAF80;
}
.BgClassName
{
background-color: #8FAF80;
}
</style>
border-color css
<style>
span { border-color: #8FAF80; }
span { border-color: rgb(143,175,128); }
td.TdClassName
{
border-color: #8FAF80;
}
.TagClassName
{
border-color: #8FAF80;
}
</style>