#7AB40F

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

Shades of Lima #7AB40F

Tints of Lima #7AB40F

Color information

#7AB40F (or 0x7AB40F) is unknown color: approx Lima. HEX triplet: 7A, B4 and 0F. RGB value is (122,180,15). Sum of RGB (Red+Green+Blue) = 122+180+15=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB40F is #854BF0. Grayscale: #909090. Windows color (decimal): -8735729 or 1029242. OLE color: 1029242.

HSL color Cylindrical-coordinate representation of color #7AB40F: hue angle of 81.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AB40F is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB12218015-
CMYK0.3200.920.29
HSL81.09º84.62%38.24%-
HSV(B)81.09º91.67%70.59%-
XYZ24.4336.816.27-
YUV143.8555.28112.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.49%
GREEN value IS 180 (70.70% from 255) = 56.78%
BLUE value IS 15 (6.25% from 255) = 4.73%
R=38.49%
G=56.78%
B=4.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal122180150.3200.920.2981.0984.6238.24
Hex7AB4F2005C1D515526
Octal172264174001343512112546
Binary1111010101101001111100000010111001110110100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,180,15); }

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

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

 a { background-color: rgb(122,180,15); }

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

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

 span { border-color: rgb(122,180,15); }

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