#81A70A

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

Shades of Lima #81A70A

Tints of Lima #81A70A

Color information

#81A70A (or 0x81A70A) is unknown color: approx Lima. HEX triplet: 81, A7 and 0A. RGB value is (129,167,10). Sum of RGB (Red+Green+Blue) = 129+167+10=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 167 (65.62% from 255 or 54.58% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 167 - color contains mainly: green. Hex color #81A70A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A70A is #7E58F5. Grayscale: #8A8A8A. Windows color (decimal): -8280310 or 698241. OLE color: 698241.

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

Color convert

RGB12916710-
CMYK0.2300.940.35
HSL74.52º88.7%34.71%-
HSV(B)74.52º94.01%65.49%-
XYZ22.9332.335.32-
YUV137.7455.91121.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 167 (65.62% from 255) = 54.58%
BLUE value IS 10 (4.30% from 255) = 3.27%
R=42.16%
G=54.58%
B=3.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal129167100.2300.940.3574.5288.734.71
Hex81A7A1705E234b5923
Octal201247122701364311313143
Binary10000001101001111010101110101111010001110010111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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