COLOR #00A550

HEX: #00A550
RGB: (0,165,80)

Color info

#00A550 contains mainly green color. Web safe color of #00A550 is #009966 (or #096).

RGB color model

#00A550 color RGB value is (0,165,80).

  • red value is 0;
  • green value is 165;
  • blue value is 80.
RGB:
(0,165,80)
(0%,65%,31%)

RGB channels and saturation

R 0 of 255 = 0%
G 165 of 255 = 65%
B 80 of 255 = 31%

0
165
80

R + G + B ~ 32%. #00A550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 165 + 80 = 245 (100%)
R 0 of 245 ~ 0%
G 165 of 245 ~ 67.35%
B 80 of 245 ~ 32.65%

%67.35
%32.65

CMYK color model

#00A550 color CMYK value is (100,0,52,35).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 35.29%
CMYK:
(100,0,52,35)
C100M0Y52K35 
(100%,0%,52%,35%)
(1.00/0.00/0.52/0.35)	

CMYK percentages

%100
%0
%51.52
%35.29

Codes

Color #00A550 in popluar color models

00A550
RGB016580
HSL149°100.00%32.35%
HSB/HSV149°100.00%64.71%
CMYK100.00%0.00%51.52%
35.29%

Color #00A550 in popluar number systems.

HEX00A550
Decimal016580
Binary0101001011010000
Octal0245120

Shades and tints

Shades of #00A550

#00A550
(0,165,80)
#009649
(0,150,73)
#008742
(0,135,66)
#00783B
(0,120,59)
#006934
(0,105,52)
#005A2D
(0,90,45)
#004B26
(0,75,38)
#003C1F
(0,60,31)
#002D18
(0,45,24)
#001E11
(0,30,17)
#000F0A
(0,15,10)
#000000
(0,0,0)

Tints of #00A550

#00A550
(0,165,80)
#17AD5F
(23,173,95)
#2EB56E
(46,181,110)
#45BD7D
(69,189,125)
#5CC58C
(92,197,140)
#73CD9B
(115,205,155)
#8AD5AA
(138,213,170)
#A1DDB9
(161,221,185)
#B8E5C8
(184,229,200)
#CFEDD7
(207,237,215)
#E6F5E6
(230,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A550 color. Also use rgb(0,165,80) instead hex code.

Text Font Color

.myTextColor { color: #00A550; }

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

This text font color is #00A550.


Background Color

.myBgColor { background-color: #00A550; }

<div style="background-color:#00A550">Inner text</div>

This div background color is #00A550.


Border color

.myBorderColor { border: 1px solid #00A550; }

<div style="border:3px solid #00A550">Div</div>

This div border color is #00A550.


Opacity

.myOpacity80 { color: #00A550; opacity: 0.8; }

<p style="color:#00A550;opacity:0.8;">80%</p>

Text with #00A550 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 #00A550;}

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

This text has shadow with #00A550 color.

.textShadow {text-shadow: 3px 3px 1px #00A550, 3px 3px 1px red;}

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

This text has shadow with #00A550 primary color and red secondary color.


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

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

This text has shadow with #00A550 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A550 on black background.


Color preview on white background

This text has color #00A550 on white background.



Black color preview on #00A550 background

This text has black color on #00A550 background.


White color preview on #00A550 background

This text has white color on #00A550 background.