Color Hex Logo

#5ab20f Color Hex

#5AB20F
(90,178,15)
0 Favorites   0 Comments

Color spaces of #5ab20f

RGB 9017815
HSL0.260.840.38
HSV92°92°70°
CMYK 0.490.000.92   0.30
XYZ20.223134.04895.9582
Yxy34.04890.33580.5653
Hunter Lab58.3514-40.251534.7920
CIE-Lab65.0014-50.647063.7273

#5ab20f color RGB value is (90,178,15).

#5ab20f hex color red value is 90, green value is 178 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #5ab20f hue: 0.26 , saturation: 0.84 and the lightness value of 5ab20f is 0.38.

The process color (four color CMYK) of #5ab20f color hex is 0.49, 0.00, 0.92, 0.30. Web safe color of #5ab20f is #669900. Color #5ab20f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110010 00001111
Octal 132 262 17
Decimal 90 178 15
Hex 5A B2 F

RGB Percentages of Color #5ab20f

%31.80
%62.90
%5.30

CMYK Percentages of Color #5ab20f

%49
%0
%92
%30

Triadic Colors of #5ab20f

#5ab20f #0f5ab2 #b20f5a

Analogous Colors of #5ab20f

#5ab20f #0fb215 #acb20f

Monochromatic Colors of #5ab20f

#5ab20f

Complementary Color

#5ab20f #670fb2

#5ab20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab20f Color CSS Codes

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

#5ab20f Text Font Color

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

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


#5ab20f Background Color

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

This div background color is #5ab20f


#5ab20f Border Color

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

This div border color is #5ab20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab20f


Comments

No comments written yet.

Please login to write comment.