#81a929

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

Shades of Limerick #81A929

Tints of Limerick #81A929

Color information

#81A929 (or 0x81A929) is unknown color: approx Limerick. HEX triplet: 81, A9 and 29. RGB value is (129,169,41). Sum of RGB (Red+Green+Blue) = 129+169+41=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #81A929 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A929 is #7E56D6. Grayscale: #8E8E8E. Windows color (decimal): -8279767 or 2730369. OLE color: 2730369.

HSL color Cylindrical-coordinate representation of color #81A929: hue angle of 78.75º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81A929 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB12916941-
CMYK0.2400.760.34
HSL78.75º60.95%41.18%-
HSV(B)78.75º75.74%66.27%-
XYZ23.6433.27.26-
YUV142.4570.75118.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 169 (66.41% from 255) = 49.85%
BLUE value IS 41 (16.41% from 255) = 12.09%
R=38.05%
G=49.85%
B=12.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal129169410.2400.760.3478.7560.9541.18
Hex81A9291804C224f3d29
Octal20125151300114421177551
Binary100000011010100110100111000010011001000101001111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81a929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,169,41); }

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

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

 a { background-color: rgb(129,169,41); }

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

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

 span { border-color: rgb(129,169,41); }

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