Color Hex Logo

#5ac98a Color Hex

#5AC98A
(90,201,138)
0 Favorites   0 Comments

Color spaces of #5ac98a

RGB 90201138
HSL0.410.510.57
HSV146°55°79°
CMYK 0.550.000.31   0.21
XYZ29.690545.781931.3167
Yxy45.78190.27800.4287
Hunter Lab67.6623-40.082519.9220
CIE-Lab73.4038-46.103522.1258

#5ac98a color RGB value is (90,201,138).

#5ac98a hex color red value is 90, green value is 201 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #5ac98a hue: 0.41 , saturation: 0.51 and the lightness value of 5ac98a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001001 10001010
Octal 132 311 212
Decimal 90 201 138
Hex 5A C9 8A

RGB Percentages of Color #5ac98a

%20.98
%46.85
%32.17

CMYK Percentages of Color #5ac98a

%55
%0
%31
%21

Triadic Colors of #5ac98a

#5ac98a #8a5ac9 #c98a5a

Analogous Colors of #5ac98a

#5ac98a #5ac9c2 #62c95a

Monochromatic Colors of #5ac98a

#5ac98a

Complementary Color

#5ac98a #c95a99

#5ac98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac98a Color CSS Codes

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

#5ac98a Text Font Color

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

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


#5ac98a Background Color

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

This div background color is #5ac98a


#5ac98a Border Color

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

This div border color is #5ac98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac98a


Comments

No comments written yet.

Please login to write comment.