#81AA0C

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

Shades of Lima #81AA0C

Tints of Lima #81AA0C

Color information

#81AA0C (or 0x81AA0C) is unknown color: approx Lima. HEX triplet: 81, AA and 0C. RGB value is (129,170,12). Sum of RGB (Red+Green+Blue) = 129+170+12=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AA0C is #7E55F3. Grayscale: #8C8C8C. Windows color (decimal): -8279540 or 830081. OLE color: 830081.

HSL color Cylindrical-coordinate representation of color #81AA0C: hue angle of 75.57º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81AA0C is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB12917012-
CMYK0.2400.930.33
HSL75.57º86.81%35.69%-
HSV(B)75.57º92.94%66.67%-
XYZ23.4933.445.56-
YUV139.7355.92120.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 170 (66.80% from 255) = 54.66%
BLUE value IS 12 (5.08% from 255) = 3.86%
R=41.48%
G=54.66%
B=3.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129170120.2400.930.3375.5786.8135.69
Hex81AAC1805D214c5724
Octal201252143001354111412744
Binary10000001101010101100110000101110110000110011001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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