#79AC1E

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

Shades of Lima #79AC1E

Tints of Lima #79AC1E

Color information

#79AC1E (or 0x79AC1E) is unknown color: approx Lima. HEX triplet: 79, AC and 1E. RGB value is (121,172,30). Sum of RGB (Red+Green+Blue) = 121+172+30=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #79AC1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79AC1E is #8653E1. Grayscale: #8D8D8D. Windows color (decimal): -8803298 or 2010233. OLE color: 2010233.

HSL color Cylindrical-coordinate representation of color #79AC1E: hue angle of 81.55º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79AC1E is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB12117230-
CMYK0.3000.830.33
HSL81.55º70.3%39.61%-
HSV(B)81.55º82.56%67.45%-
XYZ22.8733.666.52-
YUV140.5665.6114.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 172 (67.58% from 255) = 53.25%
BLUE value IS 30 (12.11% from 255) = 9.29%
R=37.46%
G=53.25%
B=9.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121172300.3000.830.3381.5570.339.61
Hex79AC1E1E05321524628
Octal171254363601234112210650
Binary11110011010110011110111100101001110000110100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79AC1E; }

 p { color: rgb(121,172,30); }

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

<style>
 a { background-color: #79AC1E; }

 a { background-color: rgb(121,172,30); }

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

<style>
 span { border-color: #79AC1E; }

 span { border-color: rgb(121,172,30); }

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