#82AC7E

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

Shades of Amulet #82AC7E

Tints of Amulet #82AC7E

Color information

#82AC7E (or 0x82AC7E) is unknown color: approx Amulet. HEX triplet: 82, AC and 7E. RGB value is (130,172,126). Sum of RGB (Red+Green+Blue) = 130+172+126=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AC7E is #7D5381. Grayscale: #9A9A9A. Windows color (decimal): -8213378 or 8301698. OLE color: 8301698.

HSL color Cylindrical-coordinate representation of color #82AC7E: hue angle of 114.78º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82AC7E is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB130172126-
CMYK0.2400.270.33
HSL114.78º21.7%58.43%-
HSV(B)114.78º26.74%67.45%-
XYZ27.7235.7625.18-
YUV154.2112.09110.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.37%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=30.37%
G=40.19%
B=29.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301721260.2400.270.33114.7821.758.43
Hex82AC7E1801B2173163a
Octal20225417630033411632672
Binary1000001010101100111111011000011011100001111001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82AC7E; }

 p { color: rgb(130,172,126); }

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

<style>
 a { background-color: #82AC7E; }

 a { background-color: rgb(130,172,126); }

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

<style>
 span { border-color: #82AC7E; }

 span { border-color: rgb(130,172,126); }

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