COLOR #01B94A

HEX: #01B94A
RGB: (1,185,74)

Color info

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

RGB color model

#01B94A color RGB value is (1,185,74).

  • red value is 1;
  • green value is 185;
  • blue value is 74.
RGB:
(1,185,74)
(0%,73%,29%)

RGB channels and saturation

R 1 of 255 = 0%
G 185 of 255 = 73%
B 74 of 255 = 29%

1
185
74

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

Portions of RGB colors in percentages

R + G + B =
1 + 185 + 74 = 260 (100%)
R 1 of 260 ~ 0.38%
G 185 of 260 ~ 71.15%
B 74 of 260 ~ 28.46%

%71.15
%28.46

CMYK color model

#01B94A color CMYK value is (99,0,60,27).

  • cyan value is 99.46%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 27.45%
CMYK:
(99,0,60,27)
C99M0Y60K27 
(99%,0%,60%,27%)
(0.99/0.00/0.60/0.27)	

CMYK percentages

%99.46
%0
%60
%27.45

Codes

Color #01B94A in popluar color models

01B94A
RGB118574
HSL144°98.92%36.47%
HSB/HSV144°99.46%72.55%
CMYK99.46%0.00%60.00%
27.45%

Color #01B94A in popluar number systems.

HEX01B94A
Decimal118574
Binary1101110011001010
Octal1271112

Shades and tints

Shades of #01B94A

#01B94A
(1,185,74)
#01A944
(1,169,68)
#01993E
(1,153,62)
#018938
(1,137,56)
#017932
(1,121,50)
#01692C
(1,105,44)
#015926
(1,89,38)
#014920
(1,73,32)
#01391A
(1,57,26)
#012914
(1,41,20)
#01190E
(1,25,14)
#000000
(0,0,0)

Tints of #01B94A

#01B94A
(1,185,74)
#18BF5A
(24,191,90)
#2FC56A
(47,197,106)
#46CB7A
(70,203,122)
#5DD18A
(93,209,138)
#74D79A
(116,215,154)
#8BDDAA
(139,221,170)
#A2E3BA
(162,227,186)
#B9E9CA
(185,233,202)
#D0EFDA
(208,239,218)
#E7F5EA
(231,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01B94A color. Also use rgb(1,185,74) instead hex code.

Text Font Color

.myTextColor { color: #01B94A; }

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

This text font color is #01B94A.


Background Color

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

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

This div background color is #01B94A.


Border color

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

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

This div border color is #01B94A.


Opacity

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

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

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

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

This text has shadow with #01B94A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01B94A on black background.


Color preview on white background

This text has color #01B94A on white background.



Black color preview on #01B94A background

This text has black color on #01B94A background.


White color preview on #01B94A background

This text has white color on #01B94A background.