COLOR #00A877

HEX: #00A877
RGB: (0,168,119)

Color info

#00A877 contains only green and blue colors. Web safe color of #00A877 is #009966 (or #096).

RGB color model

#00A877 color RGB value is (0,168,119).

  • red value is 0;
  • green value is 168;
  • blue value is 119.
RGB:
(0,168,119)
(0%,66%,47%)

RGB channels and saturation

R 0 of 255 = 0%
G 168 of 255 = 66%
B 119 of 255 = 47%

0
168
119

R + G + B ~ 38%. #00A877 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 168 + 119 = 287 (100%)
R 0 of 287 ~ 0%
G 168 of 287 ~ 58.54%
B 119 of 287 ~ 41.46%

%58.54
%41.46

CMYK color model

#00A877 color CMYK value is (100,0,29,34).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 34.12%
CMYK:
(100,0,29,34)
C100M0Y29K34 
(100%,0%,29%,34%)
(1.00/0.00/0.29/0.34)	

CMYK percentages

%100
%0
%29.17
%34.12

Codes

Color #00A877 in popluar color models

00A877
RGB0168119
HSL163°100.00%32.94%
HSB/HSV163°100.00%65.88%
CMYK100.00%0.00%29.17%
34.12%

Color #00A877 in popluar number systems.

HEX00A877
Decimal0168119
Binary0101010001110111
Octal0250167

Shades and tints

Shades of #00A877

#00A877
(0,168,119)
#00996D
(0,153,109)
#008A63
(0,138,99)
#007B59
(0,123,89)
#006C4F
(0,108,79)
#005D45
(0,93,69)
#004E3B
(0,78,59)
#003F31
(0,63,49)
#003027
(0,48,39)
#00211D
(0,33,29)
#001213
(0,18,19)
#000000
(0,0,0)

Tints of #00A877

#00A877
(0,168,119)
#17AF83
(23,175,131)
#2EB68F
(46,182,143)
#45BD9B
(69,189,155)
#5CC4A7
(92,196,167)
#73CBB3
(115,203,179)
#8AD2BF
(138,210,191)
#A1D9CB
(161,217,203)
#B8E0D7
(184,224,215)
#CFE7E3
(207,231,227)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A877 color. Also use rgb(0,168,119) instead hex code.

Text Font Color

.myTextColor { color: #00A877; }

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

This text font color is #00A877.


Background Color

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

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

This div background color is #00A877.


Border color

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

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

This div border color is #00A877.


Opacity

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

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

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

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

This text has shadow with #00A877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A877 on black background.


Color preview on white background

This text has color #00A877 on white background.



Black color preview on #00A877 background

This text has black color on #00A877 background.


White color preview on #00A877 background

This text has white color on #00A877 background.