#80A51E

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

Shades of Lima #80A51E

Tints of Lima #80A51E

Color information

#80A51E (or 0x80A51E) is unknown color: approx Lima. HEX triplet: 80, A5 and 1E. RGB value is (128,165,30). Sum of RGB (Red+Green+Blue) = 128+165+30=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #80A51E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A51E is #7F5AE1. Grayscale: #8B8B8B. Windows color (decimal): -8346338 or 2008448. OLE color: 2008448.

HSL color Cylindrical-coordinate representation of color #80A51E: hue angle of 76.44º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80A51E is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB12816530-
CMYK0.2200.820.35
HSL76.44º69.23%38.24%-
HSV(B)76.44º81.82%64.71%-
XYZ22.5931.596.14-
YUV138.5566.74120.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 165 (64.84% from 255) = 51.08%
BLUE value IS 30 (12.11% from 255) = 9.29%
R=39.63%
G=51.08%
B=9.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128165300.2200.820.3576.4469.2338.24
Hex80A51E16052234c4526
Octal200245362601224311410546
Binary100000001010010111110101100101001010001110011001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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