#80AE7C

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

Shades of Amulet #80AE7C

Tints of Amulet #80AE7C

Color information

#80AE7C (or 0x80AE7C) is unknown color: approx Amulet. HEX triplet: 80, AE and 7C. RGB value is (128,174,124). Sum of RGB (Red+Green+Blue) = 128+174+124=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE7C is #7F5183. Grayscale: #9A9A9A. Windows color (decimal): -8343940 or 8171136. OLE color: 8171136.

HSL color Cylindrical-coordinate representation of color #80AE7C: hue angle of 115.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80AE7C is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB128174124-
CMYK0.2600.290.32
HSL115.2º23.58%58.43%-
HSV(B)115.2º28.74%68.24%-
XYZ27.6836.3224.62-
YUV154.55110.76109.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=30.05%
G=40.85%
B=29.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281741240.2600.290.32115.223.5858.43
Hex80AE7C1A01D2073183a
Octal20025617432035401633072
Binary1000000010101110111110011010011101100000111001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AE7C; }

 p { color: rgb(128,174,124); }

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

<style>
 a { background-color: #80AE7C; }

 a { background-color: rgb(128,174,124); }

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

<style>
 span { border-color: #80AE7C; }

 span { border-color: rgb(128,174,124); }

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