Color Hex Logo

#7ae590 Color Hex

#7AE590
(122,229,144)
0 Favorites   0 Comments

Color spaces of #7ae590

RGB 122229144
HSL0.370.670.69
HSV132°47°90°
CMYK 0.470.000.37   0.10
XYZ41.079462.189836.2243
Yxy62.18980.29450.4458
Hunter Lab78.8605-45.023127.9677
CIE-Lab83.0143-48.750732.1312

#7ae590 color RGB value is (122,229,144).

#7ae590 hex color red value is 122, green value is 229 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #7ae590 hue: 0.37 , saturation: 0.67 and the lightness value of 7ae590 is 0.69.

The process color (four color CMYK) of #7ae590 color hex is 0.47, 0.00, 0.37, 0.10. Web safe color of #7ae590 is #66cc99. Color #7ae590 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11100101 10010000
Octal 172 345 220
Decimal 122 229 144
Hex 7A E5 90

RGB Percentages of Color #7ae590

%24.65
%46.26
%29.09

CMYK Percentages of Color #7ae590

%47
%0
%37
%10

Triadic Colors of #7ae590

#7ae590 #907ae5 #e5907a

Analogous Colors of #7ae590

#7ae590 #7ae5c6 #9ae57a

Monochromatic Colors of #7ae590

#7ae590

Complementary Color

#7ae590 #e57acf

#7ae590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ae590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ae590 Color CSS Codes

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

#7ae590 Text Font Color

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

This sample text font color is #7ae590
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.


#7ae590 Background Color

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

This div background color is #7ae590


#7ae590 Border Color

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

This div border color is #7ae590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ae590


Comments

No comments written yet.

Please login to write comment.