Shades of Mantle #8AAF84
Tints of Mantle #8AAF84
RGB
CMYK
RGB Variations
Color information
#8AAF84 (or 0x8AAF84) is known color: Mantle. HEX triplet: 8A, AF and 84. RGB value is (138,175,132). Sum of RGB (Red+Green+Blue) = 138+175+132=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF84 is #75507B. Grayscale: #9F9F9F. Windows color (decimal): -7688316 or 8695690. OLE color: 8695690.
HSL color Cylindrical-coordinate representation of color #8AAF84: hue angle of 111.63º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AAF84 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 132 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.31 |
| HSL | 111.63º | 0.21% | 0.6% | - |
| HSV(B) | 111.63º | 0.25% | 0.69% | - |
| XYZ | 29.98 | 37.73 | 27.53 | - |
| YUV | 159.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 132 | 0.21 | 0 | 0.25 | 0.31 | 111.63 | 0.21 | 0.6 |
| Hex | 8A | AF | 84 | 15 | 0 | 19 | 1F | 70 | 15 | 3C |
| Octal | 212 | 257 | 204 | 25 | 0 | 31 | 37 | 160 | 25 | 74 |
| Binary | 10001010 | 10101111 | 10000100 | 10101 | 0 | 11001 | 11111 | 1110000 | 10101 | 111100 |
Color Harmonies of #8AAF84
Complementary color
Monochromatic Colors of #8AAF84
Black with #8AAF84
Text Example
Text Example
White with #8AAF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF84; }
p { color: rgb(138,175,132); }
H1.HeaderClassName
{
color: #8AAF84;
}
.AnyTagClassName
{
color: #8AAF84;
}
</style>
background-color css
<style>
a { background-color: #8AAF84; }
a { background-color: rgb(138,175,132); }
div.DivClassName
{
background-color: #8AAF84;
}
.BgClassName
{
background-color: #8AAF84;
}
</style>
border-color css
<style>
span { border-color: #8AAF84; }
span { border-color: rgb(138,175,132); }
td.TdClassName
{
border-color: #8AAF84;
}
.TagClassName
{
border-color: #8AAF84;
}
</style>