COLOR #18F887

HEX: #18F887
RGB: (24,248,135)

Color info

#18F887 contains mainly green color. Web safe color of #18F887 is #00FF99 (or #0F9).

RGB color model

#18F887 color RGB value is (24,248,135).

  • red value is 24;
  • green value is 248;
  • blue value is 135.
RGB:
(24,248,135)
(9%,97%,53%)

RGB channels and saturation

R 24 of 255 = 9%
G 248 of 255 = 97%
B 135 of 255 = 53%

24
248
135

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

Portions of RGB colors in percentages

R + G + B =
24 + 248 + 135 = 407 (100%)
R 24 of 407 ~ 5.9%
G 248 of 407 ~ 60.93%
B 135 of 407 ~ 33.17%

%60.93
%33.17

CMYK color model

#18F887 color CMYK value is (90,0,46,3).

  • cyan value is 90.32%
  • magenta value is 0.00%
  • yellow value is 45.56%
  • key color value is 2.75%
CMYK:
(90,0,46,3)
C90M0Y46K3 
(90%,0%,46%,3%)
(0.90/0.00/0.46/0.03)	

CMYK percentages

%90.32
%0
%45.56
%2.75

Codes

Color #18F887 in popluar color models

18F887
RGB24248135
HSL150°94.12%53.33%
HSB/HSV150°90.32%97.25%
CMYK90.32%0.00%45.56%
2.75%

Color #18F887 in popluar number systems.

HEX18F887
Decimal24248135
Binary110001111100010000111
Octal30370207

Shades and tints

Shades of #18F887

#18F887
(24,248,135)
#16E27B
(22,226,123)
#14CC6F
(20,204,111)
#12B663
(18,182,99)
#10A057
(16,160,87)
#0E8A4B
(14,138,75)
#0C743F
(12,116,63)
#0A5E33
(10,94,51)
#084827
(8,72,39)
#06321B
(6,50,27)
#041C0F
(4,28,15)
#000000
(0,0,0)

Tints of #18F887

#18F887
(24,248,135)
#2DF891
(45,248,145)
#42F89B
(66,248,155)
#57F8A5
(87,248,165)
#6CF8AF
(108,248,175)
#81F8B9
(129,248,185)
#96F8C3
(150,248,195)
#ABF8CD
(171,248,205)
#C0F8D7
(192,248,215)
#D5F8E1
(213,248,225)
#EAF8EB
(234,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18F887 color. Also use rgb(24,248,135) instead hex code.

Text Font Color

.myTextColor { color: #18F887; }

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

This text font color is #18F887.


Background Color

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

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

This div background color is #18F887.


Border color

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

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

This div border color is #18F887.


Opacity

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

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

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

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

This text has shadow with #18F887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18F887 on black background.


Color preview on white background

This text has color #18F887 on white background.



Black color preview on #18F887 background

This text has black color on #18F887 background.


White color preview on #18F887 background

This text has white color on #18F887 background.