#84AE70

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

Shades of Amulet #84AE70

Tints of Amulet #84AE70

Color information

#84AE70 (or 0x84AE70) is unknown color: approx Amulet. HEX triplet: 84, AE and 70. RGB value is (132,174,112). Sum of RGB (Red+Green+Blue) = 132+174+112=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AE70 is #7B518F. Grayscale: #9A9A9A. Windows color (decimal): -8081808 or 7384708. OLE color: 7384708.

HSL color Cylindrical-coordinate representation of color #84AE70: hue angle of 100.65º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84AE70 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB132174112-
CMYK0.2400.360.32
HSL100.65º27.68%56.08%-
HSV(B)100.65º35.63%68.24%-
XYZ27.5836.3520.89-
YUV154.37104.09112.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.58%
GREEN value IS 174 (68.36% from 255) = 41.63%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=31.58%
G=41.63%
B=26.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321741120.2400.360.32100.6527.6856.08
Hex84AE701802420651c38
Octal20425616030044401453470
Binary10000100101011101110000110000100100100000110010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AE70; }

 p { color: rgb(132,174,112); }

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

<style>
 a { background-color: #84AE70; }

 a { background-color: rgb(132,174,112); }

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

<style>
 span { border-color: #84AE70; }

 span { border-color: rgb(132,174,112); }

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