COLOR #01EE06

HEX: #01EE06
RGB: (1,238,6)

Color info

#01EE06 contains mainly green color. Web safe color of #01EE06 is #00FF00 (or #0F0).

RGB color model

#01EE06 color RGB value is (1,238,6).

  • red value is 1;
  • green value is 238;
  • blue value is 6.
RGB:
(1,238,6)
(0%,93%,2%)

RGB channels and saturation

R 1 of 255 = 0%
G 238 of 255 = 93%
B 6 of 255 = 2%

1
238
6

R + G + B ~ 32%. #01EE06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 238 + 6 = 245 (100%)
R 1 of 245 ~ 0.41%
G 238 of 245 ~ 97.14%
B 6 of 245 ~ 2.45%

%97.14

CMYK color model

#01EE06 color CMYK value is (100,0,97,7).

  • cyan value is 99.58%
  • magenta value is 0.00%
  • yellow value is 97.48%
  • key color value is 6.67%
CMYK:
(100,0,97,7)
C100M0Y97K7 
(100%,0%,97%,7%)
(1.00/0.00/0.97/0.07)	

CMYK percentages

%99.58
%0
%97.48
%6.67

Codes

Color #01EE06 in popluar color models

01EE06
RGB12386
HSL121°99.16%46.86%
HSB/HSV121°99.58%93.33%
CMYK99.58%0.00%97.48%
6.67%

Color #01EE06 in popluar number systems.

HEX01EE06
Decimal12386
Binary111101110110
Octal13566

Shades and tints

Shades of #01EE06

#01EE06
(1,238,6)
#01D906
(1,217,6)
#01C406
(1,196,6)
#01AF06
(1,175,6)
#019A06
(1,154,6)
#018506
(1,133,6)
#017006
(1,112,6)
#015B06
(1,91,6)
#014606
(1,70,6)
#013106
(1,49,6)
#011C06
(1,28,6)
#000000
(0,0,0)

Tints of #01EE06

#01EE06
(1,238,6)
#18EF1C
(24,239,28)
#2FF032
(47,240,50)
#46F148
(70,241,72)
#5DF25E
(93,242,94)
#74F374
(116,243,116)
#8BF48A
(139,244,138)
#A2F5A0
(162,245,160)
#B9F6B6
(185,246,182)
#D0F7CC
(208,247,204)
#E7F8E2
(231,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01EE06 color. Also use rgb(1,238,6) instead hex code.

Text Font Color

.myTextColor { color: #01EE06; }

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

This text font color is #01EE06.


Background Color

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

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

This div background color is #01EE06.


Border color

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

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

This div border color is #01EE06.


Opacity

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

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

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

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

This text has shadow with #01EE06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01EE06 on black background.


Color preview on white background

This text has color #01EE06 on white background.



Black color preview on #01EE06 background

This text has black color on #01EE06 background.


White color preview on #01EE06 background

This text has white color on #01EE06 background.