#80A10E

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

Shades of Lima #80A10E

Tints of Lima #80A10E

Color information

#80A10E (or 0x80A10E) is unknown color: approx Lima. HEX triplet: 80, A1 and 0E. RGB value is (128,161,14). Sum of RGB (Red+Green+Blue) = 128+161+14=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #80A10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A10E is #7F5EF1. Grayscale: #868686. Windows color (decimal): -8347378 or 958848. OLE color: 958848.

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

Color convert

RGB12816114-
CMYK0.2000.910.37
HSL73.47º84%34.31%-
HSV(B)73.47º91.3%63.14%-
XYZ21.7330.115.08-
YUV134.3860.07123.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.24%
GREEN value IS 161 (63.28% from 255) = 53.14%
BLUE value IS 14 (5.86% from 255) = 4.62%
R=42.24%
G=53.14%
B=4.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128161140.2000.910.3773.478434.31
Hex80A1E1405B25495422
Octal200241162401334511112442
Binary10000000101000011110101000101101110010110010011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,161,14); }

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

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

 a { background-color: rgb(128,161,14); }

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

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

 span { border-color: rgb(128,161,14); }

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