#84AD7F

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

Shades of Amulet #84AD7F

Tints of Amulet #84AD7F

Color information

#84AD7F (or 0x84AD7F) is unknown color: approx Amulet. HEX triplet: 84, AD and 7F. RGB value is (132,173,127). Sum of RGB (Red+Green+Blue) = 132+173+127=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD7F is #7B5280. Grayscale: #9B9B9B. Windows color (decimal): -8082049 or 8367492. OLE color: 8367492.

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

Color convert

RGB132173127-
CMYK0.2400.270.32
HSL113.48º21.9%58.82%-
HSV(B)113.48º26.59%67.84%-
XYZ28.2936.3225.6-
YUV155.5111.92111.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 173 (67.97% from 255) = 40.05%
BLUE value IS 127 (50% from 255) = 29.40%
R=30.56%
G=40.05%
B=29.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321731270.2400.270.32113.4821.958.82
Hex84AD7F1801B2071163b
Octal20425517730033401612673
Binary1000010010101101111111111000011011100000111000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,173,127); }

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

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

 a { background-color: rgb(132,173,127); }

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

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

 span { border-color: rgb(132,173,127); }

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