COLOR #15D258

HEX: #15D258
RGB: (21,210,88)

Color info

#15D258 contains mainly green color. Web safe color of #15D258 is #00CC66 (or #0C6).

RGB color model

#15D258 color RGB value is (21,210,88).

  • red value is 21;
  • green value is 210;
  • blue value is 88.
RGB:
(21,210,88)
(8%,82%,35%)

RGB channels and saturation

R 21 of 255 = 8%
G 210 of 255 = 82%
B 88 of 255 = 35%

21
210
88

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

Portions of RGB colors in percentages

R + G + B =
21 + 210 + 88 = 319 (100%)
R 21 of 319 ~ 6.58%
G 210 of 319 ~ 65.83%
B 88 of 319 ~ 27.59%

%65.83
%27.59

CMYK color model

#15D258 color CMYK value is (90,0,58,18).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 58.10%
  • key color value is 17.65%
CMYK:
(90,0,58,18)
C90M0Y58K18 
(90%,0%,58%,18%)
(0.90/0.00/0.58/0.18)	

CMYK percentages

%90
%0
%58.1
%17.65

Codes

Color #15D258 in popluar color models

15D258
RGB2121088
HSL141°81.82%45.29%
HSB/HSV141°90.00%82.35%
CMYK90.00%0.00%58.10%
17.65%

Color #15D258 in popluar number systems.

HEX15D258
Decimal2121088
Binary10101110100101011000
Octal25322130

Shades and tints

Shades of #15D258

#15D258
(21,210,88)
#14BF50
(20,191,80)
#13AC48
(19,172,72)
#129940
(18,153,64)
#118638
(17,134,56)
#107330
(16,115,48)
#0F6028
(15,96,40)
#0E4D20
(14,77,32)
#0D3A18
(13,58,24)
#0C2710
(12,39,16)
#0B1408
(11,20,8)
#000000
(0,0,0)

Tints of #15D258

#15D258
(21,210,88)
#2AD667
(42,214,103)
#3FDA76
(63,218,118)
#54DE85
(84,222,133)
#69E294
(105,226,148)
#7EE6A3
(126,230,163)
#93EAB2
(147,234,178)
#A8EEC1
(168,238,193)
#BDF2D0
(189,242,208)
#D2F6DF
(210,246,223)
#E7FAEE
(231,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15D258 color. Also use rgb(21,210,88) instead hex code.

Text Font Color

.myTextColor { color: #15D258; }

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

This text font color is #15D258.


Background Color

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

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

This div background color is #15D258.


Border color

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

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

This div border color is #15D258.


Opacity

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

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

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

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

This text has shadow with #15D258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15D258 on black background.


Color preview on white background

This text has color #15D258 on white background.



Black color preview on #15D258 background

This text has black color on #15D258 background.


White color preview on #15D258 background

This text has white color on #15D258 background.