#8EA47D

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

Shades of Amulet #8EA47D

Tints of Amulet #8EA47D

Color information

#8EA47D (or 0x8EA47D) is unknown color: approx Amulet. HEX triplet: 8E, A4 and 7D. RGB value is (142,164,125). Sum of RGB (Red+Green+Blue) = 142+164+125=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA47D is #715B82. Grayscale: #999999. Windows color (decimal): -7428995 or 8234126. OLE color: 8234126.

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

Color convert

RGB142164125-
CMYK0.1300.240.36
HSL93.85º17.65%56.67%-
HSV(B)93.85º23.78%64.31%-
XYZ28.1333.7824.44-
YUV152.98112.21120.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=32.95%
G=38.05%
B=29.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641250.1300.240.3693.8517.6556.67
Hex8EA47DD018245e1239
Octal21624417515030441362271
Binary100011101010010011111011101011000100100101111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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