COLOR #4AC29D

HEX: #4AC29D
RGB: (74,194,157)

Color info

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

RGB color model

#4AC29D color RGB value is (74,194,157).

  • red value is 74;
  • green value is 194;
  • blue value is 157.
RGB:
(74,194,157)
(29%,76%,62%)

RGB channels and saturation

R 74 of 255 = 29%
G 194 of 255 = 76%
B 157 of 255 = 62%

74
194
157

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

Portions of RGB colors in percentages

R + G + B =
74 + 194 + 157 = 425 (100%)
R 74 of 425 ~ 17.41%
G 194 of 425 ~ 45.65%
B 157 of 425 ~ 36.94%

%17.41
%45.65
%36.94

CMYK color model

#4AC29D color CMYK value is (62,0,19,24).

  • cyan value is 61.86%
  • magenta value is 0.00%
  • yellow value is 19.07%
  • key color value is 23.92%
CMYK:
(62,0,19,24)
C62M0Y19K24 
(62%,0%,19%,24%)
(0.62/0.00/0.19/0.24)	

CMYK percentages

%61.86
%0
%19.07
%23.92

Codes

Color #4AC29D in popluar color models

4AC29D
RGB74194157
HSL162°49.59%52.55%
HSB/HSV162°61.86%76.08%
CMYK61.86%0.00%19.07%
23.92%

Color #4AC29D in popluar number systems.

HEX4AC29D
Decimal74194157
Binary10010101100001010011101
Octal112302235

Shades and tints

Shades of #4AC29D

#4AC29D
(74,194,157)
#44B18F
(68,177,143)
#3EA081
(62,160,129)
#388F73
(56,143,115)
#327E65
(50,126,101)
#2C6D57
(44,109,87)
#265C49
(38,92,73)
#204B3B
(32,75,59)
#1A3A2D
(26,58,45)
#14291F
(20,41,31)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #4AC29D

#4AC29D
(74,194,157)
#5AC7A5
(90,199,165)
#6ACCAD
(106,204,173)
#7AD1B5
(122,209,181)
#8AD6BD
(138,214,189)
#9ADBC5
(154,219,197)
#AAE0CD
(170,224,205)
#BAE5D5
(186,229,213)
#CAEADD
(202,234,221)
#DAEFE5
(218,239,229)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AC29D color. Also use rgb(74,194,157) instead hex code.

Text Font Color

.myTextColor { color: #4AC29D; }

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

This text font color is #4AC29D.


Background Color

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

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

This div background color is #4AC29D.


Border color

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

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

This div border color is #4AC29D.


Opacity

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

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

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

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

This text has shadow with #4AC29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AC29D on black background.


Color preview on white background

This text has color #4AC29D on white background.



Black color preview on #4AC29D background

This text has black color on #4AC29D background.


White color preview on #4AC29D background

This text has white color on #4AC29D background.