COLOR #15B972

HEX: #15B972
RGB: (21,185,114)

Color info

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

RGB color model

#15B972 color RGB value is (21,185,114).

  • red value is 21;
  • green value is 185;
  • blue value is 114.
RGB:
(21,185,114)
(8%,73%,45%)

RGB channels and saturation

R 21 of 255 = 8%
G 185 of 255 = 73%
B 114 of 255 = 45%

21
185
114

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

Portions of RGB colors in percentages

R + G + B =
21 + 185 + 114 = 320 (100%)
R 21 of 320 ~ 6.56%
G 185 of 320 ~ 57.81%
B 114 of 320 ~ 35.63%

%57.81
%35.63

CMYK color model

#15B972 color CMYK value is (89,0,38,27).

  • cyan value is 88.65%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 27.45%
CMYK:
(89,0,38,27)
C89M0Y38K27 
(89%,0%,38%,27%)
(0.89/0.00/0.38/0.27)	

CMYK percentages

%88.65
%0
%38.38
%27.45

Codes

Color #15B972 in popluar color models

15B972
RGB21185114
HSL154°79.61%40.39%
HSB/HSV154°88.65%72.55%
CMYK88.65%0.00%38.38%
27.45%

Color #15B972 in popluar number systems.

HEX15B972
Decimal21185114
Binary10101101110011110010
Octal25271162

Shades and tints

Shades of #15B972

#15B972
(21,185,114)
#14A968
(20,169,104)
#13995E
(19,153,94)
#128954
(18,137,84)
#11794A
(17,121,74)
#106940
(16,105,64)
#0F5936
(15,89,54)
#0E492C
(14,73,44)
#0D3922
(13,57,34)
#0C2918
(12,41,24)
#0B190E
(11,25,14)
#000000
(0,0,0)

Tints of #15B972

#15B972
(21,185,114)
#2ABF7E
(42,191,126)
#3FC58A
(63,197,138)
#54CB96
(84,203,150)
#69D1A2
(105,209,162)
#7ED7AE
(126,215,174)
#93DDBA
(147,221,186)
#A8E3C6
(168,227,198)
#BDE9D2
(189,233,210)
#D2EFDE
(210,239,222)
#E7F5EA
(231,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15B972 color. Also use rgb(21,185,114) instead hex code.

Text Font Color

.myTextColor { color: #15B972; }

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

This text font color is #15B972.


Background Color

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

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

This div background color is #15B972.


Border color

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

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

This div border color is #15B972.


Opacity

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

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

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

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

This text has shadow with #15B972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15B972 on black background.


Color preview on white background

This text has color #15B972 on white background.



Black color preview on #15B972 background

This text has black color on #15B972 background.


White color preview on #15B972 background

This text has white color on #15B972 background.