#8EA380

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

Shades of Amulet #8EA380

Tints of Amulet #8EA380

Color information

#8EA380 (or 0x8EA380) is unknown color: approx Amulet. HEX triplet: 8E, A3 and 80. RGB value is (142,163,128). Sum of RGB (Red+Green+Blue) = 142+163+128=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA380 is #715C7F. Grayscale: #989898. Windows color (decimal): -7429248 or 8430478. OLE color: 8430478.

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

Color convert

RGB142163128-
CMYK0.1300.210.36
HSL96º15.98%57.06%-
HSV(B)96º21.47%63.92%-
XYZ28.1533.525.41-
YUV152.73114.04120.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=32.79%
G=37.64%
B=29.56%

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
Decimal1421631280.1300.210.369615.9857.06
Hex8EA380D01524601039
Octal21624320015025441402071
Binary1000111010100011100000001101010101100100110000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,163,128); }

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

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

 a { background-color: rgb(142,163,128); }

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

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

 span { border-color: rgb(142,163,128); }

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