#82AC10

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

Shades of Lima #82AC10

Tints of Lima #82AC10

Color information

#82AC10 (or 0x82AC10) is unknown color: approx Lima. HEX triplet: 82, AC and 10. RGB value is (130,172,16). Sum of RGB (Red+Green+Blue) = 130+172+16=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AC10 is #7D53EF. Grayscale: #8E8E8E. Windows color (decimal): -8213488 or 1092738. OLE color: 1092738.

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

Color convert

RGB13017216-
CMYK0.2400.910.33
HSL76.15º82.98%36.86%-
HSV(B)76.15º90.7%67.45%-
XYZ24.0534.295.84-
YUV141.6657.09119.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 172 (67.58% from 255) = 54.09%
BLUE value IS 16 (6.64% from 255) = 5.03%
R=40.88%
G=54.09%
B=5.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130172160.2400.910.3376.1582.9836.86
Hex82AC101805B214c5325
Octal202254203001334111412345
Binary100000101010110010000110000101101110000110011001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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