COLOR #13C782

HEX: #13C782
RGB: (19,199,130)

Color info

#13C782 contains mainly green color. Web safe color of #13C782 is #00CC99 (or #0C9).

RGB color model

#13C782 color RGB value is (19,199,130).

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

RGB channels and saturation

R 19 of 255 = 7%
G 199 of 255 = 78%
B 130 of 255 = 51%

19
199
130

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

Portions of RGB colors in percentages

R + G + B =
19 + 199 + 130 = 348 (100%)
R 19 of 348 ~ 5.46%
G 199 of 348 ~ 57.18%
B 130 of 348 ~ 37.36%

%57.18
%37.36

CMYK color model

#13C782 color CMYK value is (90,0,35,22).

  • cyan value is 90.45%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 21.96%
CMYK:
(90,0,35,22)
C90M0Y35K22 
(90%,0%,35%,22%)
(0.90/0.00/0.35/0.22)	

CMYK percentages

%90.45
%0
%34.67
%21.96

Codes

Color #13C782 in popluar color models

13C782
RGB19199130
HSL157°82.57%42.75%
HSB/HSV157°90.45%78.04%
CMYK90.45%0.00%34.67%
21.96%

Color #13C782 in popluar number systems.

HEX13C782
Decimal19199130
Binary100111100011110000010
Octal23307202

Shades and tints

Shades of #13C782

#13C782
(19,199,130)
#12B577
(18,181,119)
#11A36C
(17,163,108)
#109161
(16,145,97)
#0F7F56
(15,127,86)
#0E6D4B
(14,109,75)
#0D5B40
(13,91,64)
#0C4935
(12,73,53)
#0B372A
(11,55,42)
#0A251F
(10,37,31)
#091314
(9,19,20)
#000000
(0,0,0)

Tints of #13C782

#13C782
(19,199,130)
#28CC8D
(40,204,141)
#3DD198
(61,209,152)
#52D6A3
(82,214,163)
#67DBAE
(103,219,174)
#7CE0B9
(124,224,185)
#91E5C4
(145,229,196)
#A6EACF
(166,234,207)
#BBEFDA
(187,239,218)
#D0F4E5
(208,244,229)
#E5F9F0
(229,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13C782; }

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

This text font color is #13C782.


Background Color

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

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

This div background color is #13C782.


Border color

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

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

This div border color is #13C782.


Opacity

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

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

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

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

This text has shadow with #13C782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13C782 on black background.


Color preview on white background

This text has color #13C782 on white background.



Black color preview on #13C782 background

This text has black color on #13C782 background.


White color preview on #13C782 background

This text has white color on #13C782 background.