Shades of Mantle #8AAF83
Tints of Mantle #8AAF83
RGB
CMYK
RGB Variations
Color information
#8AAF83 (or 0x8AAF83) is known color: Mantle. HEX triplet: 8A, AF and 83. RGB value is (138,175,131). Sum of RGB (Red+Green+Blue) = 138+175+131=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF83 is #75507C. Grayscale: #9F9F9F. Windows color (decimal): -7688317 or 8630154. OLE color: 8630154.
HSL color Cylindrical-coordinate representation of color #8AAF83: hue angle of 110.45º degrees, saturation: 0.22, 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 #8AAF83 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 131 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.31 |
| HSL | 110.45º | 0.22% | 0.6% | - |
| HSV(B) | 110.45º | 0.25% | 0.69% | - |
| XYZ | 29.91 | 37.7 | 27.17 | - |
| YUV | 158.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 131 | 0.21 | 0 | 0.25 | 0.31 | 110.45 | 0.22 | 0.6 |
| Hex | 8A | AF | 83 | 15 | 0 | 19 | 1F | 6E | 16 | 3C |
| Octal | 212 | 257 | 203 | 25 | 0 | 31 | 37 | 156 | 26 | 74 |
| Binary | 10001010 | 10101111 | 10000011 | 10101 | 0 | 11001 | 11111 | 1101110 | 10110 | 111100 |
Color Harmonies of #8AAF83
Complementary color
Monochromatic Colors of #8AAF83
Black with #8AAF83
Text Example
Text Example
White with #8AAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF83; }
p { color: rgb(138,175,131); }
H1.HeaderClassName
{
color: #8AAF83;
}
.AnyTagClassName
{
color: #8AAF83;
}
</style>
background-color css
<style>
a { background-color: #8AAF83; }
a { background-color: rgb(138,175,131); }
div.DivClassName
{
background-color: #8AAF83;
}
.BgClassName
{
background-color: #8AAF83;
}
</style>
border-color css
<style>
span { border-color: #8AAF83; }
span { border-color: rgb(138,175,131); }
td.TdClassName
{
border-color: #8AAF83;
}
.TagClassName
{
border-color: #8AAF83;
}
</style>