#8EAA82

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

Shades of Mantle #8EAA82

Tints of Mantle #8EAA82

Color information

#8EAA82 (or 0x8EAA82) is unknown color: approx Mantle. HEX triplet: 8E, AA and 82. RGB value is (142,170,130). Sum of RGB (Red+Green+Blue) = 142+170+130=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA82 is #71557D. Grayscale: #9D9D9D. Windows color (decimal): -7427454 or 8563342. OLE color: 8563342.

HSL color Cylindrical-coordinate representation of color #8EAA82: hue angle of 102º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EAA82 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB142170130-
CMYK0.1600.240.33
HSL102º19.05%58.82%-
HSV(B)102º23.53%66.67%-
XYZ29.5636.1126.53-
YUV157.07112.72117.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=32.13%
G=38.46%
B=29.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701300.1600.240.3310219.0558.82
Hex8EAA82100182166133b
Octal21625220220030411462373
Binary10001110101010101000001010000011000100001110011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,130); }

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

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

 a { background-color: rgb(142,170,130); }

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

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

 span { border-color: rgb(142,170,130); }

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