#80AD04

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

Shades of Lima #80AD04

Tints of Lima #80AD04

Color information

#80AD04 (or 0x80AD04) is unknown color: approx Lima. HEX triplet: 80, AD and 04. RGB value is (128,173,4). Sum of RGB (Red+Green+Blue) = 128+173+4=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AD04 is #7F52FB. Grayscale: #8C8C8C. Windows color (decimal): -8344316 or 306560. OLE color: 306560.

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

Color convert

RGB1281734-
CMYK0.2600.980.32
HSL75.98º95.48%34.71%-
HSV(B)75.98º97.69%67.84%-
XYZ23.8734.495.51-
YUV140.2851.09119.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 173 (67.97% from 255) = 56.72%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=41.97%
G=56.72%
B=1.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12817340.2600.980.3275.9895.4834.71
Hex80AD41A062204c5f23
Octal20025543201424011413743
Binary1000000010101101100110100110001010000010011001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,173,4); }

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

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

 a { background-color: rgb(128,173,4); }

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

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

 span { border-color: rgb(128,173,4); }

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