#7AC60E

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

Shades of Lima #7AC60E

Tints of Lima #7AC60E

Color information

#7AC60E (or 0x7AC60E) is unknown color: approx Lima. HEX triplet: 7A, C6 and 0E. RGB value is (122,198,14). Sum of RGB (Red+Green+Blue) = 122+198+14=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC60E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC60E is #8539F1. Grayscale: #9A9A9A. Windows color (decimal): -8731122 or 968314. OLE color: 968314.

HSL color Cylindrical-coordinate representation of color #7AC60E: hue angle of 84.78º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AC60E is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB12219814-
CMYK0.3800.930.22
HSL84.78º86.79%41.57%-
HSV(B)84.78º92.93%77.65%-
XYZ28.344.567.52-
YUV154.348.82104.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.53%
GREEN value IS 198 (77.73% from 255) = 59.28%
BLUE value IS 14 (5.86% from 255) = 4.19%
R=36.53%
G=59.28%
B=4.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal122198140.3800.930.2284.7886.7941.57
Hex7AC6E2605D1655572a
Octal172306164601352612512752
Binary1111010110001101110100110010111011011010101011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AC60E; }

 p { color: rgb(122,198,14); }

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

<style>
 a { background-color: #7AC60E; }

 a { background-color: rgb(122,198,14); }

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

<style>
 span { border-color: #7AC60E; }

 span { border-color: rgb(122,198,14); }

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