COLOR #18E499

HEX: #18E499
RGB: (24,228,153)

Color info

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

RGB color model

#18E499 color RGB value is (24,228,153).

  • red value is 24;
  • green value is 228;
  • blue value is 153.
RGB:
(24,228,153)
(9%,89%,60%)

RGB channels and saturation

R 24 of 255 = 9%
G 228 of 255 = 89%
B 153 of 255 = 60%

24
228
153

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

Portions of RGB colors in percentages

R + G + B =
24 + 228 + 153 = 405 (100%)
R 24 of 405 ~ 5.93%
G 228 of 405 ~ 56.3%
B 153 of 405 ~ 37.78%

%56.3
%37.78

CMYK color model

#18E499 color CMYK value is (89,0,33,11).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 32.89%
  • key color value is 10.59%
CMYK:
(89,0,33,11)
C89M0Y33K11 
(89%,0%,33%,11%)
(0.89/0.00/0.33/0.11)	

CMYK percentages

%89.47
%0
%32.89
%10.59

Codes

Color #18E499 in popluar color models

18E499
RGB24228153
HSL158°80.95%49.41%
HSB/HSV158°89.47%89.41%
CMYK89.47%0.00%32.89%
10.59%

Color #18E499 in popluar number systems.

HEX18E499
Decimal24228153
Binary110001110010010011001
Octal30344231

Shades and tints

Shades of #18E499

#18E499
(24,228,153)
#16D08C
(22,208,140)
#14BC7F
(20,188,127)
#12A872
(18,168,114)
#109465
(16,148,101)
#0E8058
(14,128,88)
#0C6C4B
(12,108,75)
#0A583E
(10,88,62)
#084431
(8,68,49)
#063024
(6,48,36)
#041C17
(4,28,23)
#000000
(0,0,0)

Tints of #18E499

#18E499
(24,228,153)
#2DE6A2
(45,230,162)
#42E8AB
(66,232,171)
#57EAB4
(87,234,180)
#6CECBD
(108,236,189)
#81EEC6
(129,238,198)
#96F0CF
(150,240,207)
#ABF2D8
(171,242,216)
#C0F4E1
(192,244,225)
#D5F6EA
(213,246,234)
#EAF8F3
(234,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18E499 color. Also use rgb(24,228,153) instead hex code.

Text Font Color

.myTextColor { color: #18E499; }

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

This text font color is #18E499.


Background Color

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

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

This div background color is #18E499.


Border color

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

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

This div border color is #18E499.


Opacity

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

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

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

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

This text has shadow with #18E499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18E499 on black background.


Color preview on white background

This text has color #18E499 on white background.



Black color preview on #18E499 background

This text has black color on #18E499 background.


White color preview on #18E499 background

This text has white color on #18E499 background.