#80AE1A

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

Shades of Lima #80AE1A

Tints of Lima #80AE1A

Color information

#80AE1A (or 0x80AE1A) is unknown color: approx Lima. HEX triplet: 80, AE and 1A. RGB value is (128,174,26). Sum of RGB (Red+Green+Blue) = 128+174+26=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AE1A is #7F51E5. Grayscale: #8F8F8F. Windows color (decimal): -8344038 or 1748608. OLE color: 1748608.

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

Color convert

RGB12817426-
CMYK0.2600.850.32
HSL78.65º74%39.22%-
HSV(B)78.65º85.06%68.24%-
XYZ24.2234.946.44-
YUV143.3761.76117.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 174 (68.36% from 255) = 53.05%
BLUE value IS 26 (10.55% from 255) = 7.93%
R=39.02%
G=53.05%
B=7.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128174260.2600.850.3278.657439.22
Hex80AE1A1A055204f4a27
Octal200256323201254011711247
Binary100000001010111011010110100101010110000010011111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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