#8CAF86

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

Shades of Mantle #8CAF86

Tints of Mantle #8CAF86

Color information

#8CAF86 (or 0x8CAF86) is unknown color: approx Mantle. HEX triplet: 8C, AF and 86. RGB value is (140,175,134). Sum of RGB (Red+Green+Blue) = 140+175+134=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF86 is #735079. Grayscale: #9F9F9F. Windows color (decimal): -7557242 or 8826764. OLE color: 8826764.

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

Color convert

RGB140175134-
CMYK0.200.230.31
HSL111.22º20.4%60.59%-
HSV(B)111.22º23.43%68.63%-
XYZ30.4537.9628.28-
YUV159.86113.4113.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.18%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=31.18%
G=38.98%
B=29.84%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401751340.200.230.31111.2220.460.59
Hex8CAF86140171F6f143d
Octal21425720624027371572475
Binary1000110010101111100001101010001011111111110111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,175,134); }

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

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

 a { background-color: rgb(140,175,134); }

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

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

 span { border-color: rgb(140,175,134); }

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