#7AA21A

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

Shades of Lima #7AA21A

Tints of Lima #7AA21A

Color information

#7AA21A (or 0x7AA21A) is unknown color: approx Lima. HEX triplet: 7A, A2 and 1A. RGB value is (122,162,26). Sum of RGB (Red+Green+Blue) = 122+162+26=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA21A is #855DE5. Grayscale: #878787. Windows color (decimal): -8740326 or 1745530. OLE color: 1745530.

HSL color Cylindrical-coordinate representation of color #7AA21A: hue angle of 77.65º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7AA21A is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB12216226-
CMYK0.2500.840.36
HSL77.65º72.34%36.86%-
HSV(B)77.65º83.95%63.53%-
XYZ21.1330.055.66-
YUV134.5466.75119.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 162 (63.67% from 255) = 52.26%
BLUE value IS 26 (10.55% from 255) = 8.39%
R=39.35%
G=52.26%
B=8.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122162260.2500.840.3677.6572.3436.86
Hex7AA21A19054244e4825
Octal172242323101244411611045
Binary11110101010001011010110010101010010010010011101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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