COLOR #18DC5D

HEX: #18DC5D
RGB: (24,220,93)

Color info

#18DC5D contains mainly green color. Web safe color of #18DC5D is #00CC66 (or #0C6).

RGB color model

#18DC5D color RGB value is (24,220,93).

  • red value is 24;
  • green value is 220;
  • blue value is 93.
RGB:
(24,220,93)
(9%,86%,36%)

RGB channels and saturation

R 24 of 255 = 9%
G 220 of 255 = 86%
B 93 of 255 = 36%

24
220
93

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

Portions of RGB colors in percentages

R + G + B =
24 + 220 + 93 = 337 (100%)
R 24 of 337 ~ 7.12%
G 220 of 337 ~ 65.28%
B 93 of 337 ~ 27.6%

%65.28
%27.6

CMYK color model

#18DC5D color CMYK value is (89,0,58,14).

  • cyan value is 89.09%
  • magenta value is 0.00%
  • yellow value is 57.73%
  • key color value is 13.73%
CMYK:
(89,0,58,14)
C89M0Y58K14 
(89%,0%,58%,14%)
(0.89/0.00/0.58/0.14)	

CMYK percentages

%89.09
%0
%57.73
%13.73

Codes

Color #18DC5D in popluar color models

18DC5D
RGB2422093
HSL141°80.33%47.84%
HSB/HSV141°89.09%86.27%
CMYK89.09%0.00%57.73%
13.73%

Color #18DC5D in popluar number systems.

HEX18DC5D
Decimal2422093
Binary11000110111001011101
Octal30334135

Shades and tints

Shades of #18DC5D

#18DC5D
(24,220,93)
#16C855
(22,200,85)
#14B44D
(20,180,77)
#12A045
(18,160,69)
#108C3D
(16,140,61)
#0E7835
(14,120,53)
#0C642D
(12,100,45)
#0A5025
(10,80,37)
#083C1D
(8,60,29)
#062815
(6,40,21)
#04140D
(4,20,13)
#000000
(0,0,0)

Tints of #18DC5D

#18DC5D
(24,220,93)
#2DDF6B
(45,223,107)
#42E279
(66,226,121)
#57E587
(87,229,135)
#6CE895
(108,232,149)
#81EBA3
(129,235,163)
#96EEB1
(150,238,177)
#ABF1BF
(171,241,191)
#C0F4CD
(192,244,205)
#D5F7DB
(213,247,219)
#EAFAE9
(234,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18DC5D color. Also use rgb(24,220,93) instead hex code.

Text Font Color

.myTextColor { color: #18DC5D; }

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

This text font color is #18DC5D.


Background Color

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

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

This div background color is #18DC5D.


Border color

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

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

This div border color is #18DC5D.


Opacity

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

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

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

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

This text has shadow with #18DC5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18DC5D on black background.


Color preview on white background

This text has color #18DC5D on white background.



Black color preview on #18DC5D background

This text has black color on #18DC5D background.


White color preview on #18DC5D background

This text has white color on #18DC5D background.