Shades of Mantle #8CAF83
Tints of Mantle #8CAF83
RGB
CMYK
RGB Variations
Color information
#8CAF83 (or 0x8CAF83) is known color: Mantle. HEX triplet: 8C, AF and 83. RGB value is (140,175,131). Sum of RGB (Red+Green+Blue) = 140+175+131=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF83 is #73507C. Grayscale: #9F9F9F. Windows color (decimal): -7557245 or 8630156. OLE color: 8630156.
HSL color Cylindrical-coordinate representation of color #8CAF83: hue angle of 107.73º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CAF83 is Cyan = 0.2, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 131 | - |
| CMYK | 0.2 | 0 | 0.25 | 0.31 |
| HSL | 107.73º | 0.22% | 0.6% | - |
| HSV(B) | 107.73º | 0.25% | 0.69% | - |
| XYZ | 30.24 | 37.87 | 27.19 | - |
| YUV | 159.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 131 | 0.2 | 0 | 0.25 | 0.31 | 107.73 | 0.22 | 0.6 |
| Hex | 8C | AF | 83 | 14 | 0 | 19 | 1F | 6C | 16 | 3C |
| Octal | 214 | 257 | 203 | 24 | 0 | 31 | 37 | 154 | 26 | 74 |
| Binary | 10001100 | 10101111 | 10000011 | 10100 | 0 | 11001 | 11111 | 1101100 | 10110 | 111100 |
Color Harmonies of #8CAF83
Complementary color
Monochromatic Colors of #8CAF83
Black with #8CAF83
Text Example
Text Example
White with #8CAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF83; }
p { color: rgb(140,175,131); }
H1.HeaderClassName
{
color: #8CAF83;
}
.AnyTagClassName
{
color: #8CAF83;
}
</style>
background-color css
<style>
a { background-color: #8CAF83; }
a { background-color: rgb(140,175,131); }
div.DivClassName
{
background-color: #8CAF83;
}
.BgClassName
{
background-color: #8CAF83;
}
</style>
border-color css
<style>
span { border-color: #8CAF83; }
span { border-color: rgb(140,175,131); }
td.TdClassName
{
border-color: #8CAF83;
}
.TagClassName
{
border-color: #8CAF83;
}
</style>