COLOR #5AD972

HEX: #5AD972
RGB: (90,217,114)

Color info

#5AD972 contains mainly green color. Web safe color of #5AD972 is #66CC66 (or #6C6).

RGB color model

#5AD972 color RGB value is (90,217,114).

  • red value is 90;
  • green value is 217;
  • blue value is 114.
RGB:
(90,217,114)
(35%,85%,45%)

RGB channels and saturation

R 90 of 255 = 35%
G 217 of 255 = 85%
B 114 of 255 = 45%

90
217
114

R + G + B ~ 55%. #5AD972 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 217 + 114 = 421 (100%)
R 90 of 421 ~ 21.38%
G 217 of 421 ~ 51.54%
B 114 of 421 ~ 27.08%

%21.38
%51.54
%27.08

CMYK color model

#5AD972 color CMYK value is (59,0,47,15).

  • cyan value is 58.53%
  • magenta value is 0.00%
  • yellow value is 47.47%
  • key color value is 14.90%
CMYK:
(59,0,47,15)
C59M0Y47K15 
(59%,0%,47%,15%)
(0.59/0.00/0.47/0.15)	

CMYK percentages

%58.53
%0
%47.47
%14.9

Codes

Color #5AD972 in popluar color models

5AD972
RGB90217114
HSL131°62.56%60.20%
HSB/HSV131°58.53%85.10%
CMYK58.53%0.00%47.47%
14.90%

Color #5AD972 in popluar number systems.

HEX5AD972
Decimal90217114
Binary1011010110110011110010
Octal132331162

Shades and tints

Shades of #5AD972

#5AD972
(90,217,114)
#52C668
(82,198,104)
#4AB35E
(74,179,94)
#42A054
(66,160,84)
#3A8D4A
(58,141,74)
#327A40
(50,122,64)
#2A6736
(42,103,54)
#22542C
(34,84,44)
#1A4122
(26,65,34)
#122E18
(18,46,24)
#0A1B0E
(10,27,14)
#000000
(0,0,0)

Tints of #5AD972

#5AD972
(90,217,114)
#69DC7E
(105,220,126)
#78DF8A
(120,223,138)
#87E296
(135,226,150)
#96E5A2
(150,229,162)
#A5E8AE
(165,232,174)
#B4EBBA
(180,235,186)
#C3EEC6
(195,238,198)
#D2F1D2
(210,241,210)
#E1F4DE
(225,244,222)
#F0F7EA
(240,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AD972 color. Also use rgb(90,217,114) instead hex code.

Text Font Color

.myTextColor { color: #5AD972; }

<p style="color:#5AD972">This sample text font color is #5AD972.</p>

This text font color is #5AD972.


Background Color

.myBgColor { background-color: #5AD972; }

<div style="background-color:#5AD972">Inner text</div>

This div background color is #5AD972.


Border color

.myBorderColor { border: 1px solid #5AD972; }

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

This div border color is #5AD972.


Opacity

.myOpacity80 { color: #5AD972; opacity: 0.8; }

<p style="color:#5AD972;opacity:0.8;">80%</p>

Text with #5AD972 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5AD972;}

<p style="text-shadow: 3px 3px 1px #5AD972">Text here.</p>

This text has shadow with #5AD972 color.

.textShadow {text-shadow: 3px 3px 1px #5AD972, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5AD972, 5px 5px 20px red">Text here.</p>

This text has shadow with #5AD972 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5AD972, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5AD972, Direction=45, Strength=4)">Text</p>

This text has shadow with #5AD972 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5AD972;
  -webkit-box-shadow:	1px 1px 3px 2px #5AD972;
  box-shadow:		1px 1px 3px 2px #5AD972;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5AD972;
-webkit-box-shadow: 1px 1px 3px 2px #5AD972;
box-shadow:1px 1px 3px 2px #5AD972;">
Div content here</div>
This div box has shadow with color #5AD972.

Preview

Color preview on black background

This text has color #5AD972 on black background.


Color preview on white background

This text has color #5AD972 on white background.



Black color preview on #5AD972 background

This text has black color on #5AD972 background.


White color preview on #5AD972 background

This text has white color on #5AD972 background.