COLOR #18EC7F

HEX: #18EC7F
RGB: (24,236,127)

Color info

#18EC7F contains mainly green color. Web safe color of #18EC7F is #00FF66 (or #0F6).

RGB color model

#18EC7F color RGB value is (24,236,127).

  • red value is 24;
  • green value is 236;
  • blue value is 127.
RGB:
(24,236,127)
(9%,93%,50%)

RGB channels and saturation

R 24 of 255 = 9%
G 236 of 255 = 93%
B 127 of 255 = 50%

24
236
127

R + G + B ~ 51%. #18EC7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
24 + 236 + 127 = 387 (100%)
R 24 of 387 ~ 6.2%
G 236 of 387 ~ 60.98%
B 127 of 387 ~ 32.82%

%60.98
%32.82

CMYK color model

#18EC7F color CMYK value is (90,0,46,7).

  • cyan value is 89.83%
  • magenta value is 0.00%
  • yellow value is 46.19%
  • key color value is 7.45%
CMYK:
(90,0,46,7)
C90M0Y46K7 
(90%,0%,46%,7%)
(0.90/0.00/0.46/0.07)	

CMYK percentages

%89.83
%0
%46.19
%7.45

Codes

Color #18EC7F in popluar color models

18EC7F
RGB24236127
HSL149°84.80%50.98%
HSB/HSV149°89.83%92.55%
CMYK89.83%0.00%46.19%
7.45%

Color #18EC7F in popluar number systems.

HEX18EC7F
Decimal24236127
Binary11000111011001111111
Octal30354177

Shades and tints

Shades of #18EC7F

#18EC7F
(24,236,127)
#16D774
(22,215,116)
#14C269
(20,194,105)
#12AD5E
(18,173,94)
#109853
(16,152,83)
#0E8348
(14,131,72)
#0C6E3D
(12,110,61)
#0A5932
(10,89,50)
#084427
(8,68,39)
#062F1C
(6,47,28)
#041A11
(4,26,17)
#000000
(0,0,0)

Tints of #18EC7F

#18EC7F
(24,236,127)
#2DED8A
(45,237,138)
#42EE95
(66,238,149)
#57EFA0
(87,239,160)
#6CF0AB
(108,240,171)
#81F1B6
(129,241,182)
#96F2C1
(150,242,193)
#ABF3CC
(171,243,204)
#C0F4D7
(192,244,215)
#D5F5E2
(213,245,226)
#EAF6ED
(234,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18EC7F color. Also use rgb(24,236,127) instead hex code.

Text Font Color

.myTextColor { color: #18EC7F; }

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

This text font color is #18EC7F.


Background Color

.myBgColor { background-color: #18EC7F; }

<div style="background-color:#18EC7F">Inner text</div>

This div background color is #18EC7F.


Border color

.myBorderColor { border: 1px solid #18EC7F; }

<div style="border:3px solid #18EC7F">Div</div>

This div border color is #18EC7F.


Opacity

.myOpacity80 { color: #18EC7F; opacity: 0.8; }

<p style="color:#18EC7F;opacity:0.8;">80%</p>

Text with #18EC7F 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 #18EC7F;}

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

This text has shadow with #18EC7F color.

.textShadow {text-shadow: 3px 3px 1px #18EC7F, 3px 3px 1px red;}

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

This text has shadow with #18EC7F primary color and red secondary color.


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

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

This text has shadow with #18EC7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18EC7F on black background.


Color preview on white background

This text has color #18EC7F on white background.



Black color preview on #18EC7F background

This text has black color on #18EC7F background.


White color preview on #18EC7F background

This text has white color on #18EC7F background.