COLOR #01C717

HEX: #01C717
RGB: (1,199,23)

Color info

#01C717 contains mainly green color. Web safe color of #01C717 is #00CC00 (or #0C0).

RGB color model

#01C717 color RGB value is (1,199,23).

  • red value is 1;
  • green value is 199;
  • blue value is 23.
RGB:
(1,199,23)
(0%,78%,9%)

RGB channels and saturation

R 1 of 255 = 0%
G 199 of 255 = 78%
B 23 of 255 = 9%

1
199
23

R + G + B ~ 29%. #01C717 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 199 + 23 = 223 (100%)
R 1 of 223 ~ 0.45%
G 199 of 223 ~ 89.24%
B 23 of 223 ~ 10.31%

%89.24
%10.31

CMYK color model

#01C717 color CMYK value is (99,0,88,22).

  • cyan value is 99.50%
  • magenta value is 0.00%
  • yellow value is 88.44%
  • key color value is 21.96%
CMYK:
(99,0,88,22)
C99M0Y88K22 
(99%,0%,88%,22%)
(0.99/0.00/0.88/0.22)	

CMYK percentages

%99.5
%0
%88.44
%21.96

Codes

Color #01C717 in popluar color models

01C717
RGB119923
HSL127°99.00%39.22%
HSB/HSV127°99.50%78.04%
CMYK99.50%0.00%88.44%
21.96%

Color #01C717 in popluar number systems.

HEX01C717
Decimal119923
Binary11100011110111
Octal130727

Shades and tints

Shades of #01C717

#01C717
(1,199,23)
#01B515
(1,181,21)
#01A313
(1,163,19)
#019111
(1,145,17)
#017F0F
(1,127,15)
#016D0D
(1,109,13)
#015B0B
(1,91,11)
#014909
(1,73,9)
#013707
(1,55,7)
#012505
(1,37,5)
#011303
(1,19,3)
#000000
(0,0,0)

Tints of #01C717

#01C717
(1,199,23)
#18CC2C
(24,204,44)
#2FD141
(47,209,65)
#46D656
(70,214,86)
#5DDB6B
(93,219,107)
#74E080
(116,224,128)
#8BE595
(139,229,149)
#A2EAAA
(162,234,170)
#B9EFBF
(185,239,191)
#D0F4D4
(208,244,212)
#E7F9E9
(231,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01C717 color. Also use rgb(1,199,23) instead hex code.

Text Font Color

.myTextColor { color: #01C717; }

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

This text font color is #01C717.


Background Color

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

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

This div background color is #01C717.


Border color

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

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

This div border color is #01C717.


Opacity

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

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

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

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

This text has shadow with #01C717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01C717 on black background.


Color preview on white background

This text has color #01C717 on white background.



Black color preview on #01C717 background

This text has black color on #01C717 background.


White color preview on #01C717 background

This text has white color on #01C717 background.