#80AB0E

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

Shades of Lima #80AB0E

Tints of Lima #80AB0E

Color information

#80AB0E (or 0x80AB0E) is unknown color: approx Lima. HEX triplet: 80, AB and 0E. RGB value is (128,171,14). Sum of RGB (Red+Green+Blue) = 128+171+14=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AB0E is #7F54F1. Grayscale: #8C8C8C. Windows color (decimal): -8344818 or 961408. OLE color: 961408.

HSL color Cylindrical-coordinate representation of color #80AB0E: hue angle of 76.43º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80AB0E is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB12817114-
CMYK0.2500.920.33
HSL76.43º84.86%36.27%-
HSV(B)76.43º91.81%67.06%-
XYZ23.5433.755.69-
YUV140.2456.75119.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.89%
GREEN value IS 171 (67.19% from 255) = 54.63%
BLUE value IS 14 (5.86% from 255) = 4.47%
R=40.89%
G=54.63%
B=4.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128171140.2500.920.3376.4384.8636.27
Hex80ABE1905C214c5524
Octal200253163101344111412544
Binary10000000101010111110110010101110010000110011001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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