Color Hex Logo

#7aae40 Color Hex

#7AAE40
(122,174,64)
0 Favorites   0 Comments

Color spaces of #7aae40

RGB 12217464
HSL0.250.460.47
HSV88°63°68°
CMYK 0.300.000.63   0.32
XYZ24.087534.779810.2941
Yxy34.77980.34830.5029
Hunter Lab58.9744-30.298730.9329
CIE-Lab65.5769-35.211349.5384

#7aae40 color RGB value is (122,174,64).

#7aae40 hex color red value is 122, green value is 174 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #7aae40 hue: 0.25 , saturation: 0.46 and the lightness value of 7aae40 is 0.47.

The process color (four color CMYK) of #7aae40 color hex is 0.30, 0.00, 0.63, 0.32. Web safe color of #7aae40 is #669933. Color #7aae40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101110 01000000
Octal 172 256 100
Decimal 122 174 64
Hex 7A AE 40

RGB Percentages of Color #7aae40

%33.89
%48.33
%17.78

CMYK Percentages of Color #7aae40

%30
%0
%63
%32

Triadic Colors of #7aae40

#7aae40 #407aae #ae407a

Analogous Colors of #7aae40

#7aae40 #43ae40 #aeab40

Monochromatic Colors of #7aae40

#7aae40

Complementary Color

#7aae40 #7440ae

#7aae40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aae40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aae40 Color CSS Codes

.mybgcolor {background-color:#7aae40; } 
.myforecolor {color:#7aae40; }
.mybordercolor {border:3px solid #7aae40; }

#7aae40 Text Font Color

<p style="color:#7aae40">Text here</p>

This sample text font color is #7aae40
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7aae40 Background Color

<div style="background-color:#7aae40">
Div content here</div>

This div background color is #7aae40


#7aae40 Border Color

<div style="border:3px solid #7aae40">
Div here</div>

This div border color is #7aae40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,174,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7aae40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7aae40;
  -webkit-box-shadow: 1px 1px 3px 2px #7aae40;
  box-shadow:         1px 1px 3px 2px #7aae40; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,174,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7aae40">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7aae40;
  -webkit-box-shadow: 1px 1px 3px 2px #7aae40;
  box-shadow:         1px 1px 3px 2px #7aae40;">
Div content here</div>

This div box has shadow with color #7aae40


Comments

No comments written yet.

Please login to write comment.