COLOR #13AD40

HEX: #13AD40
RGB: (19,173,64)

Color info

#13AD40 contains mainly green color. Web safe color of #13AD40 is #009933 (or #093).

RGB color model

#13AD40 color RGB value is (19,173,64).

  • red value is 19;
  • green value is 173;
  • blue value is 64.
RGB:
(19,173,64)
(7%,68%,25%)

RGB channels and saturation

R 19 of 255 = 7%
G 173 of 255 = 68%
B 64 of 255 = 25%

19
173
64

R + G + B ~ 33%. #13AD40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 173 + 64 = 256 (100%)
R 19 of 256 ~ 7.42%
G 173 of 256 ~ 67.58%
B 64 of 256 ~ 25%

%67.58
%25

CMYK color model

#13AD40 color CMYK value is (89,0,63,32).

  • cyan value is 89.02%
  • magenta value is 0.00%
  • yellow value is 63.01%
  • key color value is 32.16%
CMYK:
(89,0,63,32)
C89M0Y63K32 
(89%,0%,63%,32%)
(0.89/0.00/0.63/0.32)	

CMYK percentages

%89.02
%0
%63.01
%32.16

Codes

Color #13AD40 in popluar color models

13AD40
RGB1917364
HSL138°80.21%37.65%
HSB/HSV138°89.02%67.84%
CMYK89.02%0.00%63.01%
32.16%

Color #13AD40 in popluar number systems.

HEX13AD40
Decimal1917364
Binary10011101011011000000
Octal23255100

Shades and tints

Shades of #13AD40

#13AD40
(19,173,64)
#129E3B
(18,158,59)
#118F36
(17,143,54)
#108031
(16,128,49)
#0F712C
(15,113,44)
#0E6227
(14,98,39)
#0D5322
(13,83,34)
#0C441D
(12,68,29)
#0B3518
(11,53,24)
#0A2613
(10,38,19)
#09170E
(9,23,14)
#000000
(0,0,0)

Tints of #13AD40

#13AD40
(19,173,64)
#28B451
(40,180,81)
#3DBB62
(61,187,98)
#52C273
(82,194,115)
#67C984
(103,201,132)
#7CD095
(124,208,149)
#91D7A6
(145,215,166)
#A6DEB7
(166,222,183)
#BBE5C8
(187,229,200)
#D0ECD9
(208,236,217)
#E5F3EA
(229,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13AD40 color. Also use rgb(19,173,64) instead hex code.

Text Font Color

.myTextColor { color: #13AD40; }

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

This text font color is #13AD40.


Background Color

.myBgColor { background-color: #13AD40; }

<div style="background-color:#13AD40">Inner text</div>

This div background color is #13AD40.


Border color

.myBorderColor { border: 1px solid #13AD40; }

<div style="border:3px solid #13AD40">Div</div>

This div border color is #13AD40.


Opacity

.myOpacity80 { color: #13AD40; opacity: 0.8; }

<p style="color:#13AD40;opacity:0.8;">80%</p>

Text with #13AD40 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 #13AD40;}

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

This text has shadow with #13AD40 color.

.textShadow {text-shadow: 3px 3px 1px #13AD40, 3px 3px 1px red;}

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

This text has shadow with #13AD40 primary color and red secondary color.


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

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

This text has shadow with #13AD40 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13AD40 on black background.


Color preview on white background

This text has color #13AD40 on white background.



Black color preview on #13AD40 background

This text has black color on #13AD40 background.


White color preview on #13AD40 background

This text has white color on #13AD40 background.