COLOR #18C57F

HEX: #18C57F RGB: (24,197,127)

Color info

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

RGB color model

#18C57F color RGB value is (24,197,127).

RGB: (24,197,127) (9%, 77%, 50%)

RGB channels and saturation

R 24 of 255 = 9%
G 197 of 255 = 77%
B 127 of 255 = 50%

24
197
127

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

Portions of RGB colors in percentages

R + G + B = 24 + 197 + 127 = 348 (100%)
R 24 of 348 ~ 6.9%
G 197 of 348 ~ 56.61%
B 127 of 348 ~ 36.49'%

%56.61
%36.49

CMYK color model

#18C57F color CMYK value is (88,0,36,23).

  • cyan value is 87.82%
  • magenta value is 0.00%
  • yellow value is 35.53%
  • key color value is 22.75%
CMYK: (88,0,36,23) C88M0Y36K23 (88%,0%,36%,23%) (0.88/0.00/0.36/0.23) 

CMYK percentages

%87.82
%0
%35.53
%22.75

Codes

Color #18C57F in popluar color models

18 C5 7F
RGB 24 197 127
HSL 156° 78.28% 43.33%
HSB/HSV 156° 87.82% 77.25%
CMYK 87.82% 0.00% 35.53%
22.75%

Color #18C57F in popluar number systems.

HEX 18 C5 7F
Decimal 24 197 127
Binary 11000 11000101 1111111
Octal 30 305 177

Shades and tints

Shades of #18C57F

#18C57F
(24,197,127)
#16B474
(22,180,116)
#14A369
(20,163,105)
#12925E
(18,146,94)
#108153
(16,129,83)
#0E7048
(14,112,72)
#0C5F3D
(12,95,61)
#0A4E32
(10,78,50)
#083D27
(8,61,39)
#062C1C
(6,44,28)
#041B11
(4,27,17)
#000000
(0,0,0)

Tints of #18C57F

#18C57F
(24,197,127)
#2DCA8A
(45,202,138)
#42CF95
(66,207,149)
#57D4A0
(87,212,160)
#6CD9AB
(108,217,171)
#81DEB6
(129,222,182)
#96E3C1
(150,227,193)
#ABE8CC
(171,232,204)
#C0EDD7
(192,237,215)
#D5F2E2
(213,242,226)
#EAF7ED
(234,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18C57F; }

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

This text font color is #18C57F.

Background Color

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

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

This div background color is #18C57F.

Border color

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

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

This div border color is #18C57F.

Opacity

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

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

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

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

This text has shadow with #18C57F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #18C57F.

Preview

Color preview on black background

This text has color #18C57F on black background.


Color preview on white background

This text has color #18C57F on white background.


Black color preview on #18C57F background

This text has black color on #18C57F background.


White color preview on #18C57F background

This text has white color on #18C57F background.


Related colors

Complementary color

Complementary color for #hex is #E73A80.


I love getcolorcode.com

Triadic colors

1 #7F18C5 and #C57F18 with #18C57F are triadic colors.

2 #7FC518 and #C5187F with #18C57F are triadic colors.