COLOR #13E879

HEX: #13E879
RGB: (19,232,121)

Color info

#13E879 contains mainly green color. Web safe color of #13E879 is #00FF66 (or #0F6).

RGB color model

#13E879 color RGB value is (19,232,121).

  • red value is 19;
  • green value is 232;
  • blue value is 121.
RGB:
(19,232,121)
(7%,91%,47%)

RGB channels and saturation

R 19 of 255 = 7%
G 232 of 255 = 91%
B 121 of 255 = 47%

19
232
121

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

Portions of RGB colors in percentages

R + G + B =
19 + 232 + 121 = 372 (100%)
R 19 of 372 ~ 5.11%
G 232 of 372 ~ 62.37%
B 121 of 372 ~ 32.53%

%62.37
%32.53

CMYK color model

#13E879 color CMYK value is (92,0,48,9).

  • cyan value is 91.81%
  • magenta value is 0.00%
  • yellow value is 47.84%
  • key color value is 9.02%
CMYK:
(92,0,48,9)
C92M0Y48K9 
(92%,0%,48%,9%)
(0.92/0.00/0.48/0.09)	

CMYK percentages

%91.81
%0
%47.84
%9.02

Codes

Color #13E879 in popluar color models

13E879
RGB19232121
HSL149°84.86%49.22%
HSB/HSV149°91.81%90.98%
CMYK91.81%0.00%47.84%
9.02%

Color #13E879 in popluar number systems.

HEX13E879
Decimal19232121
Binary10011111010001111001
Octal23350171

Shades and tints

Shades of #13E879

#13E879
(19,232,121)
#12D36E
(18,211,110)
#11BE63
(17,190,99)
#10A958
(16,169,88)
#0F944D
(15,148,77)
#0E7F42
(14,127,66)
#0D6A37
(13,106,55)
#0C552C
(12,85,44)
#0B4021
(11,64,33)
#0A2B16
(10,43,22)
#09160B
(9,22,11)
#000000
(0,0,0)

Tints of #13E879

#13E879
(19,232,121)
#28EA85
(40,234,133)
#3DEC91
(61,236,145)
#52EE9D
(82,238,157)
#67F0A9
(103,240,169)
#7CF2B5
(124,242,181)
#91F4C1
(145,244,193)
#A6F6CD
(166,246,205)
#BBF8D9
(187,248,217)
#D0FAE5
(208,250,229)
#E5FCF1
(229,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13E879 color. Also use rgb(19,232,121) instead hex code.

Text Font Color

.myTextColor { color: #13E879; }

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

This text font color is #13E879.


Background Color

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

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

This div background color is #13E879.


Border color

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

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

This div border color is #13E879.


Opacity

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

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

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

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

This text has shadow with #13E879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13E879 on black background.


Color preview on white background

This text has color #13E879 on white background.



Black color preview on #13E879 background

This text has black color on #13E879 background.


White color preview on #13E879 background

This text has white color on #13E879 background.