#81AB2A

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

Shades of Limerick #81AB2A

Tints of Limerick #81AB2A

Color information

#81AB2A (or 0x81AB2A) is unknown color: approx Limerick. HEX triplet: 81, AB and 2A. RGB value is (129,171,42). Sum of RGB (Red+Green+Blue) = 129+171+42=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB2A is #7E54D5. Grayscale: #909090. Windows color (decimal): -8279254 or 2796417. OLE color: 2796417.

HSL color Cylindrical-coordinate representation of color #81AB2A: hue angle of 79.53º 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 #81AB2A is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB12917142-
CMYK0.2500.750.33
HSL79.53º60.56%41.76%-
HSV(B)79.53º75.44%67.06%-
XYZ24.0333.967.48-
YUV143.7470.59117.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 171 (67.19% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 12.28%
R=37.72%
G=50%
B=12.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129171420.2500.750.3379.5360.5641.76
Hex81AB2A1904B21503d2a
Octal20125352310113411207552
Binary100000011010101110101011001010010111000011010000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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