#8EAA7D

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

Shades of Amulet #8EAA7D

Tints of Amulet #8EAA7D

Color information

#8EAA7D (or 0x8EAA7D) is unknown color: approx Amulet. HEX triplet: 8E, AA and 7D. RGB value is (142,170,125). Sum of RGB (Red+Green+Blue) = 142+170+125=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA7D is #715582. Grayscale: #9C9C9C. Windows color (decimal): -7427459 or 8235662. OLE color: 8235662.

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

Color convert

RGB142170125-
CMYK0.1600.260.33
HSL97.33º20.93%57.84%-
HSV(B)97.33º26.47%66.67%-
XYZ29.2335.9824.81-
YUV156.5110.22117.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 125 (49.22% from 255) = 28.60%
R=32.49%
G=38.90%
B=28.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701250.1600.260.3397.3320.9357.84
Hex8EAA7D1001A2161153a
Octal21625217520032411412572
Binary1000111010101010111110110000011010100001110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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