#7AB11A

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

Shades of Lima #7AB11A

Tints of Lima #7AB11A

Color information

#7AB11A (or 0x7AB11A) is unknown color: approx Lima. HEX triplet: 7A, B1 and 1A. RGB value is (122,177,26). Sum of RGB (Red+Green+Blue) = 122+177+26=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB11A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB11A is #854EE5. Grayscale: #8F8F8F. Windows color (decimal): -8736486 or 1749370. OLE color: 1749370.

HSL color Cylindrical-coordinate representation of color #7AB11A: hue angle of 81.85º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AB11A is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB12217726-
CMYK0.3100.850.31
HSL81.85º74.38%39.8%-
HSV(B)81.85º85.31%69.41%-
XYZ23.9335.666.6-
YUV143.3461.78112.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 177 (69.53% from 255) = 54.46%
BLUE value IS 26 (10.55% from 255) = 8%
R=37.54%
G=54.46%
B=8%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122177260.3100.850.3181.8574.3839.8
Hex7AB11A1F0551F524a28
Octal172261323701253712211250
Binary1111010101100011101011111010101011111110100101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,177,26); }

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

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

 a { background-color: rgb(122,177,26); }

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

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

 span { border-color: rgb(122,177,26); }

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