COLOR #40E0A0

HEX: #40E0A0
RGB: (64,224,160)

Color info

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

RGB color model

#40E0A0 color RGB value is (64,224,160).

  • red value is 64;
  • green value is 224;
  • blue value is 160.
RGB:
(64,224,160)
(25%,88%,63%)

RGB channels and saturation

R 64 of 255 = 25%
G 224 of 255 = 88%
B 160 of 255 = 63%

64
224
160

R + G + B ~ 59%. #40E0A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 224 + 160 = 448 (100%)
R 64 of 448 ~ 14.29%
G 224 of 448 ~ 50%
B 160 of 448 ~ 35.71%

%14.29
%50
%35.71

CMYK color model

#40E0A0 color CMYK value is (71,0,29,12).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 12.16%
CMYK:
(71,0,29,12)
C71M0Y29K12 
(71%,0%,29%,12%)
(0.71/0.00/0.29/0.12)	

CMYK percentages

%71.43
%0
%28.57
%12.16

Codes

Color #40E0A0 in popluar color models

40E0A0
RGB64224160
HSL156°72.07%56.47%
HSB/HSV156°71.43%87.84%
CMYK71.43%0.00%28.57%
12.16%

Color #40E0A0 in popluar number systems.

HEX40E0A0
Decimal64224160
Binary10000001110000010100000
Octal100340240

Shades and tints

Shades of #40E0A0

#40E0A0
(64,224,160)
#3BCC92
(59,204,146)
#36B884
(54,184,132)
#31A476
(49,164,118)
#2C9068
(44,144,104)
#277C5A
(39,124,90)
#22684C
(34,104,76)
#1D543E
(29,84,62)
#184030
(24,64,48)
#132C22
(19,44,34)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #40E0A0

#40E0A0
(64,224,160)
#51E2A8
(81,226,168)
#62E4B0
(98,228,176)
#73E6B8
(115,230,184)
#84E8C0
(132,232,192)
#95EAC8
(149,234,200)
#A6ECD0
(166,236,208)
#B7EED8
(183,238,216)
#C8F0E0
(200,240,224)
#D9F2E8
(217,242,232)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40E0A0 color. Also use rgb(64,224,160) instead hex code.

Text Font Color

.myTextColor { color: #40E0A0; }

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

This text font color is #40E0A0.


Background Color

.myBgColor { background-color: #40E0A0; }

<div style="background-color:#40E0A0">Inner text</div>

This div background color is #40E0A0.


Border color

.myBorderColor { border: 1px solid #40E0A0; }

<div style="border:3px solid #40E0A0">Div</div>

This div border color is #40E0A0.


Opacity

.myOpacity80 { color: #40E0A0; opacity: 0.8; }

<p style="color:#40E0A0;opacity:0.8;">80%</p>

Text with #40E0A0 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 #40E0A0;}

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

This text has shadow with #40E0A0 color.

.textShadow {text-shadow: 3px 3px 1px #40E0A0, 3px 3px 1px red;}

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

This text has shadow with #40E0A0 primary color and red secondary color.


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

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

This text has shadow with #40E0A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40E0A0 on black background.


Color preview on white background

This text has color #40E0A0 on white background.



Black color preview on #40E0A0 background

This text has black color on #40E0A0 background.


White color preview on #40E0A0 background

This text has white color on #40E0A0 background.