COLOR #01C243

HEX: #01C243 RGB: (1,194,67)

Color info

#01C243 contains mainly green color. Web safe color of #01C243 is #00CC33 (or #0C3).

RGB color model

#01C243 color RGB value is (1,194,67).

RGB: (1,194,67) (0%, 76%, 26%)

RGB channels and saturation

R 1 of 255 = 0%
G 194 of 255 = 76%
B 67 of 255 = 26%

1
194
67

R + G + B ~ 34%. #01C243 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 194 + 67 = 262 (100%)
R 1 of 262 ~ 0.38%
G 194 of 262 ~ 74.05%
B 67 of 262 ~ 25.57'%

%74.05
%25.57

CMYK color model

#01C243 color CMYK value is (99,0,65,24).

  • cyan value is 99.48%
  • magenta value is 0.00%
  • yellow value is 65.46%
  • key color value is 23.92%

CMYK: (99,0,65,24)
C99M0Y65K24 (99%, 0%, 65%, 24%)
(0.99 / 0.00 / 0.65 / 0.24)

CMYK percentages

%99.48
%0
%65.46
%23.92

Codes

Color #01C243 in popluar color models

01 C2 43
RGB 1 194 67
HSL 141° 98.97% 38.24%
HSB/HSV 141° 99.48% 76.08%
CMYK 99.48% 0.00% 65.46%
23.92%

Color #01C243 in popluar number systems.

HEX 01 C2 43
Decimal 1 194 67
Binary 1 11000010 1000011
Octal 1 302 103

Shades and tints

Shades of #01C243

#01C243
(1,194,67)
#01B13D
(1,177,61)
#01A037
(1,160,55)
#018F31
(1,143,49)
#017E2B
(1,126,43)
#016D25
(1,109,37)
#015C1F
(1,92,31)
#014B19
(1,75,25)
#013A13
(1,58,19)
#01290D
(1,41,13)
#011807
(1,24,7)
#000000
(0,0,0)

Tints of #01C243

#01C243
(1,194,67)
#18C754
(24,199,84)
#2FCC65
(47,204,101)
#46D176
(70,209,118)
#5DD687
(93,214,135)
#74DB98
(116,219,152)
#8BE0A9
(139,224,169)
#A2E5BA
(162,229,186)
#B9EACB
(185,234,203)
#D0EFDC
(208,239,220)
#E7F4ED
(231,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01C243; }

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

This text font color is #01C243.

Background Color

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

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

This div background color is #01C243.

Border color

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

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

This div border color is #01C243.

Opacity

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

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

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

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

This text has shadow with #01C243 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01C243.

Preview

Color preview on black background

This text has color #01C243 on black background.


Color preview on white background

This text has color #01C243 on white background.


Black color preview on #01C243 background

This text has black color on #01C243 background.


White color preview on #01C243 background

This text has white color on #01C243 background.


Related colors

Complementary color

Complementary color for #hex is #FE3DBC.


I love getcolorcode.com

Triadic colors

1 #4301C2 and #C24301 with #01C243 are triadic colors.

2 #43C201 and #C20143 with #01C243 are triadic colors.