#80AE2C

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

Shades of Lima #80AE2C

Tints of Lima #80AE2C

Color information

#80AE2C (or 0x80AE2C) is unknown color: approx Lima. HEX triplet: 80, AE and 2C. RGB value is (128,174,44). Sum of RGB (Red+Green+Blue) = 128+174+44=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AE2C is #7F51D3. Grayscale: #919191. Windows color (decimal): -8344020 or 2928256. OLE color: 2928256.

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

Color convert

RGB12817444-
CMYK0.2600.750.32
HSL81.23º59.63%42.75%-
HSV(B)81.23º74.71%68.24%-
XYZ24.4935.047.86-
YUV145.4370.76115.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.99%
GREEN value IS 174 (68.36% from 255) = 50.29%
BLUE value IS 44 (17.58% from 255) = 12.72%
R=36.99%
G=50.29%
B=12.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128174440.2600.750.3281.2359.6342.75
Hex80AE2C1A04B20513c2b
Octal20025654320113401217453
Binary100000001010111010110011010010010111000001010001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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