COLOR #4ACD9F

HEX: #4ACD9F
RGB: (74,205,159)

Color info

#4ACD9F contains mainly green and blue colors. Web safe color of #4ACD9F is #33CC99 (or #3C9).

RGB color model

#4ACD9F color RGB value is (74,205,159).

  • red value is 74;
  • green value is 205;
  • blue value is 159.
RGB:
(74,205,159)
(29%,80%,62%)

RGB channels and saturation

R 74 of 255 = 29%
G 205 of 255 = 80%
B 159 of 255 = 62%

74
205
159

R + G + B ~ 57%. #4ACD9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
74 + 205 + 159 = 438 (100%)
R 74 of 438 ~ 16.89%
G 205 of 438 ~ 46.8%
B 159 of 438 ~ 36.3%

%16.89
%46.8
%36.3

CMYK color model

#4ACD9F color CMYK value is (64,0,22,20).

  • cyan value is 63.90%
  • magenta value is 0.00%
  • yellow value is 22.44%
  • key color value is 19.61%
CMYK:
(64,0,22,20)
C64M0Y22K20 
(64%,0%,22%,20%)
(0.64/0.00/0.22/0.20)	

CMYK percentages

%63.9
%0
%22.44
%19.61

Codes

Color #4ACD9F in popluar color models

4ACD9F
RGB74205159
HSL159°56.71%54.71%
HSB/HSV159°63.90%80.39%
CMYK63.90%0.00%22.44%
19.61%

Color #4ACD9F in popluar number systems.

HEX4ACD9F
Decimal74205159
Binary10010101100110110011111
Octal112315237

Shades and tints

Shades of #4ACD9F

#4ACD9F
(74,205,159)
#44BB91
(68,187,145)
#3EA983
(62,169,131)
#389775
(56,151,117)
#328567
(50,133,103)
#2C7359
(44,115,89)
#26614B
(38,97,75)
#204F3D
(32,79,61)
#1A3D2F
(26,61,47)
#142B21
(20,43,33)
#0E1913
(14,25,19)
#000000
(0,0,0)

Tints of #4ACD9F

#4ACD9F
(74,205,159)
#5AD1A7
(90,209,167)
#6AD5AF
(106,213,175)
#7AD9B7
(122,217,183)
#8ADDBF
(138,221,191)
#9AE1C7
(154,225,199)
#AAE5CF
(170,229,207)
#BAE9D7
(186,233,215)
#CAEDDF
(202,237,223)
#DAF1E7
(218,241,231)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ACD9F color. Also use rgb(74,205,159) instead hex code.

Text Font Color

.myTextColor { color: #4ACD9F; }

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

This text font color is #4ACD9F.


Background Color

.myBgColor { background-color: #4ACD9F; }

<div style="background-color:#4ACD9F">Inner text</div>

This div background color is #4ACD9F.


Border color

.myBorderColor { border: 1px solid #4ACD9F; }

<div style="border:3px solid #4ACD9F">Div</div>

This div border color is #4ACD9F.


Opacity

.myOpacity80 { color: #4ACD9F; opacity: 0.8; }

<p style="color:#4ACD9F;opacity:0.8;">80%</p>

Text with #4ACD9F 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 #4ACD9F;}

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

This text has shadow with #4ACD9F color.

.textShadow {text-shadow: 3px 3px 1px #4ACD9F, 3px 3px 1px red;}

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

This text has shadow with #4ACD9F primary color and red secondary color.


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

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

This text has shadow with #4ACD9F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ACD9F on black background.


Color preview on white background

This text has color #4ACD9F on white background.



Black color preview on #4ACD9F background

This text has black color on #4ACD9F background.


White color preview on #4ACD9F background

This text has white color on #4ACD9F background.