COLOR #15C25A

HEX: #15C25A
RGB: (21,194,90)

Color info

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

RGB color model

#15C25A color RGB value is (21,194,90).

  • red value is 21;
  • green value is 194;
  • blue value is 90.
RGB:
(21,194,90)
(8%,76%,35%)

RGB channels and saturation

R 21 of 255 = 8%
G 194 of 255 = 76%
B 90 of 255 = 35%

21
194
90

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

Portions of RGB colors in percentages

R + G + B =
21 + 194 + 90 = 305 (100%)
R 21 of 305 ~ 6.89%
G 194 of 305 ~ 63.61%
B 90 of 305 ~ 29.51%

%63.61
%29.51

CMYK color model

#15C25A color CMYK value is (89,0,54,24).

  • cyan value is 89.18%
  • magenta value is 0.00%
  • yellow value is 53.61%
  • key color value is 23.92%
CMYK:
(89,0,54,24)
C89M0Y54K24 
(89%,0%,54%,24%)
(0.89/0.00/0.54/0.24)	

CMYK percentages

%89.18
%0
%53.61
%23.92

Codes

Color #15C25A in popluar color models

15C25A
RGB2119490
HSL144°80.47%42.16%
HSB/HSV144°89.18%76.08%
CMYK89.18%0.00%53.61%
23.92%

Color #15C25A in popluar number systems.

HEX15C25A
Decimal2119490
Binary10101110000101011010
Octal25302132

Shades and tints

Shades of #15C25A

#15C25A
(21,194,90)
#14B152
(20,177,82)
#13A04A
(19,160,74)
#128F42
(18,143,66)
#117E3A
(17,126,58)
#106D32
(16,109,50)
#0F5C2A
(15,92,42)
#0E4B22
(14,75,34)
#0D3A1A
(13,58,26)
#0C2912
(12,41,18)
#0B180A
(11,24,10)
#000000
(0,0,0)

Tints of #15C25A

#15C25A
(21,194,90)
#2AC769
(42,199,105)
#3FCC78
(63,204,120)
#54D187
(84,209,135)
#69D696
(105,214,150)
#7EDBA5
(126,219,165)
#93E0B4
(147,224,180)
#A8E5C3
(168,229,195)
#BDEAD2
(189,234,210)
#D2EFE1
(210,239,225)
#E7F4F0
(231,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15C25A color. Also use rgb(21,194,90) instead hex code.

Text Font Color

.myTextColor { color: #15C25A; }

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

This text font color is #15C25A.


Background Color

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

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

This div background color is #15C25A.


Border color

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

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

This div border color is #15C25A.


Opacity

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

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

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

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

This text has shadow with #15C25A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15C25A on black background.


Color preview on white background

This text has color #15C25A on white background.



Black color preview on #15C25A background

This text has black color on #15C25A background.


White color preview on #15C25A background

This text has white color on #15C25A background.