COLOR #01B71A

HEX: #01B71A
RGB: (1,183,26)

Color info

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

RGB color model

#01B71A color RGB value is (1,183,26).

  • red value is 1;
  • green value is 183;
  • blue value is 26.
RGB:
(1,183,26)
(0%,72%,10%)

RGB channels and saturation

R 1 of 255 = 0%
G 183 of 255 = 72%
B 26 of 255 = 10%

1
183
26

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

Portions of RGB colors in percentages

R + G + B =
1 + 183 + 26 = 210 (100%)
R 1 of 210 ~ 0.48%
G 183 of 210 ~ 87.14%
B 26 of 210 ~ 12.38%

%87.14
%12.38

CMYK color model

#01B71A color CMYK value is (99,0,86,28).

  • cyan value is 99.45%
  • magenta value is 0.00%
  • yellow value is 85.79%
  • key color value is 28.24%
CMYK:
(99,0,86,28)
C99M0Y86K28 
(99%,0%,86%,28%)
(0.99/0.00/0.86/0.28)	

CMYK percentages

%99.45
%0
%85.79
%28.24

Codes

Color #01B71A in popluar color models

01B71A
RGB118326
HSL128°98.91%36.08%
HSB/HSV128°99.45%71.76%
CMYK99.45%0.00%85.79%
28.24%

Color #01B71A in popluar number systems.

HEX01B71A
Decimal118326
Binary11011011111010
Octal126732

Shades and tints

Shades of #01B71A

#01B71A
(1,183,26)
#01A718
(1,167,24)
#019716
(1,151,22)
#018714
(1,135,20)
#017712
(1,119,18)
#016710
(1,103,16)
#01570E
(1,87,14)
#01470C
(1,71,12)
#01370A
(1,55,10)
#012708
(1,39,8)
#011706
(1,23,6)
#000000
(0,0,0)

Tints of #01B71A

#01B71A
(1,183,26)
#18BD2E
(24,189,46)
#2FC342
(47,195,66)
#46C956
(70,201,86)
#5DCF6A
(93,207,106)
#74D57E
(116,213,126)
#8BDB92
(139,219,146)
#A2E1A6
(162,225,166)
#B9E7BA
(185,231,186)
#D0EDCE
(208,237,206)
#E7F3E2
(231,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01B71A; }

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

This text font color is #01B71A.


Background Color

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

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

This div background color is #01B71A.


Border color

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

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

This div border color is #01B71A.


Opacity

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

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

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

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

This text has shadow with #01B71A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01B71A on black background.


Color preview on white background

This text has color #01B71A on white background.



Black color preview on #01B71A background

This text has black color on #01B71A background.


White color preview on #01B71A background

This text has white color on #01B71A background.