COLOR #13DE7A

HEX: #13DE7A RGB: (19,222,122)

Color info

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

RGB color model

#13DE7A color RGB value is (19,222,122).

RGB: (19,222,122) (7%, 87%, 48%)

RGB channels and saturation

R 19 of 255 = 7%
G 222 of 255 = 87%
B 122 of 255 = 48%

19
222
122

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

Portions of RGB colors in percentages

R + G + B = 19 + 222 + 122 = 363 (100%)
R 19 of 363 ~ 5.23%
G 222 of 363 ~ 61.16%
B 122 of 363 ~ 33.61'%

%61.16
%33.61

CMYK color model

#13DE7A color CMYK value is (91,0,45,13).

  • cyan value is 91.44%
  • magenta value is 0.00%
  • yellow value is 45.05%
  • key color value is 12.94%

CMYK: (91,0,45,13)
C91M0Y45K13 (91%, 0%, 45%, 13%)
(0.91 / 0.00 / 0.45 / 0.13)

CMYK percentages

%91.44
%0
%45.05
%12.94

Codes

Color #13DE7A in popluar color models

13 DE 7A
RGB 19 222 122
HSL 150° 84.23% 47.25%
HSB/HSV 150° 91.44% 87.06%
CMYK 91.44% 0.00% 45.05%
12.94%

Color #13DE7A in popluar number systems.

HEX 13 DE 7A
Decimal 19 222 122
Binary 10011 11011110 1111010
Octal 23 336 172

Shades and tints

Shades of #13DE7A

#13DE7A
(19,222,122)
#12CA6F
(18,202,111)
#11B664
(17,182,100)
#10A259
(16,162,89)
#0F8E4E
(15,142,78)
#0E7A43
(14,122,67)
#0D6638
(13,102,56)
#0C522D
(12,82,45)
#0B3E22
(11,62,34)
#0A2A17
(10,42,23)
#09160C
(9,22,12)
#000000
(0,0,0)

Tints of #13DE7A

#13DE7A
(19,222,122)
#28E186
(40,225,134)
#3DE492
(61,228,146)
#52E79E
(82,231,158)
#67EAAA
(103,234,170)
#7CEDB6
(124,237,182)
#91F0C2
(145,240,194)
#A6F3CE
(166,243,206)
#BBF6DA
(187,246,218)
#D0F9E6
(208,249,230)
#E5FCF2
(229,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13DE7A color. Also use rgb(19,222,122) instead hex code.

Text Font Color

.myTextColor { color: #13DE7A; }

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

This text font color is #13DE7A.

Background Color

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

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

This div background color is #13DE7A.

Border color

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

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

This div border color is #13DE7A.

Opacity

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

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

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

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

This text has shadow with #13DE7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13DE7A.

Preview

Color preview on black background

This text has color #13DE7A on black background.


Color preview on white background

This text has color #13DE7A on white background.


Black color preview on #13DE7A background

This text has black color on #13DE7A background.


White color preview on #13DE7A background

This text has white color on #13DE7A background.


Related colors

Complementary color

Complementary color for #13DE7A is #EC2185.


I love getcolorcode.com

Triadic colors

1 #7A13DE and #DE7A13 with #13DE7A are triadic colors.

2 #7ADE13 and #DE137A with #13DE7A are triadic colors.