Shades of Mantle #8DA882
Tints of Mantle #8DA882
RGB
CMYK
RGB Variations
Color information
#8DA882 (or 0x8DA882) is known color: Mantle. HEX triplet: 8D, A8 and 82. RGB value is (141,168,130). Sum of RGB (Red+Green+Blue) = 141+168+130=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA882 is #72577D. Grayscale: #9B9B9B. Windows color (decimal): -7493502 or 8562829. OLE color: 8562829.
HSL color Cylindrical-coordinate representation of color #8DA882: hue angle of 102.63º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DA882 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 130 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.34 |
| HSL | 102.63º | 0.18% | 0.58% | - |
| HSV(B) | 102.63º | 0.23% | 0.66% | - |
| XYZ | 29.02 | 35.28 | 26.4 | - |
| YUV | 155.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 130 | 0.16 | 0 | 0.23 | 0.34 | 102.63 | 0.18 | 0.58 |
| Hex | 8D | A8 | 82 | 10 | 0 | 17 | 22 | 67 | 12 | 3A |
| Octal | 215 | 250 | 202 | 20 | 0 | 27 | 42 | 147 | 22 | 72 |
| Binary | 10001101 | 10101000 | 10000010 | 10000 | 0 | 10111 | 100010 | 1100111 | 10010 | 111010 |
Color Harmonies of #8DA882
Complementary color
Monochromatic Colors of #8DA882
Black with #8DA882
Text Example
Text Example
White with #8DA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA882; }
p { color: rgb(141,168,130); }
H1.HeaderClassName
{
color: #8DA882;
}
.AnyTagClassName
{
color: #8DA882;
}
</style>
background-color css
<style>
a { background-color: #8DA882; }
a { background-color: rgb(141,168,130); }
div.DivClassName
{
background-color: #8DA882;
}
.BgClassName
{
background-color: #8DA882;
}
</style>
border-color css
<style>
span { border-color: #8DA882; }
span { border-color: rgb(141,168,130); }
td.TdClassName
{
border-color: #8DA882;
}
.TagClassName
{
border-color: #8DA882;
}
</style>