Shades of Mantle #8DA18A
Tints of Mantle #8DA18A
RGB
CMYK
RGB Variations
Color information
#8DA18A (or 0x8DA18A) is known color: Mantle. HEX triplet: 8D, A1 and 8A. RGB value is (141,161,138). Sum of RGB (Red+Green+Blue) = 141+161+138=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA18A is #725E75. Grayscale: #989898. Windows color (decimal): -7495286 or 9085325. OLE color: 9085325.
HSL color Cylindrical-coordinate representation of color #8DA18A: hue angle of 112.17º 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 #8DA18A is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 138 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.37 |
| HSL | 112.17º | 0.11% | 0.59% | - |
| HSV(B) | 112.17º | 0.14% | 0.63% | - |
| XYZ | 28.32 | 32.99 | 28.92 | - |
| YUV | 152.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 138 | 0.12 | 0 | 0.14 | 0.37 | 112.17 | 0.11 | 0.59 |
| Hex | 8D | A1 | 8A | C | 0 | E | 25 | 70 | B | 3B |
| Octal | 215 | 241 | 212 | 14 | 0 | 16 | 45 | 160 | 13 | 73 |
| Binary | 10001101 | 10100001 | 10001010 | 1100 | 0 | 1110 | 100101 | 1110000 | 1011 | 111011 |
Color Harmonies of #8DA18A
Complementary color
Monochromatic Colors of #8DA18A
Black with #8DA18A
Text Example
Text Example
White with #8DA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA18A; }
p { color: rgb(141,161,138); }
H1.HeaderClassName
{
color: #8DA18A;
}
.AnyTagClassName
{
color: #8DA18A;
}
</style>
background-color css
<style>
a { background-color: #8DA18A; }
a { background-color: rgb(141,161,138); }
div.DivClassName
{
background-color: #8DA18A;
}
.BgClassName
{
background-color: #8DA18A;
}
</style>
border-color css
<style>
span { border-color: #8DA18A; }
span { border-color: rgb(141,161,138); }
td.TdClassName
{
border-color: #8DA18A;
}
.TagClassName
{
border-color: #8DA18A;
}
</style>