COLOR #01E087

HEX: #01E087
RGB: (1,224,135)

Color info

#01E087 contains mainly green color. Web safe color of #01E087 is #00CC99 (or #0C9).

RGB color model

#01E087 color RGB value is (1,224,135).

  • red value is 1;
  • green value is 224;
  • blue value is 135.
RGB:
(1,224,135)
(0%,88%,53%)

RGB channels and saturation

R 1 of 255 = 0%
G 224 of 255 = 88%
B 135 of 255 = 53%

1
224
135

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

Portions of RGB colors in percentages

R + G + B =
1 + 224 + 135 = 360 (100%)
R 1 of 360 ~ 0.28%
G 224 of 360 ~ 62.22%
B 135 of 360 ~ 37.5%

%62.22
%37.5

CMYK color model

#01E087 color CMYK value is (100,0,40,12).

  • cyan value is 99.55%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 12.16%
CMYK:
(100,0,40,12)
C100M0Y40K12 
(100%,0%,40%,12%)
(1.00/0.00/0.40/0.12)	

CMYK percentages

%99.55
%0
%39.73
%12.16

Codes

Color #01E087 in popluar color models

01E087
RGB1224135
HSL156°99.11%44.12%
HSB/HSV156°99.55%87.84%
CMYK99.55%0.00%39.73%
12.16%

Color #01E087 in popluar number systems.

HEX01E087
Decimal1224135
Binary11110000010000111
Octal1340207

Shades and tints

Shades of #01E087

#01E087
(1,224,135)
#01CC7B
(1,204,123)
#01B86F
(1,184,111)
#01A463
(1,164,99)
#019057
(1,144,87)
#017C4B
(1,124,75)
#01683F
(1,104,63)
#015433
(1,84,51)
#014027
(1,64,39)
#012C1B
(1,44,27)
#01180F
(1,24,15)
#000000
(0,0,0)

Tints of #01E087

#01E087
(1,224,135)
#18E291
(24,226,145)
#2FE49B
(47,228,155)
#46E6A5
(70,230,165)
#5DE8AF
(93,232,175)
#74EAB9
(116,234,185)
#8BECC3
(139,236,195)
#A2EECD
(162,238,205)
#B9F0D7
(185,240,215)
#D0F2E1
(208,242,225)
#E7F4EB
(231,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01E087 color. Also use rgb(1,224,135) instead hex code.

Text Font Color

.myTextColor { color: #01E087; }

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

This text font color is #01E087.


Background Color

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

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

This div background color is #01E087.


Border color

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

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

This div border color is #01E087.


Opacity

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

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

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

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

This text has shadow with #01E087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01E087 on black background.


Color preview on white background

This text has color #01E087 on white background.



Black color preview on #01E087 background

This text has black color on #01E087 background.


White color preview on #01E087 background

This text has white color on #01E087 background.