#80AE19

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

Shades of Lima #80AE19

Tints of Lima #80AE19

Color information

#80AE19 (or 0x80AE19) is unknown color: approx Lima. HEX triplet: 80, AE and 19. RGB value is (128,174,25). Sum of RGB (Red+Green+Blue) = 128+174+25=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AE19 is #7F51E6. Grayscale: #8F8F8F. Windows color (decimal): -8344039 or 1683072. OLE color: 1683072.

HSL color Cylindrical-coordinate representation of color #80AE19: hue angle of 78.52º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80AE19 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB12817425-
CMYK0.2600.860.32
HSL78.52º74.87%39.02%-
HSV(B)78.52º85.63%68.24%-
XYZ24.2134.936.39-
YUV143.2661.26117.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 174 (68.36% from 255) = 53.21%
BLUE value IS 25 (10.16% from 255) = 7.65%
R=39.14%
G=53.21%
B=7.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128174250.2600.860.3278.5274.8739.02
Hex80AE191A056204f4b27
Octal200256313201264011711347
Binary100000001010111011001110100101011010000010011111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,174,25); }

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

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

 a { background-color: rgb(128,174,25); }

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

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

 span { border-color: rgb(128,174,25); }

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