#81AA25

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

Shades of Limerick #81AA25

Tints of Limerick #81AA25

Color information

#81AA25 (or 0x81AA25) is unknown color: approx Limerick. HEX triplet: 81, AA and 25. RGB value is (129,170,37). Sum of RGB (Red+Green+Blue) = 129+170+37=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AA25 is #7E55DA. Grayscale: #8F8F8F. Windows color (decimal): -8279515 or 2468481. OLE color: 2468481.

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

Color convert

RGB12917037-
CMYK0.2400.780.33
HSL78.5º64.25%40.59%-
HSV(B)78.5º78.24%66.67%-
XYZ23.7633.556.97-
YUV142.5868.42118.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 170 (66.80% from 255) = 50.60%
BLUE value IS 37 (14.84% from 255) = 11.01%
R=38.39%
G=50.60%
B=11.01%

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
Decimal129170370.2400.780.3378.564.2540.59
Hex81AA251804E214e4029
Octal201252453001164111610051
Binary1000000110101010100101110000100111010000110011101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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