#82AA02

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

Shades of Lima #82AA02

Tints of Lima #82AA02

Color information

#82AA02 (or 0x82AA02) is unknown color: approx Lima. HEX triplet: 82, AA and 02. RGB value is (130,170,2). Sum of RGB (Red+Green+Blue) = 130+170+2=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AA02 is #7D55FD. Grayscale: #8B8B8B. Windows color (decimal): -8214014 or 174722. OLE color: 174722.

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

Color convert

RGB1301702-
CMYK0.2400.990.33
HSL74.29º97.67%33.73%-
HSV(B)74.29º98.82%66.67%-
XYZ23.5933.55.28-
YUV138.8950.75121.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 170 (66.80% from 255) = 56.29%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=43.05%
G=56.29%
B=0.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13017020.2400.990.3374.2997.6733.73
Hex82AA218063214a6222
Octal20225223001434111214242
Binary100000101010101010110000110001110000110010101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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