Color Hex Logo

#5ac18e Color Hex

#5AC18E
(90,193,142)
59 Favorites   2 Comments

Color spaces of #5ac18e

RGB 90193142
HSL0.420.450.55
HSV150°53°76°
CMYK 0.530.000.26   0.24
XYZ28.168942.266632.2648
Yxy42.26660.27430.4116
Hunter Lab65.0128-36.431416.0843
CIE-Lab71.0543-41.874016.7560

#5ac18e color RGB value is (90,193,142).

#5ac18e hex color red value is 90, green value is 193 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #5ac18e hue: 0.42 , saturation: 0.45 and the lightness value of 5ac18e is 0.55.

The process color (four color CMYK) of #5ac18e color hex is 0.53, 0.00, 0.26, 0.24. Web safe color of #5ac18e is #66cc99. Color #5ac18e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11000001 10001110
Octal 132 301 216
Decimal 90 193 142
Hex 5A C1 8E

RGB Percentages of Color #5ac18e

%21.18
%45.41
%33.41

CMYK Percentages of Color #5ac18e

%53
%0
%26
%24

Triadic Colors of #5ac18e

#5ac18e #8e5ac1 #c18e5a

Analogous Colors of #5ac18e

#5ac18e #5ac1c1 #5ac15b

Monochromatic Colors of #5ac18e

#5ac18e

Complementary Color

#5ac18e #c15a8d

#5ac18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac18e Color CSS Codes

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

#5ac18e Text Font Color

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

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


#5ac18e Background Color

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

This div background color is #5ac18e


#5ac18e Border Color

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

This div border color is #5ac18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac18e


Comments

16 Feb 2021, 20:48 Zacapea

Like it, why is this popular when it has no meanings!?!?!?

12 Oct 2020, 0:15 zimmydev

What a gorgeous color.

Please login to write comment.