COLOR #5ACD9D

HEX: #5ACD9D
RGB: (90,205,157)

Color info

#5ACD9D contains mainly green and blue colors. Web safe color of #5ACD9D is #66CC99 (or #6C9).

RGB color model

#5ACD9D color RGB value is (90,205,157).

  • red value is 90;
  • green value is 205;
  • blue value is 157.
RGB:
(90,205,157)
(35%,80%,62%)

RGB channels and saturation

R 90 of 255 = 35%
G 205 of 255 = 80%
B 157 of 255 = 62%

90
205
157

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

Portions of RGB colors in percentages

R + G + B =
90 + 205 + 157 = 452 (100%)
R 90 of 452 ~ 19.91%
G 205 of 452 ~ 45.35%
B 157 of 452 ~ 34.73%

%19.91
%45.35
%34.73

CMYK color model

#5ACD9D color CMYK value is (56,0,23,20).

  • cyan value is 56.10%
  • magenta value is 0.00%
  • yellow value is 23.41%
  • key color value is 19.61%
CMYK:
(56,0,23,20)
C56M0Y23K20 
(56%,0%,23%,20%)
(0.56/0.00/0.23/0.20)	

CMYK percentages

%56.1
%0
%23.41
%19.61

Codes

Color #5ACD9D in popluar color models

5ACD9D
RGB90205157
HSL155°53.49%57.84%
HSB/HSV155°56.10%80.39%
CMYK56.10%0.00%23.41%
19.61%

Color #5ACD9D in popluar number systems.

HEX5ACD9D
Decimal90205157
Binary10110101100110110011101
Octal132315235

Shades and tints

Shades of #5ACD9D

#5ACD9D
(90,205,157)
#52BB8F
(82,187,143)
#4AA981
(74,169,129)
#429773
(66,151,115)
#3A8565
(58,133,101)
#327357
(50,115,87)
#2A6149
(42,97,73)
#224F3B
(34,79,59)
#1A3D2D
(26,61,45)
#122B1F
(18,43,31)
#0A1911
(10,25,17)
#000000
(0,0,0)

Tints of #5ACD9D

#5ACD9D
(90,205,157)
#69D1A5
(105,209,165)
#78D5AD
(120,213,173)
#87D9B5
(135,217,181)
#96DDBD
(150,221,189)
#A5E1C5
(165,225,197)
#B4E5CD
(180,229,205)
#C3E9D5
(195,233,213)
#D2EDDD
(210,237,221)
#E1F1E5
(225,241,229)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ACD9D color. Also use rgb(90,205,157) instead hex code.

Text Font Color

.myTextColor { color: #5ACD9D; }

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

This text font color is #5ACD9D.


Background Color

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

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

This div background color is #5ACD9D.


Border color

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

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

This div border color is #5ACD9D.


Opacity

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

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

Text with #5ACD9D 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 #5ACD9D;}

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

This text has shadow with #5ACD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ACD9D on black background.


Color preview on white background

This text has color #5ACD9D on white background.



Black color preview on #5ACD9D background

This text has black color on #5ACD9D background.


White color preview on #5ACD9D background

This text has white color on #5ACD9D background.