COLOR #01A25E

HEX: #01A25E
RGB: (1,162,94)

Color info

#01A25E contains mainly green color. Web safe color of #01A25E is #009966 (or #096).

RGB color model

#01A25E color RGB value is (1,162,94).

  • red value is 1;
  • green value is 162;
  • blue value is 94.
RGB:
(1,162,94)
(0%,64%,37%)

RGB channels and saturation

R 1 of 255 = 0%
G 162 of 255 = 64%
B 94 of 255 = 37%

1
162
94

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

Portions of RGB colors in percentages

R + G + B =
1 + 162 + 94 = 257 (100%)
R 1 of 257 ~ 0.39%
G 162 of 257 ~ 63.04%
B 94 of 257 ~ 36.58%

%63.04
%36.58

CMYK color model

#01A25E color CMYK value is (99,0,42,36).

  • cyan value is 99.38%
  • magenta value is 0.00%
  • yellow value is 41.98%
  • key color value is 36.47%
CMYK:
(99,0,42,36)
C99M0Y42K36 
(99%,0%,42%,36%)
(0.99/0.00/0.42/0.36)	

CMYK percentages

%99.38
%0
%41.98
%36.47

Codes

Color #01A25E in popluar color models

01A25E
RGB116294
HSL155°98.77%31.96%
HSB/HSV155°99.38%63.53%
CMYK99.38%0.00%41.98%
36.47%

Color #01A25E in popluar number systems.

HEX01A25E
Decimal116294
Binary1101000101011110
Octal1242136

Shades and tints

Shades of #01A25E

#01A25E
(1,162,94)
#019456
(1,148,86)
#01864E
(1,134,78)
#017846
(1,120,70)
#016A3E
(1,106,62)
#015C36
(1,92,54)
#014E2E
(1,78,46)
#014026
(1,64,38)
#01321E
(1,50,30)
#012416
(1,36,22)
#01160E
(1,22,14)
#000000
(0,0,0)

Tints of #01A25E

#01A25E
(1,162,94)
#18AA6C
(24,170,108)
#2FB27A
(47,178,122)
#46BA88
(70,186,136)
#5DC296
(93,194,150)
#74CAA4
(116,202,164)
#8BD2B2
(139,210,178)
#A2DAC0
(162,218,192)
#B9E2CE
(185,226,206)
#D0EADC
(208,234,220)
#E7F2EA
(231,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01A25E color. Also use rgb(1,162,94) instead hex code.

Text Font Color

.myTextColor { color: #01A25E; }

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

This text font color is #01A25E.


Background Color

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

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

This div background color is #01A25E.


Border color

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

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

This div border color is #01A25E.


Opacity

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

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

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

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

This text has shadow with #01A25E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01A25E on black background.


Color preview on white background

This text has color #01A25E on white background.



Black color preview on #01A25E background

This text has black color on #01A25E background.


White color preview on #01A25E background

This text has white color on #01A25E background.