Color Hex Logo

#5ac04e Color Hex

#5AC04E
(90,192,78)
0 Favorites   0 Comments

Color spaces of #5ac04e

RGB 9019278
HSL0.320.480.53
HSV114°59°75°
CMYK 0.530.000.59   0.25
XYZ24.441240.423013.7220
Yxy40.42300.31100.5144
Hunter Lab63.5791-42.644131.7091
CIE-Lab69.7698-51.742947.6062

#5ac04e color RGB value is (90,192,78).

#5ac04e hex color red value is 90, green value is 192 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #5ac04e hue: 0.32 , saturation: 0.48 and the lightness value of 5ac04e is 0.53.

The process color (four color CMYK) of #5ac04e color hex is 0.53, 0.00, 0.59, 0.25. Web safe color of #5ac04e is #66cc66. Color #5ac04e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11000000 01001110
Octal 132 300 116
Decimal 90 192 78
Hex 5A C0 4E

RGB Percentages of Color #5ac04e

%25.00
%53.33
%21.67

CMYK Percentages of Color #5ac04e

%53
%0
%59
%25

Triadic Colors of #5ac04e

#5ac04e #4e5ac0 #c04e5a

Analogous Colors of #5ac04e

#5ac04e #4ec07b #93c04e

Monochromatic Colors of #5ac04e

#5ac04e

Complementary Color

#5ac04e #b44ec0

#5ac04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac04e Color CSS Codes

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

#5ac04e Text Font Color

<p style="color:#5ac04e">Text here</p>

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


#5ac04e Background Color

<div style="background-color:#5ac04e">
Div content here</div>

This div background color is #5ac04e


#5ac04e Border Color

<div style="border:3px solid #5ac04e">
Div here</div>

This div border color is #5ac04e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,192,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ac04e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ac04e;
  -webkit-box-shadow: 1px 1px 3px 2px #5ac04e;
  box-shadow:         1px 1px 3px 2px #5ac04e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac04e


Comments

No comments written yet.

Please login to write comment.