#8EA17C

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

Shades of Amulet #8EA17C

Tints of Amulet #8EA17C

Color information

#8EA17C (or 0x8EA17C) is unknown color: approx Amulet. HEX triplet: 8E, A1 and 7C. RGB value is (142,161,124). Sum of RGB (Red+Green+Blue) = 142+161+124=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA17C is #715E83. Grayscale: #979797. Windows color (decimal): -7429764 or 8167822. OLE color: 8167822.

HSL color Cylindrical-coordinate representation of color #8EA17C: hue angle of 90.81º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8EA17C is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB142161124-
CMYK0.1200.230.37
HSL90.81º16.44%55.88%-
HSV(B)90.81º22.98%63.14%-
XYZ27.5432.723.93-
YUV151.1112.71121.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=33.26%
G=37.70%
B=29.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421611240.1200.230.3790.8116.4455.88
Hex8EA17CC017255b1038
Octal21624117414027451332070
Binary100011101010000111111001100010111100101101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,161,124); }

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

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

 a { background-color: rgb(142,161,124); }

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

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

 span { border-color: rgb(142,161,124); }

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