Shades of Mantle #8CAF81
Tints of Mantle #8CAF81
RGB
CMYK
RGB Variations
Color information
#8CAF81 (or 0x8CAF81) is known color: Mantle. HEX triplet: 8C, AF and 81. RGB value is (140,175,129). Sum of RGB (Red+Green+Blue) = 140+175+129=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF81 is #73507E. Grayscale: #9F9F9F. Windows color (decimal): -7557247 or 8499084. OLE color: 8499084.
HSL color Cylindrical-coordinate representation of color #8CAF81: hue angle of 105.65º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CAF81 is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 129 | - |
| CMYK | 0.2 | 0 | 0.26 | 0.31 |
| HSL | 105.65º | 0.22% | 0.6% | - |
| HSV(B) | 105.65º | 0.26% | 0.69% | - |
| XYZ | 30.11 | 37.82 | 26.48 | - |
| YUV | 159.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 129 | 0.2 | 0 | 0.26 | 0.31 | 105.65 | 0.22 | 0.6 |
| Hex | 8C | AF | 81 | 14 | 0 | 1A | 1F | 6A | 16 | 3C |
| Octal | 214 | 257 | 201 | 24 | 0 | 32 | 37 | 152 | 26 | 74 |
| Binary | 10001100 | 10101111 | 10000001 | 10100 | 0 | 11010 | 11111 | 1101010 | 10110 | 111100 |
Color Harmonies of #8CAF81
Complementary color
Monochromatic Colors of #8CAF81
Black with #8CAF81
Text Example
Text Example
White with #8CAF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF81; }
p { color: rgb(140,175,129); }
H1.HeaderClassName
{
color: #8CAF81;
}
.AnyTagClassName
{
color: #8CAF81;
}
</style>
background-color css
<style>
a { background-color: #8CAF81; }
a { background-color: rgb(140,175,129); }
div.DivClassName
{
background-color: #8CAF81;
}
.BgClassName
{
background-color: #8CAF81;
}
</style>
border-color css
<style>
span { border-color: #8CAF81; }
span { border-color: rgb(140,175,129); }
td.TdClassName
{
border-color: #8CAF81;
}
.TagClassName
{
border-color: #8CAF81;
}
</style>