Color Hex Logo

#5ac976 Color Hex

#5AC976
(90,201,118)
0 Favorites   0 Comments

Color spaces of #5ac976

RGB 90201118
HSL0.380.510.57
HSV135°55°79°
CMYK 0.550.000.41   0.21
XYZ28.373145.255024.3792
Yxy45.25500.28950.4618
Hunter Lab67.2718-42.440125.6037
CIE-Lab73.0595-49.713232.1049

#5ac976 color RGB value is (90,201,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001001 01110110
Octal 132 311 166
Decimal 90 201 118
Hex 5A C9 76

RGB Percentages of Color #5ac976

%22.00
%49.14
%28.85

CMYK Percentages of Color #5ac976

%55
%0
%41
%21

Triadic Colors of #5ac976

#5ac976 #765ac9 #c9765a

Analogous Colors of #5ac976

#5ac976 #5ac9ae #76c95a

Monochromatic Colors of #5ac976

#5ac976

Complementary Color

#5ac976 #c95aad

#5ac976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac976 Color CSS Codes

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

#5ac976 Text Font Color

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

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


#5ac976 Background Color

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

This div background color is #5ac976


#5ac976 Border Color

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

This div border color is #5ac976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac976


Comments

No comments written yet.

Please login to write comment.