Shades of Mantle #8AA284
Tints of Mantle #8AA284
RGB
CMYK
RGB Variations
Color information
#8AA284 (or 0x8AA284) is known color: Mantle. HEX triplet: 8A, A2 and 84. RGB value is (138,162,132). Sum of RGB (Red+Green+Blue) = 138+162+132=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA284 is #755D7B. Grayscale: #979797. Windows color (decimal): -7691644 or 8692362. OLE color: 8692362.
HSL color Cylindrical-coordinate representation of color #8AA284: hue angle of 108º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AA284 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 132 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.36 |
| HSL | 108º | 0.14% | 0.58% | - |
| HSV(B) | 108º | 0.19% | 0.64% | - |
| XYZ | 27.57 | 32.91 | 26.73 | - |
| YUV | 151.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 132 | 0.15 | 0 | 0.19 | 0.36 | 108 | 0.14 | 0.58 |
| Hex | 8A | A2 | 84 | F | 0 | 13 | 24 | 6C | E | 3A |
| Octal | 212 | 242 | 204 | 17 | 0 | 23 | 44 | 154 | 16 | 72 |
| Binary | 10001010 | 10100010 | 10000100 | 1111 | 0 | 10011 | 100100 | 1101100 | 1110 | 111010 |
Color Harmonies of #8AA284
Complementary color
Monochromatic Colors of #8AA284
Black with #8AA284
Text Example
Text Example
White with #8AA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA284; }
p { color: rgb(138,162,132); }
H1.HeaderClassName
{
color: #8AA284;
}
.AnyTagClassName
{
color: #8AA284;
}
</style>
background-color css
<style>
a { background-color: #8AA284; }
a { background-color: rgb(138,162,132); }
div.DivClassName
{
background-color: #8AA284;
}
.BgClassName
{
background-color: #8AA284;
}
</style>
border-color css
<style>
span { border-color: #8AA284; }
span { border-color: rgb(138,162,132); }
td.TdClassName
{
border-color: #8AA284;
}
.TagClassName
{
border-color: #8AA284;
}
</style>