Shades of Mantle #8AA981
Tints of Mantle #8AA981
RGB
CMYK
RGB Variations
Color information
#8AA981 (or 0x8AA981) is known color: Mantle. HEX triplet: 8A, A9 and 81. RGB value is (138,169,129). Sum of RGB (Red+Green+Blue) = 138+169+129=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA981 is #75567E. Grayscale: #9B9B9B. Windows color (decimal): -7689855 or 8497546. OLE color: 8497546.
HSL color Cylindrical-coordinate representation of color #8AA981: hue angle of 106.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AA981 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 169 | 129 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.34 |
| HSL | 106.5º | 0.19% | 0.58% | - |
| HSV(B) | 106.5º | 0.24% | 0.66% | - |
| XYZ | 28.63 | 35.36 | 26.09 | - |
| YUV | 155.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 169 | 129 | 0.18 | 0 | 0.24 | 0.34 | 106.5 | 0.19 | 0.58 |
| Hex | 8A | A9 | 81 | 12 | 0 | 18 | 22 | 6A | 13 | 3A |
| Octal | 212 | 251 | 201 | 22 | 0 | 30 | 42 | 152 | 23 | 72 |
| Binary | 10001010 | 10101001 | 10000001 | 10010 | 0 | 11000 | 100010 | 1101010 | 10011 | 111010 |
Color Harmonies of #8AA981
Complementary color
Monochromatic Colors of #8AA981
Black with #8AA981
Text Example
Text Example
White with #8AA981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA981; }
p { color: rgb(138,169,129); }
H1.HeaderClassName
{
color: #8AA981;
}
.AnyTagClassName
{
color: #8AA981;
}
</style>
background-color css
<style>
a { background-color: #8AA981; }
a { background-color: rgb(138,169,129); }
div.DivClassName
{
background-color: #8AA981;
}
.BgClassName
{
background-color: #8AA981;
}
</style>
border-color css
<style>
span { border-color: #8AA981; }
span { border-color: rgb(138,169,129); }
td.TdClassName
{
border-color: #8AA981;
}
.TagClassName
{
border-color: #8AA981;
}
</style>