COLOR #4AE7A8

HEX: #4AE7A8
RGB: (74,231,168)

Color info

#4AE7A8 contains mainly green color. Web safe color of #4AE7A8 is #33FF99 (or #3F9).

RGB color model

#4AE7A8 color RGB value is (74,231,168).

  • red value is 74;
  • green value is 231;
  • blue value is 168.
RGB:
(74,231,168)
(29%,91%,66%)

RGB channels and saturation

R 74 of 255 = 29%
G 231 of 255 = 91%
B 168 of 255 = 66%

74
231
168

R + G + B ~ 62%. #4AE7A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
74 + 231 + 168 = 473 (100%)
R 74 of 473 ~ 15.64%
G 231 of 473 ~ 48.84%
B 168 of 473 ~ 35.52%

%15.64
%48.84
%35.52

CMYK color model

#4AE7A8 color CMYK value is (68,0,27,9).

  • cyan value is 67.97%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 9.41%
CMYK:
(68,0,27,9)
C68M0Y27K9 
(68%,0%,27%,9%)
(0.68/0.00/0.27/0.09)	

CMYK percentages

%67.97
%0
%27.27
%9.41

Codes

Color #4AE7A8 in popluar color models

4AE7A8
RGB74231168
HSL156°76.59%59.80%
HSB/HSV156°67.97%90.59%
CMYK67.97%0.00%27.27%
9.41%

Color #4AE7A8 in popluar number systems.

HEX4AE7A8
Decimal74231168
Binary10010101110011110101000
Octal112347250

Shades and tints

Shades of #4AE7A8

#4AE7A8
(74,231,168)
#44D299
(68,210,153)
#3EBD8A
(62,189,138)
#38A87B
(56,168,123)
#32936C
(50,147,108)
#2C7E5D
(44,126,93)
#26694E
(38,105,78)
#20543F
(32,84,63)
#1A3F30
(26,63,48)
#142A21
(20,42,33)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #4AE7A8

#4AE7A8
(74,231,168)
#5AE9AF
(90,233,175)
#6AEBB6
(106,235,182)
#7AEDBD
(122,237,189)
#8AEFC4
(138,239,196)
#9AF1CB
(154,241,203)
#AAF3D2
(170,243,210)
#BAF5D9
(186,245,217)
#CAF7E0
(202,247,224)
#DAF9E7
(218,249,231)
#EAFBEE
(234,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AE7A8 color. Also use rgb(74,231,168) instead hex code.

Text Font Color

.myTextColor { color: #4AE7A8; }

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

This text font color is #4AE7A8.


Background Color

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

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

This div background color is #4AE7A8.


Border color

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

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

This div border color is #4AE7A8.


Opacity

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

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

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

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

This text has shadow with #4AE7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AE7A8 on black background.


Color preview on white background

This text has color #4AE7A8 on white background.



Black color preview on #4AE7A8 background

This text has black color on #4AE7A8 background.


White color preview on #4AE7A8 background

This text has white color on #4AE7A8 background.