Color Hex Logo

#7ac16e Color Hex

#7AC16E
(122,193,110)
0 Favorites   0 Comments

Color spaces of #7ac16e

RGB 122193110
HSL0.310.400.59
HSV111°43°76°
CMYK 0.370.000.43   0.24
XYZ29.910543.403321.5531
Yxy43.40330.31530.4575
Hunter Lab65.8812-34.251926.7200
CIE-Lab71.8278-38.474734.8681

#7ac16e color RGB value is (122,193,110).

#7ac16e hex color red value is 122, green value is 193 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #7ac16e hue: 0.31 , saturation: 0.40 and the lightness value of 7ac16e is 0.59.

The process color (four color CMYK) of #7ac16e color hex is 0.37, 0.00, 0.43, 0.24. Web safe color of #7ac16e is #66cc66. Color #7ac16e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11000001 01101110
Octal 172 301 156
Decimal 122 193 110
Hex 7A C1 6E

RGB Percentages of Color #7ac16e

%28.71
%45.41
%25.88

CMYK Percentages of Color #7ac16e

%37
%0
%43
%24

Triadic Colors of #7ac16e

#7ac16e #6e7ac1 #c16e7a

Analogous Colors of #7ac16e

#7ac16e #6ec18c #a4c16e

Monochromatic Colors of #7ac16e

#7ac16e

Complementary Color

#7ac16e #b56ec1

#7ac16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac16e Color CSS Codes

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

#7ac16e Text Font Color

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

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


#7ac16e Background Color

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

This div background color is #7ac16e


#7ac16e Border Color

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

This div border color is #7ac16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac16e


Comments

No comments written yet.

Please login to write comment.