#7AC10E

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

Shades of Lima #7AC10E

Tints of Lima #7AC10E

Color information

#7AC10E (or 0x7AC10E) is unknown color: approx Lima. HEX triplet: 7A, C1 and 0E. RGB value is (122,193,14). Sum of RGB (Red+Green+Blue) = 122+193+14=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC10E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC10E is #853EF1. Grayscale: #989898. Windows color (decimal): -8732402 or 967034. OLE color: 967034.

HSL color Cylindrical-coordinate representation of color #7AC10E: hue angle of 83.8º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AC10E is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB12219314-
CMYK0.3700.930.24
HSL83.8º86.47%40.59%-
HSV(B)83.8º92.75%75.69%-
XYZ27.1842.317.15-
YUV151.3650.48107.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 193 (75.78% from 255) = 58.66%
BLUE value IS 14 (5.86% from 255) = 4.26%
R=37.08%
G=58.66%
B=4.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122193140.3700.930.2483.886.4740.59
Hex7AC1E2505D18545629
Octal172301164501353012412651
Binary1111010110000011110100101010111011100010101001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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