#8EA482

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

Shades of Mantle #8EA482

Tints of Mantle #8EA482

Color information

#8EA482 (or 0x8EA482) is unknown color: approx Mantle. HEX triplet: 8E, A4 and 82. RGB value is (142,164,130). Sum of RGB (Red+Green+Blue) = 142+164+130=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA482 is #715B7D. Grayscale: #999999. Windows color (decimal): -7428990 or 8561806. OLE color: 8561806.

HSL color Cylindrical-coordinate representation of color #8EA482: hue angle of 98.82º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EA482 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB142164130-
CMYK0.1300.210.36
HSL98.82º15.74%57.65%-
HSV(B)98.82º20.73%64.31%-
XYZ28.4633.9126.17-
YUV153.55114.71119.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.57%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=32.57%
G=37.61%
B=29.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641300.1300.210.3698.8215.7457.65
Hex8EA482D0152463103a
Octal21624420215025441432072
Binary1000111010100100100000101101010101100100110001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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