COLOR #15EF95

HEX: #15EF95
RGB: (21,239,149)

Color info

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

RGB color model

#15EF95 color RGB value is (21,239,149).

  • red value is 21;
  • green value is 239;
  • blue value is 149.
RGB:
(21,239,149)
(8%,94%,58%)

RGB channels and saturation

R 21 of 255 = 8%
G 239 of 255 = 94%
B 149 of 255 = 58%

21
239
149

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

Portions of RGB colors in percentages

R + G + B =
21 + 239 + 149 = 409 (100%)
R 21 of 409 ~ 5.13%
G 239 of 409 ~ 58.44%
B 149 of 409 ~ 36.43%

%58.44
%36.43

CMYK color model

#15EF95 color CMYK value is (91,0,38,6).

  • cyan value is 91.21%
  • magenta value is 0.00%
  • yellow value is 37.66%
  • key color value is 6.27%
CMYK:
(91,0,38,6)
C91M0Y38K6 
(91%,0%,38%,6%)
(0.91/0.00/0.38/0.06)	

CMYK percentages

%91.21
%0
%37.66
%6.27

Codes

Color #15EF95 in popluar color models

15EF95
RGB21239149
HSL155°87.20%50.98%
HSB/HSV155°91.21%93.73%
CMYK91.21%0.00%37.66%
6.27%

Color #15EF95 in popluar number systems.

HEX15EF95
Decimal21239149
Binary101011110111110010101
Octal25357225

Shades and tints

Shades of #15EF95

#15EF95
(21,239,149)
#14DA88
(20,218,136)
#13C57B
(19,197,123)
#12B06E
(18,176,110)
#119B61
(17,155,97)
#108654
(16,134,84)
#0F7147
(15,113,71)
#0E5C3A
(14,92,58)
#0D472D
(13,71,45)
#0C3220
(12,50,32)
#0B1D13
(11,29,19)
#000000
(0,0,0)

Tints of #15EF95

#15EF95
(21,239,149)
#2AF09E
(42,240,158)
#3FF1A7
(63,241,167)
#54F2B0
(84,242,176)
#69F3B9
(105,243,185)
#7EF4C2
(126,244,194)
#93F5CB
(147,245,203)
#A8F6D4
(168,246,212)
#BDF7DD
(189,247,221)
#D2F8E6
(210,248,230)
#E7F9EF
(231,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15EF95 color. Also use rgb(21,239,149) instead hex code.

Text Font Color

.myTextColor { color: #15EF95; }

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

This text font color is #15EF95.


Background Color

.myBgColor { background-color: #15EF95; }

<div style="background-color:#15EF95">Inner text</div>

This div background color is #15EF95.


Border color

.myBorderColor { border: 1px solid #15EF95; }

<div style="border:3px solid #15EF95">Div</div>

This div border color is #15EF95.


Opacity

.myOpacity80 { color: #15EF95; opacity: 0.8; }

<p style="color:#15EF95;opacity:0.8;">80%</p>

Text with #15EF95 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 #15EF95;}

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

This text has shadow with #15EF95 color.

.textShadow {text-shadow: 3px 3px 1px #15EF95, 3px 3px 1px red;}

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

This text has shadow with #15EF95 primary color and red secondary color.


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

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

This text has shadow with #15EF95 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15EF95 on black background.


Color preview on white background

This text has color #15EF95 on white background.



Black color preview on #15EF95 background

This text has black color on #15EF95 background.


White color preview on #15EF95 background

This text has white color on #15EF95 background.