COLOR #01F2AF

HEX: #01F2AF
RGB: (1,242,175)

Color info

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

RGB color model

#01F2AF color RGB value is (1,242,175).

  • red value is 1;
  • green value is 242;
  • blue value is 175.
RGB:
(1,242,175)
(0%,95%,69%)

RGB channels and saturation

R 1 of 255 = 0%
G 242 of 255 = 95%
B 175 of 255 = 69%

1
242
175

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

Portions of RGB colors in percentages

R + G + B =
1 + 242 + 175 = 418 (100%)
R 1 of 418 ~ 0.24%
G 242 of 418 ~ 57.89%
B 175 of 418 ~ 41.87%

%57.89
%41.87

CMYK color model

#01F2AF color CMYK value is (100,0,28,5).

  • cyan value is 99.59%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 5.10%
CMYK:
(100,0,28,5)
C100M0Y28K5 
(100%,0%,28%,5%)
(1.00/0.00/0.28/0.05)	

CMYK percentages

%99.59
%0
%27.69
%5.1

Codes

Color #01F2AF in popluar color models

01F2AF
RGB1242175
HSL163°99.18%47.65%
HSB/HSV163°99.59%94.90%
CMYK99.59%0.00%27.69%
5.10%

Color #01F2AF in popluar number systems.

HEX01F2AF
Decimal1242175
Binary11111001010101111
Octal1362257

Shades and tints

Shades of #01F2AF

#01F2AF
(1,242,175)
#01DCA0
(1,220,160)
#01C691
(1,198,145)
#01B082
(1,176,130)
#019A73
(1,154,115)
#018464
(1,132,100)
#016E55
(1,110,85)
#015846
(1,88,70)
#014237
(1,66,55)
#012C28
(1,44,40)
#011619
(1,22,25)
#000000
(0,0,0)

Tints of #01F2AF

#01F2AF
(1,242,175)
#18F3B6
(24,243,182)
#2FF4BD
(47,244,189)
#46F5C4
(70,245,196)
#5DF6CB
(93,246,203)
#74F7D2
(116,247,210)
#8BF8D9
(139,248,217)
#A2F9E0
(162,249,224)
#B9FAE7
(185,250,231)
#D0FBEE
(208,251,238)
#E7FCF5
(231,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01F2AF color. Also use rgb(1,242,175) instead hex code.

Text Font Color

.myTextColor { color: #01F2AF; }

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

This text font color is #01F2AF.


Background Color

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

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

This div background color is #01F2AF.


Border color

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

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

This div border color is #01F2AF.


Opacity

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

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

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

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

This text has shadow with #01F2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01F2AF on black background.


Color preview on white background

This text has color #01F2AF on white background.



Black color preview on #01F2AF background

This text has black color on #01F2AF background.


White color preview on #01F2AF background

This text has white color on #01F2AF background.