COLOR #01C010

HEX: #01C010
RGB: (1,192,16)

Color info

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

RGB color model

#01C010 color RGB value is (1,192,16).

  • red value is 1;
  • green value is 192;
  • blue value is 16.
RGB:
(1,192,16)
(0%,75%,6%)

RGB channels and saturation

R 1 of 255 = 0%
G 192 of 255 = 75%
B 16 of 255 = 6%

1
192
16

R + G + B ~ 27%. #01C010 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 192 + 16 = 209 (100%)
R 1 of 209 ~ 0.48%
G 192 of 209 ~ 91.87%
B 16 of 209 ~ 7.66%

%91.87

CMYK color model

#01C010 color CMYK value is (99,0,92,25).

  • cyan value is 99.48%
  • magenta value is 0.00%
  • yellow value is 91.67%
  • key color value is 24.71%
CMYK:
(99,0,92,25)
C99M0Y92K25 
(99%,0%,92%,25%)
(0.99/0.00/0.92/0.25)	

CMYK percentages

%99.48
%0
%91.67
%24.71

Codes

Color #01C010 in popluar color models

01C010
RGB119216
HSL125°98.96%37.84%
HSB/HSV125°99.48%75.29%
CMYK99.48%0.00%91.67%
24.71%

Color #01C010 in popluar number systems.

HEX01C010
Decimal119216
Binary11100000010000
Octal130020

Shades and tints

Shades of #01C010

#01C010
(1,192,16)
#01AF0F
(1,175,15)
#019E0E
(1,158,14)
#018D0D
(1,141,13)
#017C0C
(1,124,12)
#016B0B
(1,107,11)
#015A0A
(1,90,10)
#014909
(1,73,9)
#013808
(1,56,8)
#012707
(1,39,7)
#011606
(1,22,6)
#000000
(0,0,0)

Tints of #01C010

#01C010
(1,192,16)
#18C525
(24,197,37)
#2FCA3A
(47,202,58)
#46CF4F
(70,207,79)
#5DD464
(93,212,100)
#74D979
(116,217,121)
#8BDE8E
(139,222,142)
#A2E3A3
(162,227,163)
#B9E8B8
(185,232,184)
#D0EDCD
(208,237,205)
#E7F2E2
(231,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01C010 color. Also use rgb(1,192,16) instead hex code.

Text Font Color

.myTextColor { color: #01C010; }

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

This text font color is #01C010.


Background Color

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

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

This div background color is #01C010.


Border color

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

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

This div border color is #01C010.


Opacity

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

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

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

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

This text has shadow with #01C010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01C010 on black background.


Color preview on white background

This text has color #01C010 on white background.



Black color preview on #01C010 background

This text has black color on #01C010 background.


White color preview on #01C010 background

This text has white color on #01C010 background.