#80A20C

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

Shades of Lima #80A20C

Tints of Lima #80A20C

Color information

#80A20C (or 0x80A20C) is unknown color: approx Lima. HEX triplet: 80, A2 and 0C. RGB value is (128,162,12). Sum of RGB (Red+Green+Blue) = 128+162+12=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #80A20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A20C is #7F5DF3. Grayscale: #878787. Windows color (decimal): -8347124 or 828032. OLE color: 828032.

HSL color Cylindrical-coordinate representation of color #80A20C: hue angle of 73.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80A20C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB12816212-
CMYK0.2100.930.36
HSL73.6º86.21%34.12%-
HSV(B)73.6º92.59%63.53%-
XYZ21.8930.465.07-
YUV134.7358.74123.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.38%
GREEN value IS 162 (63.67% from 255) = 53.64%
BLUE value IS 12 (5.08% from 255) = 3.97%
R=42.38%
G=53.64%
B=3.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128162120.2100.930.3673.686.2134.12
Hex80A2C1505D244a5622
Octal200242142501354411212642
Binary10000000101000101100101010101110110010010010101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,162,12); }

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

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

 a { background-color: rgb(128,162,12); }

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

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

 span { border-color: rgb(128,162,12); }

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