COLOR #15A52F

HEX: #15A52F
RGB: (21,165,47)

Color info

#15A52F contains mainly green color. Web safe color of #15A52F is #009933 (or #093).

RGB color model

#15A52F color RGB value is (21,165,47).

  • red value is 21;
  • green value is 165;
  • blue value is 47.
RGB:
(21,165,47)
(8%,65%,18%)

RGB channels and saturation

R 21 of 255 = 8%
G 165 of 255 = 65%
B 47 of 255 = 18%

21
165
47

R + G + B ~ 30%. #15A52F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 165 + 47 = 233 (100%)
R 21 of 233 ~ 9.01%
G 165 of 233 ~ 70.82%
B 47 of 233 ~ 20.17%

%70.82
%20.17

CMYK color model

#15A52F color CMYK value is (87,0,72,35).

  • cyan value is 87.27%
  • magenta value is 0.00%
  • yellow value is 71.52%
  • key color value is 35.29%
CMYK:
(87,0,72,35)
C87M0Y72K35 
(87%,0%,72%,35%)
(0.87/0.00/0.72/0.35)	

CMYK percentages

%87.27
%0
%71.52
%35.29

Codes

Color #15A52F in popluar color models

15A52F
RGB2116547
HSL131°77.42%36.47%
HSB/HSV131°87.27%64.71%
CMYK87.27%0.00%71.52%
35.29%

Color #15A52F in popluar number systems.

HEX15A52F
Decimal2116547
Binary1010110100101101111
Octal2524557

Shades and tints

Shades of #15A52F

#15A52F
(21,165,47)
#14962B
(20,150,43)
#138727
(19,135,39)
#127823
(18,120,35)
#11691F
(17,105,31)
#105A1B
(16,90,27)
#0F4B17
(15,75,23)
#0E3C13
(14,60,19)
#0D2D0F
(13,45,15)
#0C1E0B
(12,30,11)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #15A52F

#15A52F
(21,165,47)
#2AAD41
(42,173,65)
#3FB553
(63,181,83)
#54BD65
(84,189,101)
#69C577
(105,197,119)
#7ECD89
(126,205,137)
#93D59B
(147,213,155)
#A8DDAD
(168,221,173)
#BDE5BF
(189,229,191)
#D2EDD1
(210,237,209)
#E7F5E3
(231,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15A52F color. Also use rgb(21,165,47) instead hex code.

Text Font Color

.myTextColor { color: #15A52F; }

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

This text font color is #15A52F.


Background Color

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

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

This div background color is #15A52F.


Border color

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

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

This div border color is #15A52F.


Opacity

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

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

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

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

This text has shadow with #15A52F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15A52F on black background.


Color preview on white background

This text has color #15A52F on white background.



Black color preview on #15A52F background

This text has black color on #15A52F background.


White color preview on #15A52F background

This text has white color on #15A52F background.