#82AA15

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

Shades of Lima #82AA15

Tints of Lima #82AA15

Color information

#82AA15 (or 0x82AA15) is unknown color: approx Lima. HEX triplet: 82, AA and 15. RGB value is (130,170,21). Sum of RGB (Red+Green+Blue) = 130+170+21=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AA15 is #7D55EA. Grayscale: #8D8D8D. Windows color (decimal): -8213995 or 1419906. OLE color: 1419906.

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

Color convert

RGB13017021-
CMYK0.2400.880.33
HSL76.11º78.01%37.45%-
HSV(B)76.11º87.65%66.67%-
XYZ23.7233.555.94-
YUV141.0560.25120.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 170 (66.80% from 255) = 52.96%
BLUE value IS 21 (8.59% from 255) = 6.54%
R=40.50%
G=52.96%
B=6.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130170210.2400.880.3376.1178.0137.45
Hex82AA1518058214c4e25
Octal202252253001304111411645
Binary100000101010101010101110000101100010000110011001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,170,21); }

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

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

 a { background-color: rgb(130,170,21); }

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

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

 span { border-color: rgb(130,170,21); }

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