COLOR #18C749

HEX: #18C749
RGB: (24,199,73)

Color info

#18C749 contains mainly green color. Web safe color of #18C749 is #00CC33 (or #0C3).

RGB color model

#18C749 color RGB value is (24,199,73).

  • red value is 24;
  • green value is 199;
  • blue value is 73.
RGB:
(24,199,73)
(9%,78%,29%)

RGB channels and saturation

R 24 of 255 = 9%
G 199 of 255 = 78%
B 73 of 255 = 29%

24
199
73

R + G + B ~ 39%. #18C749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 199 + 73 = 296 (100%)
R 24 of 296 ~ 8.11%
G 199 of 296 ~ 67.23%
B 73 of 296 ~ 24.66%

%67.23
%24.66

CMYK color model

#18C749 color CMYK value is (88,0,63,22).

  • cyan value is 87.94%
  • magenta value is 0.00%
  • yellow value is 63.32%
  • key color value is 21.96%
CMYK:
(88,0,63,22)
C88M0Y63K22 
(88%,0%,63%,22%)
(0.88/0.00/0.63/0.22)	

CMYK percentages

%87.94
%0
%63.32
%21.96

Codes

Color #18C749 in popluar color models

18C749
RGB2419973
HSL137°78.48%43.73%
HSB/HSV137°87.94%78.04%
CMYK87.94%0.00%63.32%
21.96%

Color #18C749 in popluar number systems.

HEX18C749
Decimal2419973
Binary11000110001111001001
Octal30307111

Shades and tints

Shades of #18C749

#18C749
(24,199,73)
#16B543
(22,181,67)
#14A33D
(20,163,61)
#129137
(18,145,55)
#107F31
(16,127,49)
#0E6D2B
(14,109,43)
#0C5B25
(12,91,37)
#0A491F
(10,73,31)
#083719
(8,55,25)
#062513
(6,37,19)
#04130D
(4,19,13)
#000000
(0,0,0)

Tints of #18C749

#18C749
(24,199,73)
#2DCC59
(45,204,89)
#42D169
(66,209,105)
#57D679
(87,214,121)
#6CDB89
(108,219,137)
#81E099
(129,224,153)
#96E5A9
(150,229,169)
#ABEAB9
(171,234,185)
#C0EFC9
(192,239,201)
#D5F4D9
(213,244,217)
#EAF9E9
(234,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18C749 color. Also use rgb(24,199,73) instead hex code.

Text Font Color

.myTextColor { color: #18C749; }

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

This text font color is #18C749.


Background Color

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

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

This div background color is #18C749.


Border color

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

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

This div border color is #18C749.


Opacity

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

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

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

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

This text has shadow with #18C749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18C749 on black background.


Color preview on white background

This text has color #18C749 on white background.



Black color preview on #18C749 background

This text has black color on #18C749 background.


White color preview on #18C749 background

This text has white color on #18C749 background.