Color Hex Logo

#4ac470 Color Hex

#4AC470
(74,196,112)
0 Favorites   0 Comments

Color spaces of #4ac470

RGB 74196112
HSL0.390.510.53
HSV139°62°77°
CMYK 0.620.000.43   0.23
XYZ25.488642.105622.1130
Yxy42.10560.28410.4694
Hunter Lab64.8888-43.439925.2172
CIE-Lab70.9437-52.324432.3430

#4ac470 color RGB value is (74,196,112).

#4ac470 hex color red value is 74, green value is 196 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #4ac470 hue: 0.39 , saturation: 0.51 and the lightness value of 4ac470 is 0.53.

The process color (four color CMYK) of #4ac470 color hex is 0.62, 0.00, 0.43, 0.23. Web safe color of #4ac470 is #33cc66. Color #4ac470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11000100 01110000
Octal 112 304 160
Decimal 74 196 112
Hex 4A C4 70

RGB Percentages of Color #4ac470

%19.37
%51.31
%29.32

CMYK Percentages of Color #4ac470

%62
%0
%43
%23

Triadic Colors of #4ac470

#4ac470 #704ac4 #c4704a

Analogous Colors of #4ac470

#4ac470 #4ac4ad #61c44a

Monochromatic Colors of #4ac470

#4ac470

Complementary Color

#4ac470 #c44a9e

#4ac470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac470 Color CSS Codes

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

#4ac470 Text Font Color

<p style="color:#4ac470">Text here</p>

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


#4ac470 Background Color

<div style="background-color:#4ac470">
Div content here</div>

This div background color is #4ac470


#4ac470 Border Color

<div style="border:3px solid #4ac470">
Div here</div>

This div border color is #4ac470


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,196,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ac470; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ac470;
  -webkit-box-shadow: 1px 1px 3px 2px #4ac470;
  box-shadow:         1px 1px 3px 2px #4ac470; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ac470


Comments

No comments written yet.

Please login to write comment.