Shades of Mantle #8CA18A
Tints of Mantle #8CA18A
RGB
CMYK
RGB Variations
Color information
#8CA18A (or 0x8CA18A) is known color: Mantle. HEX triplet: 8C, A1 and 8A. RGB value is (140,161,138). Sum of RGB (Red+Green+Blue) = 140+161+138=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA18A is #735E75. Grayscale: #989898. Windows color (decimal): -7560822 or 9085324. OLE color: 9085324.
HSL color Cylindrical-coordinate representation of color #8CA18A: hue angle of 114.78º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA18A is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 161 | 138 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.37 |
| HSL | 114.78º | 0.11% | 0.59% | - |
| HSV(B) | 114.78º | 0.14% | 0.63% | - |
| XYZ | 28.15 | 32.9 | 28.91 | - |
| YUV | 152.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 138 | 0.13 | 0 | 0.14 | 0.37 | 114.78 | 0.11 | 0.59 |
| Hex | 8C | A1 | 8A | D | 0 | E | 25 | 73 | B | 3B |
| Octal | 214 | 241 | 212 | 15 | 0 | 16 | 45 | 163 | 13 | 73 |
| Binary | 10001100 | 10100001 | 10001010 | 1101 | 0 | 1110 | 100101 | 1110011 | 1011 | 111011 |
Color Harmonies of #8CA18A
Complementary color
Monochromatic Colors of #8CA18A
Black with #8CA18A
Text Example
Text Example
White with #8CA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA18A; }
p { color: rgb(140,161,138); }
H1.HeaderClassName
{
color: #8CA18A;
}
.AnyTagClassName
{
color: #8CA18A;
}
</style>
background-color css
<style>
a { background-color: #8CA18A; }
a { background-color: rgb(140,161,138); }
div.DivClassName
{
background-color: #8CA18A;
}
.BgClassName
{
background-color: #8CA18A;
}
</style>
border-color css
<style>
span { border-color: #8CA18A; }
span { border-color: rgb(140,161,138); }
td.TdClassName
{
border-color: #8CA18A;
}
.TagClassName
{
border-color: #8CA18A;
}
</style>