#7AB914

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

Shades of Lima #7AB914

Tints of Lima #7AB914

Color information

#7AB914 (or 0x7AB914) is unknown color: approx Lima. HEX triplet: 7A, B9 and 14. RGB value is (122,185,20). Sum of RGB (Red+Green+Blue) = 122+185+20=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB914 is #8546EB. Grayscale: #939393. Windows color (decimal): -8734444 or 1358202. OLE color: 1358202.

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

Color convert

RGB12218520-
CMYK0.3400.890.27
HSL82.91º80.49%40.2%-
HSV(B)82.91º89.19%72.55%-
XYZ25.538.896.82-
YUV147.3556.13109.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.31%
GREEN value IS 185 (72.66% from 255) = 56.57%
BLUE value IS 20 (8.20% from 255) = 6.12%
R=37.31%
G=56.57%
B=6.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122185200.3400.890.2782.9180.4940.2
Hex7AB914220591B535028
Octal172271244201313312312050
Binary11110101011100110100100010010110011101110100111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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