#7ac513

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

Shades of Lima #7AC513

Tints of Lima #7AC513

Color information

#7AC513 (or 0x7AC513) is unknown color: approx Lima. HEX triplet: 7A, C5 and 13. RGB value is (122,197,19). Sum of RGB (Red+Green+Blue) = 122+197+19=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC513 is #853AEC. Grayscale: #9A9A9A. Windows color (decimal): -8731373 or 1295738. OLE color: 1295738.

HSL color Cylindrical-coordinate representation of color #7AC513: hue angle of 85.28º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AC513 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB12219719-
CMYK0.3800.900.23
HSL85.28º82.41%42.35%-
HSV(B)85.28º90.36%77.25%-
XYZ28.1144.127.65-
YUV154.2851.65104.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.09%
GREEN value IS 197 (77.34% from 255) = 58.28%
BLUE value IS 19 (7.81% from 255) = 5.62%
R=36.09%
G=58.28%
B=5.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal122197190.3800.900.2385.2882.4142.35
Hex7AC5132605A1755522a
Octal172305234601322712512252
Binary11110101100010110011100110010110101011110101011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ac513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,197,19); }

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

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

 a { background-color: rgb(122,197,19); }

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

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

 span { border-color: rgb(122,197,19); }

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