#82AA1E

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

Shades of Lima #82AA1E

Tints of Lima #82AA1E

Color information

#82AA1E (or 0x82AA1E) is unknown color: approx Lima. HEX triplet: 82, AA and 1E. RGB value is (130,170,30). Sum of RGB (Red+Green+Blue) = 130+170+30=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AA1E is #7D55E1. Grayscale: #8E8E8E. Windows color (decimal): -8213986 or 2009730. OLE color: 2009730.

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

Color convert

RGB13017030-
CMYK0.2400.820.33
HSL77.14º70%39.22%-
HSV(B)77.14º82.35%66.67%-
XYZ23.8133.596.46-
YUV142.0864.75119.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 170 (66.80% from 255) = 51.52%
BLUE value IS 30 (12.11% from 255) = 9.09%
R=39.39%
G=51.52%
B=9.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130170300.2400.820.3377.147039.22
Hex82AA1E18052214d4627
Octal202252363001224111510647
Binary100000101010101011110110000101001010000110011011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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