Color Hex Logo

#5ac800 Color Hex

#5AC800
(90,200,0)
0 Favorites   0 Comments

Color spaces of #5ac800

RGB 902000
HSL0.261.000.39
HSV93°100°78°
CMYK 0.550.001.00   0.22
XYZ24.870743.48227.0821
Yxy43.48220.32970.5764
Hunter Lab65.9410-48.072739.7909
CIE-Lab71.8810-58.991671.0867

#5ac800 color RGB value is (90,200,0).

#5ac800 hex color red value is 90, green value is 200 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #5ac800 hue: 0.26 , saturation: 1.00 and the lightness value of 5ac800 is 0.39.

The process color (four color CMYK) of #5ac800 color hex is 0.55, 0.00, 1.00, 0.22. Web safe color of #5ac800 is #66cc00. Color #5ac800 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001000 00000000
Octal 132 310 0
Decimal 90 200 0
Hex 5A C8 0

RGB Percentages of Color #5ac800

%31.03
%68.97
%0.00

CMYK Percentages of Color #5ac800

%55
%0
%100
%22

Triadic Colors of #5ac800

#5ac800 #005ac8 #c8005a

Analogous Colors of #5ac800

#5ac800 #00c80a #bec800

Monochromatic Colors of #5ac800

#5ac800

Complementary Color

#5ac800 #6e00c8

#5ac800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac800 Color CSS Codes

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

#5ac800 Text Font Color

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

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


#5ac800 Background Color

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

This div background color is #5ac800


#5ac800 Border Color

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

This div border color is #5ac800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac800


Comments

No comments written yet.

Please login to write comment.