#7AA922

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

Shades of Lima #7AA922

Tints of Lima #7AA922

Color information

#7AA922 (or 0x7AA922) is unknown color: approx Lima. HEX triplet: 7A, A9 and 22. RGB value is (122,169,34). Sum of RGB (Red+Green+Blue) = 122+169+34=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA922 is #8556DD. Grayscale: #8C8C8C. Windows color (decimal): -8738526 or 2271610. OLE color: 2271610.

HSL color Cylindrical-coordinate representation of color #7AA922: hue angle of 80.89º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AA922 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB12216934-
CMYK0.2800.800.34
HSL80.89º66.5%39.8%-
HSV(B)80.89º79.88%66.27%-
XYZ22.532.636.63-
YUV139.5668.43115.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 169 (66.41% from 255) = 52%
BLUE value IS 34 (13.67% from 255) = 10.46%
R=37.54%
G=52%
B=10.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal122169340.2800.800.3480.8966.539.8
Hex7AA9221C05022514328
Octal172251423401204212110350
Binary111101010101001100010111000101000010001010100011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,169,34); }

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

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

 a { background-color: rgb(122,169,34); }

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

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

 span { border-color: rgb(122,169,34); }

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