COLOR #01A575

HEX: #01A575
RGB: (1,165,117)

Color info

#01A575 contains mainly green and blue colors. Web safe color of #01A575 is #009966 (or #096).

RGB color model

#01A575 color RGB value is (1,165,117).

  • red value is 1;
  • green value is 165;
  • blue value is 117.
RGB:
(1,165,117)
(0%,65%,46%)

RGB channels and saturation

R 1 of 255 = 0%
G 165 of 255 = 65%
B 117 of 255 = 46%

1
165
117

R + G + B ~ 37%. #01A575 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 165 + 117 = 283 (100%)
R 1 of 283 ~ 0.35%
G 165 of 283 ~ 58.3%
B 117 of 283 ~ 41.34%

%58.3
%41.34

CMYK color model

#01A575 color CMYK value is (99,0,29,35).

  • cyan value is 99.39%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK:
(99,0,29,35)
C99M0Y29K35 
(99%,0%,29%,35%)
(0.99/0.00/0.29/0.35)	

CMYK percentages

%99.39
%0
%29.09
%35.29

Codes

Color #01A575 in popluar color models

01A575
RGB1165117
HSL162°98.80%32.55%
HSB/HSV162°99.39%64.71%
CMYK99.39%0.00%29.09%
35.29%

Color #01A575 in popluar number systems.

HEX01A575
Decimal1165117
Binary1101001011110101
Octal1245165

Shades and tints

Shades of #01A575

#01A575
(1,165,117)
#01966B
(1,150,107)
#018761
(1,135,97)
#017857
(1,120,87)
#01694D
(1,105,77)
#015A43
(1,90,67)
#014B39
(1,75,57)
#013C2F
(1,60,47)
#012D25
(1,45,37)
#011E1B
(1,30,27)
#010F11
(1,15,17)
#000000
(0,0,0)

Tints of #01A575

#01A575
(1,165,117)
#18AD81
(24,173,129)
#2FB58D
(47,181,141)
#46BD99
(70,189,153)
#5DC5A5
(93,197,165)
#74CDB1
(116,205,177)
#8BD5BD
(139,213,189)
#A2DDC9
(162,221,201)
#B9E5D5
(185,229,213)
#D0EDE1
(208,237,225)
#E7F5ED
(231,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01A575 color. Also use rgb(1,165,117) instead hex code.

Text Font Color

.myTextColor { color: #01A575; }

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

This text font color is #01A575.


Background Color

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

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

This div background color is #01A575.


Border color

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

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

This div border color is #01A575.


Opacity

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

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

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

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

This text has shadow with #01A575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01A575 on black background.


Color preview on white background

This text has color #01A575 on white background.



Black color preview on #01A575 background

This text has black color on #01A575 background.


White color preview on #01A575 background

This text has white color on #01A575 background.