#80AE1C

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

Shades of Lima #80AE1C

Tints of Lima #80AE1C

Color information

#80AE1C (or 0x80AE1C) is unknown color: approx Lima. HEX triplet: 80, AE and 1C. RGB value is (128,174,28). Sum of RGB (Red+Green+Blue) = 128+174+28=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AE1C is #7F51E3. Grayscale: #909090. Windows color (decimal): -8344036 or 1879680. OLE color: 1879680.

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

Color convert

RGB12817428-
CMYK0.2600.840.32
HSL78.9º72.28%39.61%-
HSV(B)78.9º83.91%68.24%-
XYZ24.2534.956.57-
YUV143.662.76116.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 174 (68.36% from 255) = 52.73%
BLUE value IS 28 (11.33% from 255) = 8.48%
R=38.79%
G=52.73%
B=8.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128174280.2600.840.3278.972.2839.61
Hex80AE1C1A054204f4828
Octal200256343201244011711050
Binary100000001010111011100110100101010010000010011111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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