#80AA00

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

Shades of Lima #80AA00

Tints of Lima #80AA00

Color information

#80AA00 (or 0x80AA00) is unknown color: approx Lima. HEX triplet: 80, AA and 00. RGB value is (128,170,0). Sum of RGB (Red+Green+Blue) = 128+170+0=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA00 is #7F55FF. Grayscale: #8A8A8A. Windows color (decimal): -8345088 or 43648. OLE color: 43648.

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

Color convert

RGB1281700-
CMYK0.25010.33
HSL74.82º100%33.33%-
HSV(B)74.82º100%66.67%-
XYZ23.2833.345.21-
YUV138.0650.09120.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 170 (66.80% from 255) = 57.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.95%
G=57.05%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12817000.25010.3374.8210033.33
Hex80AA019064214b6421
Octal20025203101444111314441
Binary10000000101010100110010110010010000110010111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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