#80A110

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

Shades of Lima #80A110

Tints of Lima #80A110

Color information

#80A110 (or 0x80A110) is unknown color: approx Lima. HEX triplet: 80, A1 and 10. RGB value is (128,161,16). Sum of RGB (Red+Green+Blue) = 128+161+16=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #80A110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A110 is #7F5EEF. Grayscale: #878787. Windows color (decimal): -8347376 or 1089920. OLE color: 1089920.

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

Color convert

RGB12816116-
CMYK0.2000.900.37
HSL73.66º81.92%34.71%-
HSV(B)73.66º90.06%63.14%-
XYZ21.7430.125.16-
YUV134.661.07123.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 161 (63.28% from 255) = 52.79%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=41.97%
G=52.79%
B=5.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128161160.2000.900.3773.6681.9234.71
Hex80A1101405A254a5223
Octal200241202401324511212243
Binary100000001010000110000101000101101010010110010101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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