#7AAE2C

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

Shades of Lima #7AAE2C

Tints of Lima #7AAE2C

Color information

#7AAE2C (or 0x7AAE2C) is unknown color: approx Lima. HEX triplet: 7A, AE and 2C. RGB value is (122,174,44). Sum of RGB (Red+Green+Blue) = 122+174+44=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAE2C is #8551D3. Grayscale: #909090. Windows color (decimal): -8737236 or 2928250. OLE color: 2928250.

HSL color Cylindrical-coordinate representation of color #7AAE2C: hue angle of 84º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AAE2C is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB12217444-
CMYK0.3000.750.32
HSL84º59.63%42.75%-
HSV(B)84º74.71%68.24%-
XYZ23.6234.597.81-
YUV143.6371.77112.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.88%
GREEN value IS 174 (68.36% from 255) = 51.18%
BLUE value IS 44 (17.58% from 255) = 12.94%
R=35.88%
G=51.18%
B=12.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122174440.3000.750.328459.6342.75
Hex7AAE2C1E04B20543c2b
Octal17225654360113401247453
Binary11110101010111010110011110010010111000001010100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,174,44); }

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

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

 a { background-color: rgb(122,174,44); }

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

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

 span { border-color: rgb(122,174,44); }

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