COLOR #13E668

HEX: #13E668
RGB: (19,230,104)

Color info

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

RGB color model

#13E668 color RGB value is (19,230,104).

  • red value is 19;
  • green value is 230;
  • blue value is 104.
RGB:
(19,230,104)
(7%,90%,41%)

RGB channels and saturation

R 19 of 255 = 7%
G 230 of 255 = 90%
B 104 of 255 = 41%

19
230
104

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

Portions of RGB colors in percentages

R + G + B =
19 + 230 + 104 = 353 (100%)
R 19 of 353 ~ 5.38%
G 230 of 353 ~ 65.16%
B 104 of 353 ~ 29.46%

%65.16
%29.46

CMYK color model

#13E668 color CMYK value is (92,0,55,10).

  • cyan value is 91.74%
  • magenta value is 0.00%
  • yellow value is 54.78%
  • key color value is 9.80%
CMYK:
(92,0,55,10)
C92M0Y55K10 
(92%,0%,55%,10%)
(0.92/0.00/0.55/0.10)	

CMYK percentages

%91.74
%0
%54.78
%9.8

Codes

Color #13E668 in popluar color models

13E668
RGB19230104
HSL144°84.74%48.82%
HSB/HSV144°91.74%90.20%
CMYK91.74%0.00%54.78%
9.80%

Color #13E668 in popluar number systems.

HEX13E668
Decimal19230104
Binary10011111001101101000
Octal23346150

Shades and tints

Shades of #13E668

#13E668
(19,230,104)
#12D25F
(18,210,95)
#11BE56
(17,190,86)
#10AA4D
(16,170,77)
#0F9644
(15,150,68)
#0E823B
(14,130,59)
#0D6E32
(13,110,50)
#0C5A29
(12,90,41)
#0B4620
(11,70,32)
#0A3217
(10,50,23)
#091E0E
(9,30,14)
#000000
(0,0,0)

Tints of #13E668

#13E668
(19,230,104)
#28E875
(40,232,117)
#3DEA82
(61,234,130)
#52EC8F
(82,236,143)
#67EE9C
(103,238,156)
#7CF0A9
(124,240,169)
#91F2B6
(145,242,182)
#A6F4C3
(166,244,195)
#BBF6D0
(187,246,208)
#D0F8DD
(208,248,221)
#E5FAEA
(229,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13E668 color. Also use rgb(19,230,104) instead hex code.

Text Font Color

.myTextColor { color: #13E668; }

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

This text font color is #13E668.


Background Color

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

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

This div background color is #13E668.


Border color

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

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

This div border color is #13E668.


Opacity

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

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

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

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

This text has shadow with #13E668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13E668 on black background.


Color preview on white background

This text has color #13E668 on white background.



Black color preview on #13E668 background

This text has black color on #13E668 background.


White color preview on #13E668 background

This text has white color on #13E668 background.