COLOR #00A77E

HEX: #00A77E
RGB: (0,167,126)

Color info

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

RGB color model

#00A77E color RGB value is (0,167,126).

  • red value is 0;
  • green value is 167;
  • blue value is 126.
RGB:
(0,167,126)
(0%,65%,49%)

RGB channels and saturation

R 0 of 255 = 0%
G 167 of 255 = 65%
B 126 of 255 = 49%

0
167
126

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

Portions of RGB colors in percentages

R + G + B =
0 + 167 + 126 = 293 (100%)
R 0 of 293 ~ 0%
G 167 of 293 ~ 57%
B 126 of 293 ~ 43%

%57
%43

CMYK color model

#00A77E color CMYK value is (100,0,25,35).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 34.51%
CMYK:
(100,0,25,35)
C100M0Y25K35 
(100%,0%,25%,35%)
(1.00/0.00/0.25/0.35)	

CMYK percentages

%100
%0
%24.55
%34.51

Codes

Color #00A77E in popluar color models

00A77E
RGB0167126
HSL165°100.00%32.75%
HSB/HSV165°100.00%65.49%
CMYK100.00%0.00%24.55%
34.51%

Color #00A77E in popluar number systems.

HEX00A77E
Decimal0167126
Binary0101001111111110
Octal0247176

Shades and tints

Shades of #00A77E

#00A77E
(0,167,126)
#009873
(0,152,115)
#008968
(0,137,104)
#007A5D
(0,122,93)
#006B52
(0,107,82)
#005C47
(0,92,71)
#004D3C
(0,77,60)
#003E31
(0,62,49)
#002F26
(0,47,38)
#00201B
(0,32,27)
#001110
(0,17,16)
#000000
(0,0,0)

Tints of #00A77E

#00A77E
(0,167,126)
#17AF89
(23,175,137)
#2EB794
(46,183,148)
#45BF9F
(69,191,159)
#5CC7AA
(92,199,170)
#73CFB5
(115,207,181)
#8AD7C0
(138,215,192)
#A1DFCB
(161,223,203)
#B8E7D6
(184,231,214)
#CFEFE1
(207,239,225)
#E6F7EC
(230,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A77E color. Also use rgb(0,167,126) instead hex code.

Text Font Color

.myTextColor { color: #00A77E; }

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

This text font color is #00A77E.


Background Color

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

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

This div background color is #00A77E.


Border color

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

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

This div border color is #00A77E.


Opacity

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

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

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

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

This text has shadow with #00A77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A77E on black background.


Color preview on white background

This text has color #00A77E on white background.



Black color preview on #00A77E background

This text has black color on #00A77E background.


White color preview on #00A77E background

This text has white color on #00A77E background.