#8DAF80

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

Shades of Mantle #8DAF80

Tints of Mantle #8DAF80

Color information

#8DAF80 (or 0x8DAF80) is unknown color: approx Mantle. HEX triplet: 8D, AF and 80. RGB value is (141,175,128). Sum of RGB (Red+Green+Blue) = 141+175+128=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAF80 is #72507F. Grayscale: #9F9F9F. Windows color (decimal): -7491712 or 8433549. OLE color: 8433549.

HSL color Cylindrical-coordinate representation of color #8DAF80: hue angle of 103.4º 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 #8DAF80 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB141175128-
CMYK0.1900.270.31
HSL103.4º22.71%59.41%-
HSV(B)103.4º26.86%68.63%-
XYZ30.2137.8826.14-
YUV159.48110.24114.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=31.76%
G=39.41%
B=28.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411751280.1900.270.31103.422.7159.41
Hex8DAF801301B1F67173b
Octal21525720023033371472773
Binary1000110110101111100000001001101101111111110011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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