Shades of Mantle #8DA18B
Tints of Mantle #8DA18B
RGB
CMYK
RGB Variations
Color information
#8DA18B (or 0x8DA18B) is known color: Mantle. HEX triplet: 8D, A1 and 8B. RGB value is (141,161,139). Sum of RGB (Red+Green+Blue) = 141+161+139=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA18B is #725E74. Grayscale: #989898. Windows color (decimal): -7495285 or 9150861. OLE color: 9150861.
HSL color Cylindrical-coordinate representation of color #8DA18B: hue angle of 114.55º degrees, saturation: 0.1, 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 #8DA18B is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 139 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.37 |
| HSL | 114.55º | 0.1% | 0.59% | - |
| HSV(B) | 114.55º | 0.14% | 0.63% | - |
| XYZ | 28.39 | 33.02 | 29.3 | - |
| YUV | 152.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 139 | 0.12 | 0 | 0.14 | 0.37 | 114.55 | 0.1 | 0.59 |
| Hex | 8D | A1 | 8B | C | 0 | E | 25 | 73 | A | 3B |
| Octal | 215 | 241 | 213 | 14 | 0 | 16 | 45 | 163 | 12 | 73 |
| Binary | 10001101 | 10100001 | 10001011 | 1100 | 0 | 1110 | 100101 | 1110011 | 1010 | 111011 |
Color Harmonies of #8DA18B
Complementary color
Monochromatic Colors of #8DA18B
Black with #8DA18B
Text Example
Text Example
White with #8DA18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA18B; }
p { color: rgb(141,161,139); }
H1.HeaderClassName
{
color: #8DA18B;
}
.AnyTagClassName
{
color: #8DA18B;
}
</style>
background-color css
<style>
a { background-color: #8DA18B; }
a { background-color: rgb(141,161,139); }
div.DivClassName
{
background-color: #8DA18B;
}
.BgClassName
{
background-color: #8DA18B;
}
</style>
border-color css
<style>
span { border-color: #8DA18B; }
span { border-color: rgb(141,161,139); }
td.TdClassName
{
border-color: #8DA18B;
}
.TagClassName
{
border-color: #8DA18B;
}
</style>