Color Hex Logo

#5ac92e Color Hex

#5AC92E
(90,201,46)
0 Favorites   0 Comments

Color spaces of #5ac92e

RGB 9020146
HSL0.290.630.48
HSV103°77°79°
CMYK 0.550.000.77   0.21
XYZ25.596244.14429.7564
Yxy44.14420.32200.5553
Hunter Lab66.4411-47.505437.8025
CIE-Lab72.3248-57.824462.7875

#5ac92e color RGB value is (90,201,46).

#5ac92e hex color red value is 90, green value is 201 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5ac92e hue: 0.29 , saturation: 0.63 and the lightness value of 5ac92e is 0.48.

The process color (four color CMYK) of #5ac92e color hex is 0.55, 0.00, 0.77, 0.21. Web safe color of #5ac92e is #66cc33. Color #5ac92e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001001 00101110
Octal 132 311 56
Decimal 90 201 46
Hex 5A C9 2E

RGB Percentages of Color #5ac92e

%26.71
%59.64
%13.65

CMYK Percentages of Color #5ac92e

%55
%0
%77
%21

Triadic Colors of #5ac92e

#5ac92e #2e5ac9 #c92e5a

Analogous Colors of #5ac92e

#5ac92e #2ec950 #a8c92e

Monochromatic Colors of #5ac92e

#5ac92e

Complementary Color

#5ac92e #9d2ec9

#5ac92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac92e Color CSS Codes

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

#5ac92e Text Font Color

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

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


#5ac92e Background Color

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

This div background color is #5ac92e


#5ac92e Border Color

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

This div border color is #5ac92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac92e


Comments

No comments written yet.

Please login to write comment.