#80A401

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

Shades of Lima #80A401

Tints of Lima #80A401

Color information

#80A401 (or 0x80A401) is unknown color: approx Lima. HEX triplet: 80, A4 and 01. RGB value is (128,164,1). Sum of RGB (Red+Green+Blue) = 128+164+1=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #80A401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A401 is #7F5BFE. Grayscale: #878787. Windows color (decimal): -8346623 or 107648. OLE color: 107648.

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

Color convert

RGB1281641-
CMYK0.2200.990.36
HSL73.25º98.79%32.35%-
HSV(B)73.25º99.39%64.31%-
XYZ22.1831.144.87-
YUV134.6552.57123.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 164 (64.45% from 255) = 55.97%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=43.69%
G=55.97%
B=0.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12816410.2200.990.3673.2598.7932.35
Hex80A411606324496320
Octal20024412601434411114340
Binary10000000101001001101100110001110010010010011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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