COLOR #13C976

HEX: #13C976
RGB: (19,201,118)

Color info

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

RGB color model

#13C976 color RGB value is (19,201,118).

  • red value is 19;
  • green value is 201;
  • blue value is 118.
RGB:
(19,201,118)
(7%,79%,46%)

RGB channels and saturation

R 19 of 255 = 7%
G 201 of 255 = 79%
B 118 of 255 = 46%

19
201
118

R + G + B ~ 44%. #13C976 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 201 + 118 = 338 (100%)
R 19 of 338 ~ 5.62%
G 201 of 338 ~ 59.47%
B 118 of 338 ~ 34.91%

%59.47
%34.91

CMYK color model

#13C976 color CMYK value is (91,0,41,21).

  • cyan value is 90.55%
  • magenta value is 0.00%
  • yellow value is 41.29%
  • key color value is 21.18%
CMYK:
(91,0,41,21)
C91M0Y41K21 
(91%,0%,41%,21%)
(0.91/0.00/0.41/0.21)	

CMYK percentages

%90.55
%0
%41.29
%21.18

Codes

Color #13C976 in popluar color models

13C976
RGB19201118
HSL153°82.73%43.14%
HSB/HSV153°90.55%78.82%
CMYK90.55%0.00%41.29%
21.18%

Color #13C976 in popluar number systems.

HEX13C976
Decimal19201118
Binary10011110010011110110
Octal23311166

Shades and tints

Shades of #13C976

#13C976
(19,201,118)
#12B76C
(18,183,108)
#11A562
(17,165,98)
#109358
(16,147,88)
#0F814E
(15,129,78)
#0E6F44
(14,111,68)
#0D5D3A
(13,93,58)
#0C4B30
(12,75,48)
#0B3926
(11,57,38)
#0A271C
(10,39,28)
#091512
(9,21,18)
#000000
(0,0,0)

Tints of #13C976

#13C976
(19,201,118)
#28CD82
(40,205,130)
#3DD18E
(61,209,142)
#52D59A
(82,213,154)
#67D9A6
(103,217,166)
#7CDDB2
(124,221,178)
#91E1BE
(145,225,190)
#A6E5CA
(166,229,202)
#BBE9D6
(187,233,214)
#D0EDE2
(208,237,226)
#E5F1EE
(229,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13C976 color. Also use rgb(19,201,118) instead hex code.

Text Font Color

.myTextColor { color: #13C976; }

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

This text font color is #13C976.


Background Color

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

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

This div background color is #13C976.


Border color

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

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

This div border color is #13C976.


Opacity

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

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

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

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

This text has shadow with #13C976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13C976 on black background.


Color preview on white background

This text has color #13C976 on white background.



Black color preview on #13C976 background

This text has black color on #13C976 background.


White color preview on #13C976 background

This text has white color on #13C976 background.