#82AB0A

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

Shades of Lima #82AB0A

Tints of Lima #82AB0A

Color information

#82AB0A (or 0x82AB0A) is unknown color: approx Lima. HEX triplet: 82, AB and 0A. RGB value is (130,171,10). Sum of RGB (Red+Green+Blue) = 130+171+10=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AB0A is #7D54F5. Grayscale: #8C8C8C. Windows color (decimal): -8213750 or 699266. OLE color: 699266.

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

Color convert

RGB13017110-
CMYK0.2400.940.33
HSL75.28º88.95%35.49%-
HSV(B)75.28º94.15%67.06%-
XYZ23.8233.895.57-
YUV140.3954.42120.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 171 (67.19% from 255) = 54.98%
BLUE value IS 10 (4.30% from 255) = 3.22%
R=41.80%
G=54.98%
B=3.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130171100.2400.940.3375.2888.9535.49
Hex82ABA1805E214b5923
Octal202253123001364111313143
Binary10000010101010111010110000101111010000110010111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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