#7AA424

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

Shades of Lima #7AA424

Tints of Lima #7AA424

Color information

#7AA424 (or 0x7AA424) is unknown color: approx Lima. HEX triplet: 7A, A4 and 24. RGB value is (122,164,36). Sum of RGB (Red+Green+Blue) = 122+164+36=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA424 is #855BDB. Grayscale: #898989. Windows color (decimal): -8739804 or 2401402. OLE color: 2401402.

HSL color Cylindrical-coordinate representation of color #7AA424: hue angle of 79.69º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AA424 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB12216436-
CMYK0.2600.780.36
HSL79.69º64%39.22%-
HSV(B)79.69º78.05%64.31%-
XYZ21.6230.826.48-
YUV136.8571.09117.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.89%
GREEN value IS 164 (64.45% from 255) = 50.93%
BLUE value IS 36 (14.45% from 255) = 11.18%
R=37.89%
G=50.93%
B=11.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122164360.2600.780.3679.696439.22
Hex7AA4241A04E24504027
Octal172244443201164412010047
Binary111101010100100100100110100100111010010010100001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,164,36); }

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

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

 a { background-color: rgb(122,164,36); }

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

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

 span { border-color: rgb(122,164,36); }

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