COLOR #01C61A

HEX: #01C61A RGB: (1,198,26)

Color info

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

RGB color model

#01C61A color RGB value is (1,198,26).

RGB: (1,198,26) (0%, 78%, 10%)

RGB channels and saturation

R 1 of 255 = 0%
G 198 of 255 = 78%
B 26 of 255 = 10%

1
198
26

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

Portions of RGB colors in percentages

R + G + B = 1 + 198 + 26 = 225 (100%)
R 1 of 225 ~ 0.44%
G 198 of 225 ~ 88%
B 26 of 225 ~ 11.56'%

%88
%11.56

CMYK color model

#01C61A color CMYK value is (99,0,87,22).

  • cyan value is 99.49%
  • magenta value is 0.00%
  • yellow value is 86.87%
  • key color value is 22.35%
CMYK: (99,0,87,22) C99M0Y87K22 (99%,0%,87%,22%) (0.99/0.00/0.87/0.22) 

CMYK percentages

%99.49
%0
%86.87
%22.35

Codes

Color #01C61A in popluar color models

01 C6 1A
RGB 1 198 26
HSL 128° 98.99% 39.02%
HSB/HSV 128° 99.49% 77.65%
CMYK 99.49% 0.00% 86.87%
22.35%

Color #01C61A in popluar number systems.

HEX 01 C6 1A
Decimal 1 198 26
Binary 1 11000110 11010
Octal 1 306 32

Shades and tints

Shades of #01C61A

#01C61A
(1,198,26)
#01B418
(1,180,24)
#01A216
(1,162,22)
#019014
(1,144,20)
#017E12
(1,126,18)
#016C10
(1,108,16)
#015A0E
(1,90,14)
#01480C
(1,72,12)
#01360A
(1,54,10)
#012408
(1,36,8)
#011206
(1,18,6)
#000000
(0,0,0)

Tints of #01C61A

#01C61A
(1,198,26)
#18CB2E
(24,203,46)
#2FD042
(47,208,66)
#46D556
(70,213,86)
#5DDA6A
(93,218,106)
#74DF7E
(116,223,126)
#8BE492
(139,228,146)
#A2E9A6
(162,233,166)
#B9EEBA
(185,238,186)
#D0F3CE
(208,243,206)
#E7F8E2
(231,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01C61A color. Also use rgb(1,198,26) instead hex code.

Text Font Color

.myTextColor { color: #01C61A; }

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

This text font color is #01C61A.

Background Color

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

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

This div background color is #01C61A.

Border color

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

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

This div border color is #01C61A.

Opacity

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

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

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

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

This text has shadow with #01C61A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01C61A.

Preview

Color preview on black background

This text has color #01C61A on black background.


Color preview on white background

This text has color #01C61A on white background.


Black color preview on #01C61A background

This text has black color on #01C61A background.


White color preview on #01C61A background

This text has white color on #01C61A background.


Related colors

Complementary color

Complementary color for #hex is #FE39E5.


I love getcolorcode.com

Triadic colors

1 #1A01C6 and #C61A01 with #01C61A are triadic colors.

2 #1AC601 and #C6011A with #01C61A are triadic colors.