COLOR #00AA71

HEX: #00AA71
RGB: (0,170,113)

Color info

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

RGB color model

#00AA71 color RGB value is (0,170,113).

  • red value is 0;
  • green value is 170;
  • blue value is 113.
RGB:
(0,170,113)
(0%,67%,44%)

RGB channels and saturation

R 0 of 255 = 0%
G 170 of 255 = 67%
B 113 of 255 = 44%

0
170
113

R + G + B ~ 37%. #00AA71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 170 + 113 = 283 (100%)
R 0 of 283 ~ 0%
G 170 of 283 ~ 60.07%
B 113 of 283 ~ 39.93%

%60.07
%39.93

CMYK color model

#00AA71 color CMYK value is (100,0,34,33).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 33.33%
CMYK:
(100,0,34,33)
C100M0Y34K33 
(100%,0%,34%,33%)
(1.00/0.00/0.34/0.33)	

CMYK percentages

%100
%0
%33.53
%33.33

Codes

Color #00AA71 in popluar color models

00AA71
RGB0170113
HSL160°100.00%33.33%
HSB/HSV160°100.00%66.67%
CMYK100.00%0.00%33.53%
33.33%

Color #00AA71 in popluar number systems.

HEX00AA71
Decimal0170113
Binary0101010101110001
Octal0252161

Shades and tints

Shades of #00AA71

#00AA71
(0,170,113)
#009B67
(0,155,103)
#008C5D
(0,140,93)
#007D53
(0,125,83)
#006E49
(0,110,73)
#005F3F
(0,95,63)
#005035
(0,80,53)
#00412B
(0,65,43)
#003221
(0,50,33)
#002317
(0,35,23)
#00140D
(0,20,13)
#000000
(0,0,0)

Tints of #00AA71

#00AA71
(0,170,113)
#17B17D
(23,177,125)
#2EB889
(46,184,137)
#45BF95
(69,191,149)
#5CC6A1
(92,198,161)
#73CDAD
(115,205,173)
#8AD4B9
(138,212,185)
#A1DBC5
(161,219,197)
#B8E2D1
(184,226,209)
#CFE9DD
(207,233,221)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00AA71 color. Also use rgb(0,170,113) instead hex code.

Text Font Color

.myTextColor { color: #00AA71; }

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

This text font color is #00AA71.


Background Color

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

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

This div background color is #00AA71.


Border color

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

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

This div border color is #00AA71.


Opacity

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

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

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

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

This text has shadow with #00AA71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00AA71 on black background.


Color preview on white background

This text has color #00AA71 on white background.



Black color preview on #00AA71 background

This text has black color on #00AA71 background.


White color preview on #00AA71 background

This text has white color on #00AA71 background.