#82AB10

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

Shades of Lima #82AB10

Tints of Lima #82AB10

Color information

#82AB10 (or 0x82AB10) is unknown color: approx Lima. HEX triplet: 82, AB and 10. RGB value is (130,171,16). Sum of RGB (Red+Green+Blue) = 130+171+16=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AB10 is #7D54EF. Grayscale: #8D8D8D. Windows color (decimal): -8213744 or 1092482. OLE color: 1092482.

HSL color Cylindrical-coordinate representation of color #82AB10: hue angle of 75.87º 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 #82AB10 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB13017116-
CMYK0.2400.910.33
HSL75.87º82.89%36.67%-
HSV(B)75.87º90.64%67.06%-
XYZ23.8633.915.78-
YUV141.0757.42120.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 171 (67.19% from 255) = 53.94%
BLUE value IS 16 (6.64% from 255) = 5.05%
R=41.01%
G=53.94%
B=5.05%

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
Decimal130171160.2400.910.3375.8782.8936.67
Hex82AB101805B214c5325
Octal202253203001334111412345
Binary100000101010101110000110000101101110000110011001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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