Color Hex Logo

#5ac420 Color Hex

#5AC420
(90,196,32)
0 Favorites   0 Comments

Color spaces of #5ac420

RGB 9019632
HSL0.270.720.45
HSV99°84°77°
CMYK 0.540.000.84   0.23
XYZ24.217141.75788.1502
Yxy41.75780.32670.5633
Hunter Lab64.6203-46.190837.7563
CIE-Lab70.7036-56.742965.2009

#5ac420 color RGB value is (90,196,32).

#5ac420 hex color red value is 90, green value is 196 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #5ac420 hue: 0.27 , saturation: 0.72 and the lightness value of 5ac420 is 0.45.

The process color (four color CMYK) of #5ac420 color hex is 0.54, 0.00, 0.84, 0.23. Web safe color of #5ac420 is #66cc33. Color #5ac420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11000100 00100000
Octal 132 304 40
Decimal 90 196 32
Hex 5A C4 20

RGB Percentages of Color #5ac420

%28.30
%61.64
%10.06

CMYK Percentages of Color #5ac420

%54
%0
%84
%23

Triadic Colors of #5ac420

#5ac420 #205ac4 #c4205a

Analogous Colors of #5ac420

#5ac420 #20c438 #acc420

Monochromatic Colors of #5ac420

#5ac420

Complementary Color

#5ac420 #8a20c4

#5ac420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac420 Color CSS Codes

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

#5ac420 Text Font Color

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

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


#5ac420 Background Color

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

This div background color is #5ac420


#5ac420 Border Color

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

This div border color is #5ac420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac420


Comments

No comments written yet.

Please login to write comment.