#82AE6D

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

Shades of Amulet #82AE6D

Tints of Amulet #82AE6D

Color information

#82AE6D (or 0x82AE6D) is unknown color: approx Amulet. HEX triplet: 82, AE and 6D. RGB value is (130,174,109). Sum of RGB (Red+Green+Blue) = 130+174+109=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE6D is #7D5192. Grayscale: #999999. Windows color (decimal): -8212883 or 7188098. OLE color: 7188098.

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

Color convert

RGB130174109-
CMYK0.2500.370.32
HSL100.62º28.63%55.49%-
HSV(B)100.62º37.36%68.24%-
XYZ27.136.1220.01-
YUV153.43102.92111.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=31.48%
G=42.13%
B=26.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301741090.2500.370.32100.6228.6355.49
Hex82AE6D1902520651d37
Octal20225615531045401453567
Binary10000010101011101101101110010100101100000110010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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