#7AA51D

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

Shades of Lima #7AA51D

Tints of Lima #7AA51D

Color information

#7AA51D (or 0x7AA51D) is unknown color: approx Lima. HEX triplet: 7A, A5 and 1D. RGB value is (122,165,29). Sum of RGB (Red+Green+Blue) = 122+165+29=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA51D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA51D is #855AE2. Grayscale: #898989. Windows color (decimal): -8739555 or 1942906. OLE color: 1942906.

HSL color Cylindrical-coordinate representation of color #7AA51D: hue angle of 78.97º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7AA51D is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB12216529-
CMYK0.2600.820.35
HSL78.97º70.1%38.04%-
HSV(B)78.97º82.42%64.71%-
XYZ21.731.146.03-
YUV136.6467.25117.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.61%
GREEN value IS 165 (64.84% from 255) = 52.22%
BLUE value IS 29 (11.72% from 255) = 9.18%
R=38.61%
G=52.22%
B=9.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal122165290.2600.820.3578.9770.138.04
Hex7AA51D1A052234f4626
Octal172245353201224311710646
Binary11110101010010111101110100101001010001110011111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,165,29); }

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

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

 a { background-color: rgb(122,165,29); }

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

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

 span { border-color: rgb(122,165,29); }

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