COLOR #5ACD6A

HEX: #5ACD6A
RGB: (90,205,106)

Color info

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

RGB color model

#5ACD6A color RGB value is (90,205,106).

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

RGB channels and saturation

R 90 of 255 = 35%
G 205 of 255 = 80%
B 106 of 255 = 42%

90
205
106

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

Portions of RGB colors in percentages

R + G + B =
90 + 205 + 106 = 401 (100%)
R 90 of 401 ~ 22.44%
G 205 of 401 ~ 51.12%
B 106 of 401 ~ 26.43%

%22.44
%51.12
%26.43

CMYK color model

#5ACD6A color CMYK value is (56,0,48,20).

  • cyan value is 56.10%
  • magenta value is 0.00%
  • yellow value is 48.29%
  • key color value is 19.61%
CMYK:
(56,0,48,20)
C56M0Y48K20 
(56%,0%,48%,20%)
(0.56/0.00/0.48/0.20)	

CMYK percentages

%56.1
%0
%48.29
%19.61

Codes

Color #5ACD6A in popluar color models

5ACD6A
RGB90205106
HSL128°53.49%57.84%
HSB/HSV128°56.10%80.39%
CMYK56.10%0.00%48.29%
19.61%

Color #5ACD6A in popluar number systems.

HEX5ACD6A
Decimal90205106
Binary1011010110011011101010
Octal132315152

Shades and tints

Shades of #5ACD6A

#5ACD6A
(90,205,106)
#52BB61
(82,187,97)
#4AA958
(74,169,88)
#42974F
(66,151,79)
#3A8546
(58,133,70)
#32733D
(50,115,61)
#2A6134
(42,97,52)
#224F2B
(34,79,43)
#1A3D22
(26,61,34)
#122B19
(18,43,25)
#0A1910
(10,25,16)
#000000
(0,0,0)

Tints of #5ACD6A

#5ACD6A
(90,205,106)
#69D177
(105,209,119)
#78D584
(120,213,132)
#87D991
(135,217,145)
#96DD9E
(150,221,158)
#A5E1AB
(165,225,171)
#B4E5B8
(180,229,184)
#C3E9C5
(195,233,197)
#D2EDD2
(210,237,210)
#E1F1DF
(225,241,223)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5ACD6A; }

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

This text font color is #5ACD6A.


Background Color

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

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

This div background color is #5ACD6A.


Border color

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

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

This div border color is #5ACD6A.


Opacity

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

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

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

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

This text has shadow with #5ACD6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ACD6A on black background.


Color preview on white background

This text has color #5ACD6A on white background.



Black color preview on #5ACD6A background

This text has black color on #5ACD6A background.


White color preview on #5ACD6A background

This text has white color on #5ACD6A background.