COLOR #01F694

HEX: #01F694
RGB: (1,246,148)

Color info

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

RGB color model

#01F694 color RGB value is (1,246,148).

  • red value is 1;
  • green value is 246;
  • blue value is 148.
RGB:
(1,246,148)
(0%,96%,58%)

RGB channels and saturation

R 1 of 255 = 0%
G 246 of 255 = 96%
B 148 of 255 = 58%

1
246
148

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

Portions of RGB colors in percentages

R + G + B =
1 + 246 + 148 = 395 (100%)
R 1 of 395 ~ 0.25%
G 246 of 395 ~ 62.28%
B 148 of 395 ~ 37.47%

%62.28
%37.47

CMYK color model

#01F694 color CMYK value is (100,0,40,4).

  • cyan value is 99.59%
  • magenta value is 0.00%
  • yellow value is 39.84%
  • key color value is 3.53%
CMYK:
(100,0,40,4)
C100M0Y40K4 
(100%,0%,40%,4%)
(1.00/0.00/0.40/0.04)	

CMYK percentages

%99.59
%0
%39.84
%3.53

Codes

Color #01F694 in popluar color models

01F694
RGB1246148
HSL156°99.19%48.43%
HSB/HSV156°99.59%96.47%
CMYK99.59%0.00%39.84%
3.53%

Color #01F694 in popluar number systems.

HEX01F694
Decimal1246148
Binary11111011010010100
Octal1366224

Shades and tints

Shades of #01F694

#01F694
(1,246,148)
#01E087
(1,224,135)
#01CA7A
(1,202,122)
#01B46D
(1,180,109)
#019E60
(1,158,96)
#018853
(1,136,83)
#017246
(1,114,70)
#015C39
(1,92,57)
#01462C
(1,70,44)
#01301F
(1,48,31)
#011A12
(1,26,18)
#000000
(0,0,0)

Tints of #01F694

#01F694
(1,246,148)
#18F69D
(24,246,157)
#2FF6A6
(47,246,166)
#46F6AF
(70,246,175)
#5DF6B8
(93,246,184)
#74F6C1
(116,246,193)
#8BF6CA
(139,246,202)
#A2F6D3
(162,246,211)
#B9F6DC
(185,246,220)
#D0F6E5
(208,246,229)
#E7F6EE
(231,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01F694 color. Also use rgb(1,246,148) instead hex code.

Text Font Color

.myTextColor { color: #01F694; }

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

This text font color is #01F694.


Background Color

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

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

This div background color is #01F694.


Border color

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

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

This div border color is #01F694.


Opacity

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

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

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

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

This text has shadow with #01F694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01F694 on black background.


Color preview on white background

This text has color #01F694 on white background.



Black color preview on #01F694 background

This text has black color on #01F694 background.


White color preview on #01F694 background

This text has white color on #01F694 background.