Shades of Mantle #8DA285
Tints of Mantle #8DA285
RGB
CMYK
RGB Variations
Color information
#8DA285 (or 0x8DA285) is known color: Mantle. HEX triplet: 8D, A2 and 85. RGB value is (141,162,133). Sum of RGB (Red+Green+Blue) = 141+162+133=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA285 is #725D7A. Grayscale: #989898. Windows color (decimal): -7495035 or 8757901. OLE color: 8757901.
HSL color Cylindrical-coordinate representation of color #8DA285: hue angle of 103.45º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DA285 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 133 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.36 |
| HSL | 103.45º | 0.13% | 0.58% | - |
| HSV(B) | 103.45º | 0.18% | 0.64% | - |
| XYZ | 28.14 | 33.2 | 27.11 | - |
| YUV | 152.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 133 | 0.13 | 0 | 0.18 | 0.36 | 103.45 | 0.13 | 0.58 |
| Hex | 8D | A2 | 85 | D | 0 | 12 | 24 | 67 | D | 3A |
| Octal | 215 | 242 | 205 | 15 | 0 | 22 | 44 | 147 | 15 | 72 |
| Binary | 10001101 | 10100010 | 10000101 | 1101 | 0 | 10010 | 100100 | 1100111 | 1101 | 111010 |
Color Harmonies of #8DA285
Complementary color
Monochromatic Colors of #8DA285
Black with #8DA285
Text Example
Text Example
White with #8DA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA285; }
p { color: rgb(141,162,133); }
H1.HeaderClassName
{
color: #8DA285;
}
.AnyTagClassName
{
color: #8DA285;
}
</style>
background-color css
<style>
a { background-color: #8DA285; }
a { background-color: rgb(141,162,133); }
div.DivClassName
{
background-color: #8DA285;
}
.BgClassName
{
background-color: #8DA285;
}
</style>
border-color css
<style>
span { border-color: #8DA285; }
span { border-color: rgb(141,162,133); }
td.TdClassName
{
border-color: #8DA285;
}
.TagClassName
{
border-color: #8DA285;
}
</style>