COLOR #18C684

HEX: #18C684
RGB: (24,198,132)

Color info

#18C684 contains mainly green color. Web safe color of #18C684 is #00CC99 (or #0C9).

RGB color model

#18C684 color RGB value is (24,198,132).

  • red value is 24;
  • green value is 198;
  • blue value is 132.
RGB:
(24,198,132)
(9%,78%,52%)

RGB channels and saturation

R 24 of 255 = 9%
G 198 of 255 = 78%
B 132 of 255 = 52%

24
198
132

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

Portions of RGB colors in percentages

R + G + B =
24 + 198 + 132 = 354 (100%)
R 24 of 354 ~ 6.78%
G 198 of 354 ~ 55.93%
B 132 of 354 ~ 37.29%

%55.93
%37.29

CMYK color model

#18C684 color CMYK value is (88,0,33,22).

  • cyan value is 87.88%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 22.35%
CMYK:
(88,0,33,22)
C88M0Y33K22 
(88%,0%,33%,22%)
(0.88/0.00/0.33/0.22)	

CMYK percentages

%87.88
%0
%33.33
%22.35

Codes

Color #18C684 in popluar color models

18C684
RGB24198132
HSL157°78.38%43.53%
HSB/HSV157°87.88%77.65%
CMYK87.88%0.00%33.33%
22.35%

Color #18C684 in popluar number systems.

HEX18C684
Decimal24198132
Binary110001100011010000100
Octal30306204

Shades and tints

Shades of #18C684

#18C684
(24,198,132)
#16B478
(22,180,120)
#14A26C
(20,162,108)
#129060
(18,144,96)
#107E54
(16,126,84)
#0E6C48
(14,108,72)
#0C5A3C
(12,90,60)
#0A4830
(10,72,48)
#083624
(8,54,36)
#062418
(6,36,24)
#04120C
(4,18,12)
#000000
(0,0,0)

Tints of #18C684

#18C684
(24,198,132)
#2DCB8F
(45,203,143)
#42D09A
(66,208,154)
#57D5A5
(87,213,165)
#6CDAB0
(108,218,176)
#81DFBB
(129,223,187)
#96E4C6
(150,228,198)
#ABE9D1
(171,233,209)
#C0EEDC
(192,238,220)
#D5F3E7
(213,243,231)
#EAF8F2
(234,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18C684 color. Also use rgb(24,198,132) instead hex code.

Text Font Color

.myTextColor { color: #18C684; }

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

This text font color is #18C684.


Background Color

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

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

This div background color is #18C684.


Border color

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

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

This div border color is #18C684.


Opacity

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

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

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

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

This text has shadow with #18C684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18C684 on black background.


Color preview on white background

This text has color #18C684 on white background.



Black color preview on #18C684 background

This text has black color on #18C684 background.


White color preview on #18C684 background

This text has white color on #18C684 background.