#80AA15

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

Shades of Lima #80AA15

Tints of Lima #80AA15

Color information

#80AA15 (or 0x80AA15) is unknown color: approx Lima. HEX triplet: 80, AA and 15. RGB value is (128,170,21). Sum of RGB (Red+Green+Blue) = 128+170+21=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA15 is #7F55EA. Grayscale: #8D8D8D. Windows color (decimal): -8345067 or 1419904. OLE color: 1419904.

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

Color convert

RGB12817021-
CMYK0.2500.880.33
HSL76.91º78.01%37.45%-
HSV(B)76.91º87.65%66.67%-
XYZ23.4133.395.92-
YUV140.4660.59119.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.13%
GREEN value IS 170 (66.80% from 255) = 53.29%
BLUE value IS 21 (8.59% from 255) = 6.58%
R=40.13%
G=53.29%
B=6.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128170210.2500.880.3376.9178.0137.45
Hex80AA1519058214d4e25
Octal200252253101304111511645
Binary100000001010101010101110010101100010000110011011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,170,21); }

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

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

 a { background-color: rgb(128,170,21); }

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

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

 span { border-color: rgb(128,170,21); }

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