Shades of Mantle #8AAE84
Tints of Mantle #8AAE84
RGB
CMYK
RGB Variations
Color information
#8AAE84 (or 0x8AAE84) is known color: Mantle. HEX triplet: 8A, AE and 84. RGB value is (138,174,132). Sum of RGB (Red+Green+Blue) = 138+174+132=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAE84 is #75517B. Grayscale: #9E9E9E. Windows color (decimal): -7688572 or 8695434. OLE color: 8695434.
HSL color Cylindrical-coordinate representation of color #8AAE84: hue angle of 111.43º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AAE84 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 132 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.32 |
| HSL | 111.43º | 0.21% | 0.6% | - |
| HSV(B) | 111.43º | 0.24% | 0.68% | - |
| XYZ | 29.78 | 37.34 | 27.47 | - |
| YUV | 158.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 132 | 0.21 | 0 | 0.24 | 0.32 | 111.43 | 0.21 | 0.6 |
| Hex | 8A | AE | 84 | 15 | 0 | 18 | 20 | 6F | 15 | 3C |
| Octal | 212 | 256 | 204 | 25 | 0 | 30 | 40 | 157 | 25 | 74 |
| Binary | 10001010 | 10101110 | 10000100 | 10101 | 0 | 11000 | 100000 | 1101111 | 10101 | 111100 |
Color Harmonies of #8AAE84
Complementary color
Monochromatic Colors of #8AAE84
Black with #8AAE84
Text Example
Text Example
White with #8AAE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE84; }
p { color: rgb(138,174,132); }
H1.HeaderClassName
{
color: #8AAE84;
}
.AnyTagClassName
{
color: #8AAE84;
}
</style>
background-color css
<style>
a { background-color: #8AAE84; }
a { background-color: rgb(138,174,132); }
div.DivClassName
{
background-color: #8AAE84;
}
.BgClassName
{
background-color: #8AAE84;
}
</style>
border-color css
<style>
span { border-color: #8AAE84; }
span { border-color: rgb(138,174,132); }
td.TdClassName
{
border-color: #8AAE84;
}
.TagClassName
{
border-color: #8AAE84;
}
</style>