Shades of Mantle #8DA388
Tints of Mantle #8DA388
RGB
CMYK
RGB Variations
Color information
#8DA388 (or 0x8DA388) is known color: Mantle. HEX triplet: 8D, A3 and 88. RGB value is (141,163,136). Sum of RGB (Red+Green+Blue) = 141+163+136=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA388 is #725C77. Grayscale: #999999. Windows color (decimal): -7494776 or 8954765. OLE color: 8954765.
HSL color Cylindrical-coordinate representation of color #8DA388: hue angle of 108.89º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DA388 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 136 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.36 |
| HSL | 108.89º | 0.13% | 0.59% | - |
| HSV(B) | 108.89º | 0.17% | 0.64% | - |
| XYZ | 28.53 | 33.63 | 28.28 | - |
| YUV | 153.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 136 | 0.13 | 0 | 0.17 | 0.36 | 108.89 | 0.13 | 0.59 |
| Hex | 8D | A3 | 88 | D | 0 | 11 | 24 | 6D | D | 3B |
| Octal | 215 | 243 | 210 | 15 | 0 | 21 | 44 | 155 | 15 | 73 |
| Binary | 10001101 | 10100011 | 10001000 | 1101 | 0 | 10001 | 100100 | 1101101 | 1101 | 111011 |
Color Harmonies of #8DA388
Complementary color
Monochromatic Colors of #8DA388
Black with #8DA388
Text Example
Text Example
White with #8DA388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA388; }
p { color: rgb(141,163,136); }
H1.HeaderClassName
{
color: #8DA388;
}
.AnyTagClassName
{
color: #8DA388;
}
</style>
background-color css
<style>
a { background-color: #8DA388; }
a { background-color: rgb(141,163,136); }
div.DivClassName
{
background-color: #8DA388;
}
.BgClassName
{
background-color: #8DA388;
}
</style>
border-color css
<style>
span { border-color: #8DA388; }
span { border-color: rgb(141,163,136); }
td.TdClassName
{
border-color: #8DA388;
}
.TagClassName
{
border-color: #8DA388;
}
</style>