#8AA984

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

Shades of Mantle #8AA984

Tints of Mantle #8AA984

Color information

#8AA984 (or 0x8AA984) is unknown color: approx Mantle. HEX triplet: 8A, A9 and 84. RGB value is (138,169,132). Sum of RGB (Red+Green+Blue) = 138+169+132=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA984 is #75567B. Grayscale: #9B9B9B. Windows color (decimal): -7689852 or 8694154. OLE color: 8694154.

HSL color Cylindrical-coordinate representation of color #8AA984: hue angle of 110.27º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AA984 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB138169132-
CMYK0.1800.220.34
HSL110.27º17.7%59.02%-
HSV(B)110.27º21.89%66.27%-
XYZ28.8335.4527.15-
YUV155.51114.73115.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=31.44%
G=38.50%
B=30.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1381691320.1800.220.34110.2717.759.02
Hex8AA98412016226e123b
Octal21225120422026421562273
Binary10001010101010011000010010010010110100010110111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,169,132); }

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

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

 a { background-color: rgb(138,169,132); }

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

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

 span { border-color: rgb(138,169,132); }

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