#82AC74

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

Shades of Amulet #82AC74

Tints of Amulet #82AC74

Color information

#82AC74 (or 0x82AC74) is unknown color: approx Amulet. HEX triplet: 82, AC and 74. RGB value is (130,172,116). Sum of RGB (Red+Green+Blue) = 130+172+116=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AC74 is #7D538B. Grayscale: #999999. Windows color (decimal): -8213388 or 7646338. OLE color: 7646338.

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

Color convert

RGB130172116-
CMYK0.2400.330.33
HSL105º25.23%56.47%-
HSV(B)105º32.56%67.45%-
XYZ27.1135.5121.95-
YUV153.06107.09111.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=31.10%
G=41.15%
B=27.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301721160.2400.330.3310525.2356.47
Hex82AC741802121691938
Octal20225416430041411513170
Binary10000010101011001110100110000100001100001110100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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