COLOR #01A307

HEX: #01A307
RGB: (1,163,7)

Color info

#01A307 contains mainly green color. Web safe color of #01A307 is #009900 (or #090).

RGB color model

#01A307 color RGB value is (1,163,7).

  • red value is 1;
  • green value is 163;
  • blue value is 7.
RGB:
(1,163,7)
(0%,64%,3%)

RGB channels and saturation

R 1 of 255 = 0%
G 163 of 255 = 64%
B 7 of 255 = 3%

1
163
7

R + G + B ~ 22%. #01A307 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 163 + 7 = 171 (100%)
R 1 of 171 ~ 0.58%
G 163 of 171 ~ 95.32%
B 7 of 171 ~ 4.09%

%95.32

CMYK color model

#01A307 color CMYK value is (99,0,96,36).

  • cyan value is 99.39%
  • magenta value is 0.00%
  • yellow value is 95.71%
  • key color value is 36.08%
CMYK:
(99,0,96,36)
C99M0Y96K36 
(99%,0%,96%,36%)
(0.99/0.00/0.96/0.36)	

CMYK percentages

%99.39
%0
%95.71
%36.08

Codes

Color #01A307 in popluar color models

01A307
RGB11637
HSL122°98.78%32.16%
HSB/HSV122°99.39%63.92%
CMYK99.39%0.00%95.71%
36.08%

Color #01A307 in popluar number systems.

HEX01A307
Decimal11637
Binary110100011111
Octal12437

Shades and tints

Shades of #01A307

#01A307
(1,163,7)
#019507
(1,149,7)
#018707
(1,135,7)
#017907
(1,121,7)
#016B07
(1,107,7)
#015D07
(1,93,7)
#014F07
(1,79,7)
#014107
(1,65,7)
#013307
(1,51,7)
#012507
(1,37,7)
#011707
(1,23,7)
#000000
(0,0,0)

Tints of #01A307

#01A307
(1,163,7)
#18AB1D
(24,171,29)
#2FB333
(47,179,51)
#46BB49
(70,187,73)
#5DC35F
(93,195,95)
#74CB75
(116,203,117)
#8BD38B
(139,211,139)
#A2DBA1
(162,219,161)
#B9E3B7
(185,227,183)
#D0EBCD
(208,235,205)
#E7F3E3
(231,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01A307 color. Also use rgb(1,163,7) instead hex code.

Text Font Color

.myTextColor { color: #01A307; }

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

This text font color is #01A307.


Background Color

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

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

This div background color is #01A307.


Border color

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

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

This div border color is #01A307.


Opacity

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

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

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

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

This text has shadow with #01A307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01A307 on black background.


Color preview on white background

This text has color #01A307 on white background.



Black color preview on #01A307 background

This text has black color on #01A307 background.


White color preview on #01A307 background

This text has white color on #01A307 background.