#8AAF84

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

Shades of Mantle #8AAF84

Tints of Mantle #8AAF84

Color information

#8AAF84 (or 0x8AAF84) is unknown color: approx Mantle. HEX triplet: 8A, AF and 84. RGB value is (138,175,132). Sum of RGB (Red+Green+Blue) = 138+175+132=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF84 is #75507B. Grayscale: #9F9F9F. Windows color (decimal): -7688316 or 8695690. OLE color: 8695690.

HSL color Cylindrical-coordinate representation of color #8AAF84: hue angle of 111.63º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AAF84 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB138175132-
CMYK0.2100.250.31
HSL111.63º21.18%60.2%-
HSV(B)111.63º24.57%68.63%-
XYZ29.9837.7327.53-
YUV159.04112.74113-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.01%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=31.01%
G=39.33%
B=29.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751320.2100.250.31111.6321.1860.2
Hex8AAF84150191F70153c
Octal21225720425031371602574
Binary1000101010101111100001001010101100111111111000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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