Shades of Mantle #8CA58A
Tints of Mantle #8CA58A
RGB
CMYK
RGB Variations
Color information
#8CA58A (or 0x8CA58A) is known color: Mantle. HEX triplet: 8C, A5 and 8A. RGB value is (140,165,138). Sum of RGB (Red+Green+Blue) = 140+165+138=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA58A is #735A75. Grayscale: #9A9A9A. Windows color (decimal): -7559798 or 9086348. OLE color: 9086348.
HSL color Cylindrical-coordinate representation of color #8CA58A: hue angle of 115.56º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8CA58A is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 165 | 138 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.35 |
| HSL | 115.56º | 0.13% | 0.59% | - |
| HSV(B) | 115.56º | 0.16% | 0.65% | - |
| XYZ | 28.86 | 34.32 | 29.15 | - |
| YUV | 154.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 165 | 138 | 0.15 | 0 | 0.16 | 0.35 | 115.56 | 0.13 | 0.59 |
| Hex | 8C | A5 | 8A | F | 0 | 10 | 23 | 74 | D | 3B |
| Octal | 214 | 245 | 212 | 17 | 0 | 20 | 43 | 164 | 15 | 73 |
| Binary | 10001100 | 10100101 | 10001010 | 1111 | 0 | 10000 | 100011 | 1110100 | 1101 | 111011 |
Color Harmonies of #8CA58A
Complementary color
Monochromatic Colors of #8CA58A
Black with #8CA58A
Text Example
Text Example
White with #8CA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA58A; }
p { color: rgb(140,165,138); }
H1.HeaderClassName
{
color: #8CA58A;
}
.AnyTagClassName
{
color: #8CA58A;
}
</style>
background-color css
<style>
a { background-color: #8CA58A; }
a { background-color: rgb(140,165,138); }
div.DivClassName
{
background-color: #8CA58A;
}
.BgClassName
{
background-color: #8CA58A;
}
</style>
border-color css
<style>
span { border-color: #8CA58A; }
span { border-color: rgb(140,165,138); }
td.TdClassName
{
border-color: #8CA58A;
}
.TagClassName
{
border-color: #8CA58A;
}
</style>