#82AA25

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

Shades of Limerick #82AA25

Tints of Limerick #82AA25

Color information

#82AA25 (or 0x82AA25) is unknown color: approx Limerick. HEX triplet: 82, AA and 25. RGB value is (130,170,37). Sum of RGB (Red+Green+Blue) = 130+170+37=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AA25 is #7D55DA. Grayscale: #8F8F8F. Windows color (decimal): -8213979 or 2468482. OLE color: 2468482.

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

Color convert

RGB13017037-
CMYK0.2400.780.33
HSL78.05º64.25%40.59%-
HSV(B)78.05º78.24%66.67%-
XYZ23.9133.636.98-
YUV142.8868.25118.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 170 (66.80% from 255) = 50.45%
BLUE value IS 37 (14.84% from 255) = 10.98%
R=38.58%
G=50.45%
B=10.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130170370.2400.780.3378.0564.2540.59
Hex82AA251804E214e4029
Octal202252453001164111610051
Binary1000001010101010100101110000100111010000110011101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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