COLOR #15BC6D

HEX: #15BC6D
RGB: (21,188,109)

Color info

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

RGB color model

#15BC6D color RGB value is (21,188,109).

  • red value is 21;
  • green value is 188;
  • blue value is 109.
RGB:
(21,188,109)
(8%,74%,43%)

RGB channels and saturation

R 21 of 255 = 8%
G 188 of 255 = 74%
B 109 of 255 = 43%

21
188
109

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

Portions of RGB colors in percentages

R + G + B =
21 + 188 + 109 = 318 (100%)
R 21 of 318 ~ 6.6%
G 188 of 318 ~ 59.12%
B 109 of 318 ~ 34.28%

%59.12
%34.28

CMYK color model

#15BC6D color CMYK value is (89,0,42,26).

  • cyan value is 88.83%
  • magenta value is 0.00%
  • yellow value is 42.02%
  • key color value is 26.27%
CMYK:
(89,0,42,26)
C89M0Y42K26 
(89%,0%,42%,26%)
(0.89/0.00/0.42/0.26)	

CMYK percentages

%88.83
%0
%42.02
%26.27

Codes

Color #15BC6D in popluar color models

15BC6D
RGB21188109
HSL152°79.90%40.98%
HSB/HSV152°88.83%73.73%
CMYK88.83%0.00%42.02%
26.27%

Color #15BC6D in popluar number systems.

HEX15BC6D
Decimal21188109
Binary10101101111001101101
Octal25274155

Shades and tints

Shades of #15BC6D

#15BC6D
(21,188,109)
#14AB64
(20,171,100)
#139A5B
(19,154,91)
#128952
(18,137,82)
#117849
(17,120,73)
#106740
(16,103,64)
#0F5637
(15,86,55)
#0E452E
(14,69,46)
#0D3425
(13,52,37)
#0C231C
(12,35,28)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #15BC6D

#15BC6D
(21,188,109)
#2AC27A
(42,194,122)
#3FC887
(63,200,135)
#54CE94
(84,206,148)
#69D4A1
(105,212,161)
#7EDAAE
(126,218,174)
#93E0BB
(147,224,187)
#A8E6C8
(168,230,200)
#BDECD5
(189,236,213)
#D2F2E2
(210,242,226)
#E7F8EF
(231,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15BC6D color. Also use rgb(21,188,109) instead hex code.

Text Font Color

.myTextColor { color: #15BC6D; }

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

This text font color is #15BC6D.


Background Color

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

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

This div background color is #15BC6D.


Border color

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

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

This div border color is #15BC6D.


Opacity

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

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

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

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

This text has shadow with #15BC6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15BC6D on black background.


Color preview on white background

This text has color #15BC6D on white background.



Black color preview on #15BC6D background

This text has black color on #15BC6D background.


White color preview on #15BC6D background

This text has white color on #15BC6D background.