COLOR #13D292

HEX: #13D292
RGB: (19,210,146)

Color info

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

RGB color model

#13D292 color RGB value is (19,210,146).

  • red value is 19;
  • green value is 210;
  • blue value is 146.
RGB:
(19,210,146)
(7%,82%,57%)

RGB channels and saturation

R 19 of 255 = 7%
G 210 of 255 = 82%
B 146 of 255 = 57%

19
210
146

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

Portions of RGB colors in percentages

R + G + B =
19 + 210 + 146 = 375 (100%)
R 19 of 375 ~ 5.07%
G 210 of 375 ~ 56%
B 146 of 375 ~ 38.93%

%56
%38.93

CMYK color model

#13D292 color CMYK value is (91,0,30,18).

  • cyan value is 90.95%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • key color value is 17.65%
CMYK:
(91,0,30,18)
C91M0Y30K18 
(91%,0%,30%,18%)
(0.91/0.00/0.30/0.18)	

CMYK percentages

%90.95
%0
%30.48
%17.65

Codes

Color #13D292 in popluar color models

13D292
RGB19210146
HSL160°83.41%44.90%
HSB/HSV160°90.95%82.35%
CMYK90.95%0.00%30.48%
17.65%

Color #13D292 in popluar number systems.

HEX13D292
Decimal19210146
Binary100111101001010010010
Octal23322222

Shades and tints

Shades of #13D292

#13D292
(19,210,146)
#12BF85
(18,191,133)
#11AC78
(17,172,120)
#10996B
(16,153,107)
#0F865E
(15,134,94)
#0E7351
(14,115,81)
#0D6044
(13,96,68)
#0C4D37
(12,77,55)
#0B3A2A
(11,58,42)
#0A271D
(10,39,29)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #13D292

#13D292
(19,210,146)
#28D69B
(40,214,155)
#3DDAA4
(61,218,164)
#52DEAD
(82,222,173)
#67E2B6
(103,226,182)
#7CE6BF
(124,230,191)
#91EAC8
(145,234,200)
#A6EED1
(166,238,209)
#BBF2DA
(187,242,218)
#D0F6E3
(208,246,227)
#E5FAEC
(229,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13D292 color. Also use rgb(19,210,146) instead hex code.

Text Font Color

.myTextColor { color: #13D292; }

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

This text font color is #13D292.


Background Color

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

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

This div background color is #13D292.


Border color

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

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

This div border color is #13D292.


Opacity

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

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

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

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

This text has shadow with #13D292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13D292 on black background.


Color preview on white background

This text has color #13D292 on white background.



Black color preview on #13D292 background

This text has black color on #13D292 background.


White color preview on #13D292 background

This text has white color on #13D292 background.