Shades of Mantle #8AA882
Tints of Mantle #8AA882
RGB
CMYK
RGB Variations
Color information
#8AA882 (or 0x8AA882) is known color: Mantle. HEX triplet: 8A, A8 and 82. RGB value is (138,168,130). Sum of RGB (Red+Green+Blue) = 138+168+130=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA882 is #75577D. Grayscale: #9A9A9A. Windows color (decimal): -7690110 or 8562826. OLE color: 8562826.
HSL color Cylindrical-coordinate representation of color #8AA882: hue angle of 107.37º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AA882 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 130 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.34 |
| HSL | 107.37º | 0.18% | 0.58% | - |
| HSV(B) | 107.37º | 0.23% | 0.66% | - |
| XYZ | 28.51 | 35.02 | 26.38 | - |
| YUV | 154.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 130 | 0.18 | 0 | 0.23 | 0.34 | 107.37 | 0.18 | 0.58 |
| Hex | 8A | A8 | 82 | 12 | 0 | 17 | 22 | 6B | 12 | 3A |
| Octal | 212 | 250 | 202 | 22 | 0 | 27 | 42 | 153 | 22 | 72 |
| Binary | 10001010 | 10101000 | 10000010 | 10010 | 0 | 10111 | 100010 | 1101011 | 10010 | 111010 |
Color Harmonies of #8AA882
Complementary color
Monochromatic Colors of #8AA882
Black with #8AA882
Text Example
Text Example
White with #8AA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA882; }
p { color: rgb(138,168,130); }
H1.HeaderClassName
{
color: #8AA882;
}
.AnyTagClassName
{
color: #8AA882;
}
</style>
background-color css
<style>
a { background-color: #8AA882; }
a { background-color: rgb(138,168,130); }
div.DivClassName
{
background-color: #8AA882;
}
.BgClassName
{
background-color: #8AA882;
}
</style>
border-color css
<style>
span { border-color: #8AA882; }
span { border-color: rgb(138,168,130); }
td.TdClassName
{
border-color: #8AA882;
}
.TagClassName
{
border-color: #8AA882;
}
</style>