COLOR #15C350

HEX: #15C350
RGB: (21,195,80)

Color info

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

RGB color model

#15C350 color RGB value is (21,195,80).

  • red value is 21;
  • green value is 195;
  • blue value is 80.
RGB:
(21,195,80)
(8%,76%,31%)

RGB channels and saturation

R 21 of 255 = 8%
G 195 of 255 = 76%
B 80 of 255 = 31%

21
195
80

R + G + B ~ 38%. #15C350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 195 + 80 = 296 (100%)
R 21 of 296 ~ 7.09%
G 195 of 296 ~ 65.88%
B 80 of 296 ~ 27.03%

%65.88
%27.03

CMYK color model

#15C350 color CMYK value is (89,0,59,24).

  • cyan value is 89.23%
  • magenta value is 0.00%
  • yellow value is 58.97%
  • key color value is 23.53%
CMYK:
(89,0,59,24)
C89M0Y59K24 
(89%,0%,59%,24%)
(0.89/0.00/0.59/0.24)	

CMYK percentages

%89.23
%0
%58.97
%23.53

Codes

Color #15C350 in popluar color models

15C350
RGB2119580
HSL140°80.56%42.35%
HSB/HSV140°89.23%76.47%
CMYK89.23%0.00%58.97%
23.53%

Color #15C350 in popluar number systems.

HEX15C350
Decimal2119580
Binary10101110000111010000
Octal25303120

Shades and tints

Shades of #15C350

#15C350
(21,195,80)
#14B249
(20,178,73)
#13A142
(19,161,66)
#12903B
(18,144,59)
#117F34
(17,127,52)
#106E2D
(16,110,45)
#0F5D26
(15,93,38)
#0E4C1F
(14,76,31)
#0D3B18
(13,59,24)
#0C2A11
(12,42,17)
#0B190A
(11,25,10)
#000000
(0,0,0)

Tints of #15C350

#15C350
(21,195,80)
#2AC85F
(42,200,95)
#3FCD6E
(63,205,110)
#54D27D
(84,210,125)
#69D78C
(105,215,140)
#7EDC9B
(126,220,155)
#93E1AA
(147,225,170)
#A8E6B9
(168,230,185)
#BDEBC8
(189,235,200)
#D2F0D7
(210,240,215)
#E7F5E6
(231,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15C350 color. Also use rgb(21,195,80) instead hex code.

Text Font Color

.myTextColor { color: #15C350; }

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

This text font color is #15C350.


Background Color

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

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

This div background color is #15C350.


Border color

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

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

This div border color is #15C350.


Opacity

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

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

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

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

This text has shadow with #15C350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15C350 on black background.


Color preview on white background

This text has color #15C350 on white background.



Black color preview on #15C350 background

This text has black color on #15C350 background.


White color preview on #15C350 background

This text has white color on #15C350 background.