Color Hex Logo

#7ae16a Color Hex

#7AE16A
(122,225,106)
0 Favorites   0 Comments

Color spaces of #7ae16a

RGB 122225106
HSL0.310.660.65
HSV112°53°88°
CMYK 0.460.000.53   0.12
XYZ37.552859.028623.0501
Yxy59.02860.31390.4934
Hunter Lab76.8301-47.205935.9932
CIE-Lab81.3073-52.536348.5736

#7ae16a color RGB value is (122,225,106).

#7ae16a hex color red value is 122, green value is 225 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #7ae16a hue: 0.31 , saturation: 0.66 and the lightness value of 7ae16a is 0.65.

The process color (four color CMYK) of #7ae16a color hex is 0.46, 0.00, 0.53, 0.12. Web safe color of #7ae16a is #66cc66. Color #7ae16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11100001 01101010
Octal 172 341 152
Decimal 122 225 106
Hex 7A E1 6A

RGB Percentages of Color #7ae16a

%26.93
%49.67
%23.40

CMYK Percentages of Color #7ae16a

%46
%0
%53
%12

Triadic Colors of #7ae16a

#7ae16a #6a7ae1 #e16a7a

Analogous Colors of #7ae16a

#7ae16a #6ae196 #b6e16a

Monochromatic Colors of #7ae16a

#7ae16a

Complementary Color

#7ae16a #d16ae1

#7ae16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ae16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ae16a Color CSS Codes

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

#7ae16a Text Font Color

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

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


#7ae16a Background Color

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

This div background color is #7ae16a


#7ae16a Border Color

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

This div border color is #7ae16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ae16a


Comments

No comments written yet.

Please login to write comment.