COLOR #13C756

HEX: #13C756
RGB: (19,199,86)

Color info

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

RGB color model

#13C756 color RGB value is (19,199,86).

  • red value is 19;
  • green value is 199;
  • blue value is 86.
RGB:
(19,199,86)
(7%,78%,34%)

RGB channels and saturation

R 19 of 255 = 7%
G 199 of 255 = 78%
B 86 of 255 = 34%

19
199
86

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

Portions of RGB colors in percentages

R + G + B =
19 + 199 + 86 = 304 (100%)
R 19 of 304 ~ 6.25%
G 199 of 304 ~ 65.46%
B 86 of 304 ~ 28.29%

%65.46
%28.29

CMYK color model

#13C756 color CMYK value is (90,0,57,22).

  • cyan value is 90.45%
  • magenta value is 0.00%
  • yellow value is 56.78%
  • key color value is 21.96%
CMYK:
(90,0,57,22)
C90M0Y57K22 
(90%,0%,57%,22%)
(0.90/0.00/0.57/0.22)	

CMYK percentages

%90.45
%0
%56.78
%21.96

Codes

Color #13C756 in popluar color models

13C756
RGB1919986
HSL142°82.57%42.75%
HSB/HSV142°90.45%78.04%
CMYK90.45%0.00%56.78%
21.96%

Color #13C756 in popluar number systems.

HEX13C756
Decimal1919986
Binary10011110001111010110
Octal23307126

Shades and tints

Shades of #13C756

#13C756
(19,199,86)
#12B54F
(18,181,79)
#11A348
(17,163,72)
#109141
(16,145,65)
#0F7F3A
(15,127,58)
#0E6D33
(14,109,51)
#0D5B2C
(13,91,44)
#0C4925
(12,73,37)
#0B371E
(11,55,30)
#0A2517
(10,37,23)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #13C756

#13C756
(19,199,86)
#28CC65
(40,204,101)
#3DD174
(61,209,116)
#52D683
(82,214,131)
#67DB92
(103,219,146)
#7CE0A1
(124,224,161)
#91E5B0
(145,229,176)
#A6EABF
(166,234,191)
#BBEFCE
(187,239,206)
#D0F4DD
(208,244,221)
#E5F9EC
(229,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13C756 color. Also use rgb(19,199,86) instead hex code.

Text Font Color

.myTextColor { color: #13C756; }

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

This text font color is #13C756.


Background Color

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

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

This div background color is #13C756.


Border color

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

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

This div border color is #13C756.


Opacity

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

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

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

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

This text has shadow with #13C756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13C756 on black background.


Color preview on white background

This text has color #13C756 on white background.



Black color preview on #13C756 background

This text has black color on #13C756 background.


White color preview on #13C756 background

This text has white color on #13C756 background.