#80A01E

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

Shades of Lima #80A01E

Tints of Lima #80A01E

Color information

#80A01E (or 0x80A01E) is unknown color: approx Lima. HEX triplet: 80, A0 and 1E. RGB value is (128,160,30). Sum of RGB (Red+Green+Blue) = 128+160+30=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #80A01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A01E is #7F5FE1. Grayscale: #888888. Windows color (decimal): -8347618 or 2007168. OLE color: 2007168.

HSL color Cylindrical-coordinate representation of color #80A01E: hue angle of 74.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80A01E is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB12816030-
CMYK0.2000.810.37
HSL74.77º68.42%37.25%-
HSV(B)74.77º81.25%62.75%-
XYZ21.7129.825.84-
YUV135.6168.4122.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 160 (62.89% from 255) = 50.31%
BLUE value IS 30 (12.11% from 255) = 9.43%
R=40.25%
G=50.31%
B=9.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128160300.2000.810.3774.7768.4237.25
Hex80A01E14051254b4425
Octal200240362401214511310445
Binary100000001010000011110101000101000110010110010111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,160,30); }

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

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

 a { background-color: rgb(128,160,30); }

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

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

 span { border-color: rgb(128,160,30); }

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