#7AC12A

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

Shades of Lima #7AC12A

Tints of Lima #7AC12A

Color information

#7AC12A (or 0x7AC12A) is unknown color: approx Lima. HEX triplet: 7A, C1 and 2A. RGB value is (122,193,42). Sum of RGB (Red+Green+Blue) = 122+193+42=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC12A is #853ED5. Grayscale: #9B9B9B. Windows color (decimal): -8732374 or 2802042. OLE color: 2802042.

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

Color convert

RGB12219342-
CMYK0.3700.780.24
HSL88.21º64.26%46.08%-
HSV(B)88.21º78.24%75.69%-
XYZ27.5142.448.93-
YUV154.5664.48104.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.17%
GREEN value IS 193 (75.78% from 255) = 54.06%
BLUE value IS 42 (16.80% from 255) = 11.76%
R=34.17%
G=54.06%
B=11.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122193420.3700.780.2488.2164.2646.08
Hex7AC12A2504E1858402e
Octal172301524501163013010056
Binary111101011000001101010100101010011101100010110001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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