#8AAF80

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

Shades of Mantle #8AAF80

Tints of Mantle #8AAF80

Color information

#8AAF80 (or 0x8AAF80) is unknown color: approx Mantle. HEX triplet: 8A, AF and 80. RGB value is (138,175,128). Sum of RGB (Red+Green+Blue) = 138+175+128=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF80 is #75507F. Grayscale: #9E9E9E. Windows color (decimal): -7688320 or 8433546. OLE color: 8433546.

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

Color convert

RGB138175128-
CMYK0.2100.270.31
HSL107.23º22.71%59.41%-
HSV(B)107.23º26.86%68.63%-
XYZ29.7137.6226.12-
YUV158.58110.74113.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 175 (68.75% from 255) = 39.68%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=31.29%
G=39.68%
B=29.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751280.2100.270.31107.2322.7159.41
Hex8AAF801501B1F6b173b
Octal21225720025033371532773
Binary1000101010101111100000001010101101111111110101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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