#82AB2A

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

Shades of Limerick #82AB2A

Tints of Limerick #82AB2A

Color information

#82AB2A (or 0x82AB2A) is unknown color: approx Limerick. HEX triplet: 82, AB and 2A. RGB value is (130,171,42). Sum of RGB (Red+Green+Blue) = 130+171+42=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AB2A is #7D54D5. Grayscale: #909090. Windows color (decimal): -8213718 or 2796418. OLE color: 2796418.

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

Color convert

RGB13017142-
CMYK0.2400.750.33
HSL79.07º60.56%41.76%-
HSV(B)79.07º75.44%67.06%-
XYZ24.1934.047.49-
YUV144.0470.42117.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 171 (67.19% from 255) = 49.85%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=37.90%
G=49.85%
B=12.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130171420.2400.750.3379.0760.5641.76
Hex82AB2A1804B214f3d2a
Octal20225352300113411177552
Binary100000101010101110101011000010010111000011001111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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