#7AA92A

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

Shades of Lima #7AA92A

Tints of Lima #7AA92A

Color information

#7AA92A (or 0x7AA92A) is unknown color: approx Lima. HEX triplet: 7A, A9 and 2A. RGB value is (122,169,42). Sum of RGB (Red+Green+Blue) = 122+169+42=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA92A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA92A is #8556D5. Grayscale: #8C8C8C. Windows color (decimal): -8738518 or 2795898. OLE color: 2795898.

HSL color Cylindrical-coordinate representation of color #7AA92A: hue angle of 82.2º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AA92A is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB12216942-
CMYK0.2800.750.34
HSL82.2º60.19%41.37%-
HSV(B)82.2º75.15%66.27%-
XYZ22.6332.687.31-
YUV140.4772.43114.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 169 (66.41% from 255) = 50.75%
BLUE value IS 42 (16.80% from 255) = 12.61%
R=36.64%
G=50.75%
B=12.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal122169420.2800.750.3482.260.1941.37
Hex7AA92A1C04B22523c29
Octal17225152340113421227451
Binary11110101010100110101011100010010111000101010010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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