#80AC1F

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

Shades of Lima #80AC1F

Tints of Lima #80AC1F

Color information

#80AC1F (or 0x80AC1F) is unknown color: approx Lima. HEX triplet: 80, AC and 1F. RGB value is (128,172,31). Sum of RGB (Red+Green+Blue) = 128+172+31=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC1F is #7F53E0. Grayscale: #8F8F8F. Windows color (decimal): -8344545 or 2075776. OLE color: 2075776.

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

Color convert

RGB12817231-
CMYK0.2600.820.33
HSL78.72º69.46%39.8%-
HSV(B)78.72º81.98%67.45%-
XYZ23.934.196.64-
YUV142.7764.92117.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 172 (67.58% from 255) = 51.96%
BLUE value IS 31 (12.5% from 255) = 9.37%
R=38.67%
G=51.96%
B=9.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128172310.2600.820.3378.7269.4639.8
Hex80AC1F1A052214f4528
Octal200254373201224111710550
Binary100000001010110011111110100101001010000110011111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,172,31); }

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

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

 a { background-color: rgb(128,172,31); }

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

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

 span { border-color: rgb(128,172,31); }

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