COLOR #01EC96

HEX: #01EC96
RGB: (1,236,150)

Color info

#01EC96 contains mainly green color. Web safe color of #01EC96 is #00FF99 (or #0F9).

RGB color model

#01EC96 color RGB value is (1,236,150).

  • red value is 1;
  • green value is 236;
  • blue value is 150.
RGB:
(1,236,150)
(0%,93%,59%)

RGB channels and saturation

R 1 of 255 = 0%
G 236 of 255 = 93%
B 150 of 255 = 59%

1
236
150

R + G + B ~ 51%. #01EC96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
1 + 236 + 150 = 387 (100%)
R 1 of 387 ~ 0.26%
G 236 of 387 ~ 60.98%
B 150 of 387 ~ 38.76%

%60.98
%38.76

CMYK color model

#01EC96 color CMYK value is (100,0,36,7).

  • cyan value is 99.58%
  • magenta value is 0.00%
  • yellow value is 36.44%
  • key color value is 7.45%
CMYK:
(100,0,36,7)
C100M0Y36K7 
(100%,0%,36%,7%)
(1.00/0.00/0.36/0.07)	

CMYK percentages

%99.58
%0
%36.44
%7.45

Codes

Color #01EC96 in popluar color models

01EC96
RGB1236150
HSL158°99.16%46.47%
HSB/HSV158°99.58%92.55%
CMYK99.58%0.00%36.44%
7.45%

Color #01EC96 in popluar number systems.

HEX01EC96
Decimal1236150
Binary11110110010010110
Octal1354226

Shades and tints

Shades of #01EC96

#01EC96
(1,236,150)
#01D789
(1,215,137)
#01C27C
(1,194,124)
#01AD6F
(1,173,111)
#019862
(1,152,98)
#018355
(1,131,85)
#016E48
(1,110,72)
#01593B
(1,89,59)
#01442E
(1,68,46)
#012F21
(1,47,33)
#011A14
(1,26,20)
#000000
(0,0,0)

Tints of #01EC96

#01EC96
(1,236,150)
#18ED9F
(24,237,159)
#2FEEA8
(47,238,168)
#46EFB1
(70,239,177)
#5DF0BA
(93,240,186)
#74F1C3
(116,241,195)
#8BF2CC
(139,242,204)
#A2F3D5
(162,243,213)
#B9F4DE
(185,244,222)
#D0F5E7
(208,245,231)
#E7F6F0
(231,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01EC96 color. Also use rgb(1,236,150) instead hex code.

Text Font Color

.myTextColor { color: #01EC96; }

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

This text font color is #01EC96.


Background Color

.myBgColor { background-color: #01EC96; }

<div style="background-color:#01EC96">Inner text</div>

This div background color is #01EC96.


Border color

.myBorderColor { border: 1px solid #01EC96; }

<div style="border:3px solid #01EC96">Div</div>

This div border color is #01EC96.


Opacity

.myOpacity80 { color: #01EC96; opacity: 0.8; }

<p style="color:#01EC96;opacity:0.8;">80%</p>

Text with #01EC96 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 #01EC96;}

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

This text has shadow with #01EC96 color.

.textShadow {text-shadow: 3px 3px 1px #01EC96, 3px 3px 1px red;}

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

This text has shadow with #01EC96 primary color and red secondary color.


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

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

This text has shadow with #01EC96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01EC96 on black background.


Color preview on white background

This text has color #01EC96 on white background.



Black color preview on #01EC96 background

This text has black color on #01EC96 background.


White color preview on #01EC96 background

This text has white color on #01EC96 background.