#82AE72

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

Shades of Amulet #82AE72

Tints of Amulet #82AE72

Color information

#82AE72 (or 0x82AE72) is unknown color: approx Amulet. HEX triplet: 82, AE and 72. RGB value is (130,174,114). Sum of RGB (Red+Green+Blue) = 130+174+114=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE72 is #7D518D. Grayscale: #9A9A9A. Windows color (decimal): -8212878 or 7515778. OLE color: 7515778.

HSL color Cylindrical-coordinate representation of color #82AE72: hue angle of 104º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82AE72 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB130174114-
CMYK0.2500.340.32
HSL104º27.03%56.47%-
HSV(B)104º34.48%68.24%-
XYZ27.3836.2321.47-
YUV154105.42110.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 174 (68.36% from 255) = 41.63%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=31.10%
G=41.63%
B=27.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301741140.2500.340.3210427.0356.47
Hex82AE721902220681b38
Octal20225616231042401503370
Binary10000010101011101110010110010100010100000110100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,174,114); }

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

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

 a { background-color: rgb(130,174,114); }

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

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

 span { border-color: rgb(130,174,114); }

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