Color Hex Logo

#5ae24d Color Hex

#5AE24D
(90,226,77)
0 Favorites   0 Comments

Color spaces of #5ae24d

RGB 9022677
HSL0.320.720.59
HSV115°66°89°
CMYK 0.600.000.66   0.11
XYZ32.752457.102216.3168
Yxy57.10220.30850.5378
Hunter Lab75.5660-54.873640.0938
CIE-Lab80.2370-64.274359.6940

#5ae24d color RGB value is (90,226,77).

#5ae24d hex color red value is 90, green value is 226 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #5ae24d hue: 0.32 , saturation: 0.72 and the lightness value of 5ae24d is 0.59.

The process color (four color CMYK) of #5ae24d color hex is 0.60, 0.00, 0.66, 0.11. Web safe color of #5ae24d is #66cc66. Color #5ae24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100010 01001101
Octal 132 342 115
Decimal 90 226 77
Hex 5A E2 4D

RGB Percentages of Color #5ae24d

%22.90
%57.51
%19.59

CMYK Percentages of Color #5ae24d

%60
%0
%66
%11

Triadic Colors of #5ae24d

#5ae24d #4d5ae2 #e24d5a

Analogous Colors of #5ae24d

#5ae24d #4de28b #a5e24d

Monochromatic Colors of #5ae24d

#5ae24d

Complementary Color

#5ae24d #d54de2

#5ae24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae24d Color CSS Codes

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

#5ae24d Text Font Color

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

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


#5ae24d Background Color

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

This div background color is #5ae24d


#5ae24d Border Color

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

This div border color is #5ae24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae24d


Comments

No comments written yet.

Please login to write comment.