#80A600

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

Shades of Lima #80A600

Tints of Lima #80A600

Color information

#80A600 (or 0x80A600) is unknown color: approx Lima. HEX triplet: 80, A6 and 00. RGB value is (128,166,0). Sum of RGB (Red+Green+Blue) = 128+166+0=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #80A600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A600 is #7F59FF. Grayscale: #888888. Windows color (decimal): -8346112 or 42624. OLE color: 42624.

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

Color convert

RGB1281660-
CMYK0.23010.35
HSL73.73º100%32.55%-
HSV(B)73.73º100%65.1%-
XYZ22.5431.864.96-
YUV135.7151.41122.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 166 (65.23% from 255) = 56.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.54%
G=56.46%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12816600.23010.3573.7310032.55
Hex80A6017064234a6421
Octal20024602701444311214441
Binary10000000101001100101110110010010001110010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,166,0); }

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

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

 a { background-color: rgb(128,166,0); }

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

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

 span { border-color: rgb(128,166,0); }

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