#7AB911

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

Shades of Lima #7AB911

Tints of Lima #7AB911

Color information

#7AB911 (or 0x7AB911) is unknown color: approx Lima. HEX triplet: 7A, B9 and 11. RGB value is (122,185,17). Sum of RGB (Red+Green+Blue) = 122+185+17=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB911 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB911 is #8546EE. Grayscale: #939393. Windows color (decimal): -8734447 or 1161594. OLE color: 1161594.

HSL color Cylindrical-coordinate representation of color #7AB911: hue angle of 82.5º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AB911 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB12218517-
CMYK0.3400.910.27
HSL82.5º83.17%39.61%-
HSV(B)82.5º90.81%72.55%-
XYZ25.4838.886.69-
YUV147.0154.63110.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.65%
GREEN value IS 185 (72.66% from 255) = 57.10%
BLUE value IS 17 (7.03% from 255) = 5.25%
R=37.65%
G=57.10%
B=5.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122185170.3400.910.2782.583.1739.61
Hex7AB9112205B1B525328
Octal172271214201333312212350
Binary11110101011100110001100010010110111101110100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,185,17); }

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

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

 a { background-color: rgb(122,185,17); }

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

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

 span { border-color: rgb(122,185,17); }

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