COLOR #4AD694

HEX: #4AD694
RGB: (74,214,148)

Color info

#4AD694 contains mainly green color. Web safe color of #4AD694 is #33CC99 (or #3C9).

RGB color model

#4AD694 color RGB value is (74,214,148).

  • red value is 74;
  • green value is 214;
  • blue value is 148.
RGB:
(74,214,148)
(29%,84%,58%)

RGB channels and saturation

R 74 of 255 = 29%
G 214 of 255 = 84%
B 148 of 255 = 58%

74
214
148

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

Portions of RGB colors in percentages

R + G + B =
74 + 214 + 148 = 436 (100%)
R 74 of 436 ~ 16.97%
G 214 of 436 ~ 49.08%
B 148 of 436 ~ 33.94%

%16.97
%49.08
%33.94

CMYK color model

#4AD694 color CMYK value is (65,0,31,16).

  • cyan value is 65.42%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 16.08%
CMYK:
(65,0,31,16)
C65M0Y31K16 
(65%,0%,31%,16%)
(0.65/0.00/0.31/0.16)	

CMYK percentages

%65.42
%0
%30.84
%16.08

Codes

Color #4AD694 in popluar color models

4AD694
RGB74214148
HSL152°63.06%56.47%
HSB/HSV152°65.42%83.92%
CMYK65.42%0.00%30.84%
16.08%

Color #4AD694 in popluar number systems.

HEX4AD694
Decimal74214148
Binary10010101101011010010100
Octal112326224

Shades and tints

Shades of #4AD694

#4AD694
(74,214,148)
#44C387
(68,195,135)
#3EB07A
(62,176,122)
#389D6D
(56,157,109)
#328A60
(50,138,96)
#2C7753
(44,119,83)
#266446
(38,100,70)
#205139
(32,81,57)
#1A3E2C
(26,62,44)
#142B1F
(20,43,31)
#0E1812
(14,24,18)
#000000
(0,0,0)

Tints of #4AD694

#4AD694
(74,214,148)
#5AD99D
(90,217,157)
#6ADCA6
(106,220,166)
#7ADFAF
(122,223,175)
#8AE2B8
(138,226,184)
#9AE5C1
(154,229,193)
#AAE8CA
(170,232,202)
#BAEBD3
(186,235,211)
#CAEEDC
(202,238,220)
#DAF1E5
(218,241,229)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AD694 color. Also use rgb(74,214,148) instead hex code.

Text Font Color

.myTextColor { color: #4AD694; }

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

This text font color is #4AD694.


Background Color

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

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

This div background color is #4AD694.


Border color

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

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

This div border color is #4AD694.


Opacity

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

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

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

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

This text has shadow with #4AD694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AD694 on black background.


Color preview on white background

This text has color #4AD694 on white background.



Black color preview on #4AD694 background

This text has black color on #4AD694 background.


White color preview on #4AD694 background

This text has white color on #4AD694 background.