Shades of Mantle #8FAD8A
Tints of Mantle #8FAD8A
RGB
CMYK
RGB Variations
Color information
#8FAD8A (or 0x8FAD8A) is known color: Mantle. HEX triplet: 8F, AD and 8A. RGB value is (143,173,138). Sum of RGB (Red+Green+Blue) = 143+173+138=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAD8A is #705275. Grayscale: #A0A0A0. Windows color (decimal): -7361142 or 9088399. OLE color: 9088399.
HSL color Cylindrical-coordinate representation of color #8FAD8A: hue angle of 111.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8FAD8A is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 138 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.32 |
| HSL | 111.43º | 0.18% | 0.61% | - |
| HSV(B) | 111.43º | 0.2% | 0.68% | - |
| XYZ | 30.86 | 37.56 | 29.67 | - |
| YUV | 160.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 138 | 0.17 | 0 | 0.20 | 0.32 | 111.43 | 0.18 | 0.61 |
| Hex | 8F | AD | 8A | 11 | 0 | 14 | 20 | 6F | 12 | 3D |
| Octal | 217 | 255 | 212 | 21 | 0 | 24 | 40 | 157 | 22 | 75 |
| Binary | 10001111 | 10101101 | 10001010 | 10001 | 0 | 10100 | 100000 | 1101111 | 10010 | 111101 |
Color Harmonies of #8FAD8A
Complementary color
Monochromatic Colors of #8FAD8A
Black with #8FAD8A
Text Example
Text Example
White with #8FAD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD8A; }
p { color: rgb(143,173,138); }
H1.HeaderClassName
{
color: #8FAD8A;
}
.AnyTagClassName
{
color: #8FAD8A;
}
</style>
background-color css
<style>
a { background-color: #8FAD8A; }
a { background-color: rgb(143,173,138); }
div.DivClassName
{
background-color: #8FAD8A;
}
.BgClassName
{
background-color: #8FAD8A;
}
</style>
border-color css
<style>
span { border-color: #8FAD8A; }
span { border-color: rgb(143,173,138); }
td.TdClassName
{
border-color: #8FAD8A;
}
.TagClassName
{
border-color: #8FAD8A;
}
</style>