#8AA386

Color #8AA386 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #8AA386

Tints of Mantle #8AA386

Color information

#8AA386 (or 0x8AA386) is unknown color: approx Mantle. HEX triplet: 8A, A3 and 86. RGB value is (138,163,134). Sum of RGB (Red+Green+Blue) = 138+163+134=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA386 is #755C79. Grayscale: #989898. Windows color (decimal): -7691386 or 8823690. OLE color: 8823690.

HSL color Cylindrical-coordinate representation of color #8AA386: hue angle of 111.72º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8AA386 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB138163134-
CMYK0.1500.180.36
HSL111.72º13.62%58.24%-
HSV(B)111.72º17.79%63.92%-
XYZ27.8833.3227.52-
YUV152.22117.72117.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=31.72%
G=37.47%
B=30.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381631340.1500.180.36111.7213.6258.24
Hex8AA386F0122470e3a
Octal21224320617022441601672
Binary100010101010001110000110111101001010010011100001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA386; }

 p { color: rgb(138,163,134); }

 H1.HeaderClassName
 {
   color: #8AA386;
 }
 .AnyTagClassName
 {
   color: #8AA386;
 }
</style>
background-color css

<style>
 a { background-color: #8AA386; }

 a { background-color: rgb(138,163,134); }

 div.DivClassName
 {
   background-color: #8AA386;
 }
 .BgClassName
 {
   background-color: #8AA386;
 }
</style>
border-color css

<style>
 span { border-color: #8AA386; }

 span { border-color: rgb(138,163,134); }

 td.TdClassName
 {
   border-color: #8AA386;
 }
 .TagClassName
 {
   border-color: #8AA386;
 }
</style>