#80A412

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

Shades of Lima #80A412

Tints of Lima #80A412

Color information

#80A412 (or 0x80A412) is unknown color: approx Lima. HEX triplet: 80, A4 and 12. RGB value is (128,164,18). Sum of RGB (Red+Green+Blue) = 128+164+18=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #80A412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A412 is #7F5BED. Grayscale: #898989. Windows color (decimal): -8346606 or 1221760. OLE color: 1221760.

HSL color Cylindrical-coordinate representation of color #80A412: hue angle of 74.79º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80A412 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB12816418-
CMYK0.2200.890.36
HSL74.79º80.22%35.69%-
HSV(B)74.79º89.02%64.31%-
XYZ22.2931.185.42-
YUV136.5961.07121.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 164 (64.45% from 255) = 52.90%
BLUE value IS 18 (7.42% from 255) = 5.81%
R=41.29%
G=52.90%
B=5.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128164180.2200.890.3674.7980.2235.69
Hex80A41216059244b5024
Octal200244222601314411312044
Binary100000001010010010010101100101100110010010010111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A412; }

 p { color: rgb(128,164,18); }

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

<style>
 a { background-color: #80A412; }

 a { background-color: rgb(128,164,18); }

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

<style>
 span { border-color: #80A412; }

 span { border-color: rgb(128,164,18); }

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