COLOR #01A485

HEX: #01A485
RGB: (1,164,133)

Color info

#01A485 contains mainly green and blue colors. Web safe color of #01A485 is #009999 (or #099).

RGB color model

#01A485 color RGB value is (1,164,133).

  • red value is 1;
  • green value is 164;
  • blue value is 133.
RGB:
(1,164,133)
(0%,64%,52%)

RGB channels and saturation

R 1 of 255 = 0%
G 164 of 255 = 64%
B 133 of 255 = 52%

1
164
133

R + G + B ~ 39%. #01A485 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 164 + 133 = 298 (100%)
R 1 of 298 ~ 0.34%
G 164 of 298 ~ 55.03%
B 133 of 298 ~ 44.63%

%55.03
%44.63

CMYK color model

#01A485 color CMYK value is (99,0,19,36).

  • cyan value is 99.39%
  • magenta value is 0.00%
  • yellow value is 18.90%
  • key color value is 35.69%
CMYK:
(99,0,19,36)
C99M0Y19K36 
(99%,0%,19%,36%)
(0.99/0.00/0.19/0.36)	

CMYK percentages

%99.39
%0
%18.9
%35.69

Codes

Color #01A485 in popluar color models

01A485
RGB1164133
HSL169°98.79%32.35%
HSB/HSV169°99.39%64.31%
CMYK99.39%0.00%18.90%
35.69%

Color #01A485 in popluar number systems.

HEX01A485
Decimal1164133
Binary11010010010000101
Octal1244205

Shades and tints

Shades of #01A485

#01A485
(1,164,133)
#019679
(1,150,121)
#01886D
(1,136,109)
#017A61
(1,122,97)
#016C55
(1,108,85)
#015E49
(1,94,73)
#01503D
(1,80,61)
#014231
(1,66,49)
#013425
(1,52,37)
#012619
(1,38,25)
#01180D
(1,24,13)
#000000
(0,0,0)

Tints of #01A485

#01A485
(1,164,133)
#18AC90
(24,172,144)
#2FB49B
(47,180,155)
#46BCA6
(70,188,166)
#5DC4B1
(93,196,177)
#74CCBC
(116,204,188)
#8BD4C7
(139,212,199)
#A2DCD2
(162,220,210)
#B9E4DD
(185,228,221)
#D0ECE8
(208,236,232)
#E7F4F3
(231,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01A485 color. Also use rgb(1,164,133) instead hex code.

Text Font Color

.myTextColor { color: #01A485; }

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

This text font color is #01A485.


Background Color

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

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

This div background color is #01A485.


Border color

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

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

This div border color is #01A485.


Opacity

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

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

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

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

This text has shadow with #01A485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01A485 on black background.


Color preview on white background

This text has color #01A485 on white background.



Black color preview on #01A485 background

This text has black color on #01A485 background.


White color preview on #01A485 background

This text has white color on #01A485 background.