#8FAF80

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

Shades of Mantle #8FAF80

Tints of Mantle #8FAF80

Color information

#8FAF80 (or 0x8FAF80) is unknown color: approx Mantle. HEX triplet: 8F, AF and 80. RGB value is (143,175,128). Sum of RGB (Red+Green+Blue) = 143+175+128=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAF80 is #70507F. Grayscale: #A0A0A0. Windows color (decimal): -7360640 or 8433551. OLE color: 8433551.

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

Color convert

RGB143175128-
CMYK0.1800.270.31
HSL100.85º22.71%59.41%-
HSV(B)100.85º26.86%68.63%-
XYZ30.5538.0626.16-
YUV160.07109.9115.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.06%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=32.06%
G=39.24%
B=28.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431751280.1800.270.31100.8522.7159.41
Hex8FAF801201B1F65173b
Octal21725720022033371452773
Binary1000111110101111100000001001001101111111110010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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