Color Hex Logo

#4ac39a Color Hex

#4AC39A
(74,195,154)
0 Favorites   0 Comments

Color spaces of #4ac39a

RGB 74195154
HSL0.440.500.53
HSV160°62°76°
CMYK 0.620.000.21   0.24
XYZ28.171942.819237.3520
Yxy42.81920.26000.3952
Hunter Lab65.4364-37.665211.9619
CIE-Lab71.4321-43.490310.7386

#4ac39a color RGB value is (74,195,154).

#4ac39a hex color red value is 74, green value is 195 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #4ac39a hue: 0.44 , saturation: 0.50 and the lightness value of 4ac39a is 0.53.

The process color (four color CMYK) of #4ac39a color hex is 0.62, 0.00, 0.21, 0.24. Web safe color of #4ac39a is #33cc99. Color #4ac39a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11000011 10011010
Octal 112 303 232
Decimal 74 195 154
Hex 4A C3 9A

RGB Percentages of Color #4ac39a

%17.49
%46.10
%36.41

CMYK Percentages of Color #4ac39a

%62
%0
%21
%24

Triadic Colors of #4ac39a

#4ac39a #9a4ac3 #c39a4a

Analogous Colors of #4ac39a

#4ac39a #4ab0c3 #4ac35e

Monochromatic Colors of #4ac39a

#4ac39a

Complementary Color

#4ac39a #c34a73

#4ac39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac39a Color CSS Codes

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

#4ac39a Text Font Color

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

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


#4ac39a Background Color

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

This div background color is #4ac39a


#4ac39a Border Color

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

This div border color is #4ac39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ac39a


Comments

No comments written yet.

Please login to write comment.