Shades of Mantle #8AAC80
Tints of Mantle #8AAC80
RGB
CMYK
RGB Variations
Color information
#8AAC80 (or 0x8AAC80) is known color: Mantle. HEX triplet: 8A, AC and 80. RGB value is (138,172,128). Sum of RGB (Red+Green+Blue) = 138+172+128=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAC80 is #75537F. Grayscale: #9C9C9C. Windows color (decimal): -7689088 or 8432778. OLE color: 8432778.
HSL color Cylindrical-coordinate representation of color #8AAC80: hue angle of 106.36º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AAC80 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 128 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.33 |
| HSL | 106.36º | 0.21% | 0.59% | - |
| HSV(B) | 106.36º | 0.26% | 0.67% | - |
| XYZ | 29.13 | 36.47 | 25.93 | - |
| YUV | 156.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 128 | 0.20 | 0 | 0.26 | 0.33 | 106.36 | 0.21 | 0.59 |
| Hex | 8A | AC | 80 | 14 | 0 | 1A | 21 | 6A | 15 | 3B |
| Octal | 212 | 254 | 200 | 24 | 0 | 32 | 41 | 152 | 25 | 73 |
| Binary | 10001010 | 10101100 | 10000000 | 10100 | 0 | 11010 | 100001 | 1101010 | 10101 | 111011 |
Color Harmonies of #8AAC80
Complementary color
Monochromatic Colors of #8AAC80
Black with #8AAC80
Text Example
Text Example
White with #8AAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC80; }
p { color: rgb(138,172,128); }
H1.HeaderClassName
{
color: #8AAC80;
}
.AnyTagClassName
{
color: #8AAC80;
}
</style>
background-color css
<style>
a { background-color: #8AAC80; }
a { background-color: rgb(138,172,128); }
div.DivClassName
{
background-color: #8AAC80;
}
.BgClassName
{
background-color: #8AAC80;
}
</style>
border-color css
<style>
span { border-color: #8AAC80; }
span { border-color: rgb(138,172,128); }
td.TdClassName
{
border-color: #8AAC80;
}
.TagClassName
{
border-color: #8AAC80;
}
</style>