Color Hex Logo

#4ac50f Color Hex

#4AC50F
(74,197,15)
0 Favorites   0 Comments

Color spaces of #4ac50f

RGB 7419715
HSL0.280.860.42
HSV101°92°77°
CMYK 0.620.000.92   0.23
XYZ22.876541.42287.2416
Yxy41.42280.31980.5790
Hunter Lab64.3605-49.184438.3813
CIE-Lab70.4711-61.701368.0565

#4ac50f color RGB value is (74,197,15).

#4ac50f hex color red value is 74, green value is 197 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #4ac50f hue: 0.28 , saturation: 0.86 and the lightness value of 4ac50f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11000101 00001111
Octal 112 305 17
Decimal 74 197 15
Hex 4A C5 F

RGB Percentages of Color #4ac50f

%25.87
%68.88
%5.24

CMYK Percentages of Color #4ac50f

%62
%0
%92
%23

Triadic Colors of #4ac50f

#4ac50f #0f4ac5 #c50f4a

Analogous Colors of #4ac50f

#4ac50f #0fc52f #a5c50f

Monochromatic Colors of #4ac50f

#4ac50f

Complementary Color

#4ac50f #8a0fc5

#4ac50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac50f Color CSS Codes

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

#4ac50f Text Font Color

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

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


#4ac50f Background Color

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

This div background color is #4ac50f


#4ac50f Border Color

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

This div border color is #4ac50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ac50f


Comments

No comments written yet.

Please login to write comment.