#81a80a

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

Shades of Lima #81A80A

Tints of Lima #81A80A

Color information

#81A80A (or 0x81A80A) is unknown color: approx Lima. HEX triplet: 81, A8 and 0A. RGB value is (129,168,10). Sum of RGB (Red+Green+Blue) = 129+168+10=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #81A80A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A80A is #7E57F5. Grayscale: #8A8A8A. Windows color (decimal): -8280054 or 698497. OLE color: 698497.

HSL color Cylindrical-coordinate representation of color #81A80A: hue angle of 74.81º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81A80A is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB12916810-
CMYK0.2300.940.34
HSL74.81º88.76%34.9%-
HSV(B)74.81º94.05%65.88%-
XYZ23.1132.695.38-
YUV138.3355.58121.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 168 (66.02% from 255) = 54.72%
BLUE value IS 10 (4.30% from 255) = 3.26%
R=42.02%
G=54.72%
B=3.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal129168100.2300.940.3474.8188.7634.9
Hex81A8A1705E224b5923
Octal201250122701364211313143
Binary10000001101010001010101110101111010001010010111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81a80a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,168,10); }

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

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

 a { background-color: rgb(129,168,10); }

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

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

 span { border-color: rgb(129,168,10); }

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