COLOR #01C2A3

HEX: #01C2A3
RGB: (1,194,163)

Color info

#01C2A3 contains mainly green and blue colors. Web safe color of #01C2A3 is #00CC99 (or #0C9).

RGB color model

#01C2A3 color RGB value is (1,194,163).

  • red value is 1;
  • green value is 194;
  • blue value is 163.
RGB:
(1,194,163)
(0%,76%,64%)

RGB channels and saturation

R 1 of 255 = 0%
G 194 of 255 = 76%
B 163 of 255 = 64%

1
194
163

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

Portions of RGB colors in percentages

R + G + B =
1 + 194 + 163 = 358 (100%)
R 1 of 358 ~ 0.28%
G 194 of 358 ~ 54.19%
B 163 of 358 ~ 45.53%

%54.19
%45.53

CMYK color model

#01C2A3 color CMYK value is (99,0,16,24).

  • cyan value is 99.48%
  • magenta value is 0.00%
  • yellow value is 15.98%
  • key color value is 23.92%
CMYK:
(99,0,16,24)
C99M0Y16K24 
(99%,0%,16%,24%)
(0.99/0.00/0.16/0.24)	

CMYK percentages

%99.48
%0
%15.98
%23.92

Codes

Color #01C2A3 in popluar color models

01C2A3
RGB1194163
HSL170°98.97%38.24%
HSB/HSV170°99.48%76.08%
CMYK99.48%0.00%15.98%
23.92%

Color #01C2A3 in popluar number systems.

HEX01C2A3
Decimal1194163
Binary11100001010100011
Octal1302243

Shades and tints

Shades of #01C2A3

#01C2A3
(1,194,163)
#01B195
(1,177,149)
#01A087
(1,160,135)
#018F79
(1,143,121)
#017E6B
(1,126,107)
#016D5D
(1,109,93)
#015C4F
(1,92,79)
#014B41
(1,75,65)
#013A33
(1,58,51)
#012925
(1,41,37)
#011817
(1,24,23)
#000000
(0,0,0)

Tints of #01C2A3

#01C2A3
(1,194,163)
#18C7AB
(24,199,171)
#2FCCB3
(47,204,179)
#46D1BB
(70,209,187)
#5DD6C3
(93,214,195)
#74DBCB
(116,219,203)
#8BE0D3
(139,224,211)
#A2E5DB
(162,229,219)
#B9EAE3
(185,234,227)
#D0EFEB
(208,239,235)
#E7F4F3
(231,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01C2A3 color. Also use rgb(1,194,163) instead hex code.

Text Font Color

.myTextColor { color: #01C2A3; }

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

This text font color is #01C2A3.


Background Color

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

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

This div background color is #01C2A3.


Border color

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

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

This div border color is #01C2A3.


Opacity

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

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

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

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

This text has shadow with #01C2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01C2A3 on black background.


Color preview on white background

This text has color #01C2A3 on white background.



Black color preview on #01C2A3 background

This text has black color on #01C2A3 background.


White color preview on #01C2A3 background

This text has white color on #01C2A3 background.