COLOR #13EB69

HEX: #13EB69
RGB: (19,235,105)

Color info

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

RGB color model

#13EB69 color RGB value is (19,235,105).

  • red value is 19;
  • green value is 235;
  • blue value is 105.
RGB:
(19,235,105)
(7%,92%,41%)

RGB channels and saturation

R 19 of 255 = 7%
G 235 of 255 = 92%
B 105 of 255 = 41%

19
235
105

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

Portions of RGB colors in percentages

R + G + B =
19 + 235 + 105 = 359 (100%)
R 19 of 359 ~ 5.29%
G 235 of 359 ~ 65.46%
B 105 of 359 ~ 29.25%

%65.46
%29.25

CMYK color model

#13EB69 color CMYK value is (92,0,55,8).

  • cyan value is 91.91%
  • magenta value is 0.00%
  • yellow value is 55.32%
  • key color value is 7.84%
CMYK:
(92,0,55,8)
C92M0Y55K8 
(92%,0%,55%,8%)
(0.92/0.00/0.55/0.08)	

CMYK percentages

%91.91
%0
%55.32
%7.84

Codes

Color #13EB69 in popluar color models

13EB69
RGB19235105
HSL144°85.04%49.80%
HSB/HSV144°91.91%92.16%
CMYK91.91%0.00%55.32%
7.84%

Color #13EB69 in popluar number systems.

HEX13EB69
Decimal19235105
Binary10011111010111101001
Octal23353151

Shades and tints

Shades of #13EB69

#13EB69
(19,235,105)
#12D660
(18,214,96)
#11C157
(17,193,87)
#10AC4E
(16,172,78)
#0F9745
(15,151,69)
#0E823C
(14,130,60)
#0D6D33
(13,109,51)
#0C582A
(12,88,42)
#0B4321
(11,67,33)
#0A2E18
(10,46,24)
#09190F
(9,25,15)
#000000
(0,0,0)

Tints of #13EB69

#13EB69
(19,235,105)
#28EC76
(40,236,118)
#3DED83
(61,237,131)
#52EE90
(82,238,144)
#67EF9D
(103,239,157)
#7CF0AA
(124,240,170)
#91F1B7
(145,241,183)
#A6F2C4
(166,242,196)
#BBF3D1
(187,243,209)
#D0F4DE
(208,244,222)
#E5F5EB
(229,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13EB69 color. Also use rgb(19,235,105) instead hex code.

Text Font Color

.myTextColor { color: #13EB69; }

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

This text font color is #13EB69.


Background Color

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

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

This div background color is #13EB69.


Border color

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

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

This div border color is #13EB69.


Opacity

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

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

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

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

This text has shadow with #13EB69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13EB69 on black background.


Color preview on white background

This text has color #13EB69 on white background.



Black color preview on #13EB69 background

This text has black color on #13EB69 background.


White color preview on #13EB69 background

This text has white color on #13EB69 background.