Color Hex Logo

#7acd7a Color Hex

#7ACD7A
(122,205,122)
0 Favorites   0 Comments

Color spaces of #7acd7a

RGB 122205122
HSL0.330.450.64
HSV120°40°80°
CMYK 0.400.000.40   0.20
XYZ33.370249.205426.1511
Yxy49.20540.30690.4526
Hunter Lab70.1466-37.840326.9989
CIE-Lab75.5789-42.005933.5750

#7acd7a color RGB value is (122,205,122).

#7acd7a hex color red value is 122, green value is 205 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #7acd7a hue: 0.33 , saturation: 0.45 and the lightness value of 7acd7a is 0.64.

The process color (four color CMYK) of #7acd7a color hex is 0.40, 0.00, 0.40, 0.20. Web safe color of #7acd7a is #66cc66. Color #7acd7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001101 01111010
Octal 172 315 172
Decimal 122 205 122
Hex 7A CD 7A

RGB Percentages of Color #7acd7a

%27.17
%45.66
%27.17

CMYK Percentages of Color #7acd7a

%40
%0
%40
%20

Triadic Colors of #7acd7a

#7acd7a #7a7acd #cd7a7a

Analogous Colors of #7acd7a

#7acd7a #7acda4 #a4cd7a

Monochromatic Colors of #7acd7a

#7acd7a

Complementary Color

#7acd7a #cd7acd

#7acd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acd7a Color CSS Codes

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

#7acd7a Text Font Color

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

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


#7acd7a Background Color

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

This div background color is #7acd7a


#7acd7a Border Color

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

This div border color is #7acd7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acd7a


Comments

No comments written yet.

Please login to write comment.