COLOR #009A71

HEX: #009A71
RGB: (0,154,113)

Color info

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

RGB color model

#009A71 color RGB value is (0,154,113).

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

RGB channels and saturation

R 0 of 255 = 0%
G 154 of 255 = 60%
B 113 of 255 = 44%

0
154
113

R + G + B ~ 35%. #009A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 154 + 113 = 267 (100%)
R 0 of 267 ~ 0%
G 154 of 267 ~ 57.68%
B 113 of 267 ~ 42.32%

%57.68
%42.32

CMYK color model

#009A71 color CMYK value is (100,0,27,40).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 26.62%
  • key color value is 39.61%
CMYK:
(100,0,27,40)
C100M0Y27K40 
(100%,0%,27%,40%)
(1.00/0.00/0.27/0.40)	

CMYK percentages

%100
%0
%26.62
%39.61

Codes

Color #009A71 in popluar color models

009A71
RGB0154113
HSL164°100.00%30.20%
HSB/HSV164°100.00%60.39%
CMYK100.00%0.00%26.62%
39.61%

Color #009A71 in popluar number systems.

HEX009A71
Decimal0154113
Binary0100110101110001
Octal0232161

Shades and tints

Shades of #009A71

#009A71
(0,154,113)
#008C67
(0,140,103)
#007E5D
(0,126,93)
#007053
(0,112,83)
#006249
(0,98,73)
#00543F
(0,84,63)
#004635
(0,70,53)
#00382B
(0,56,43)
#002A21
(0,42,33)
#001C17
(0,28,23)
#000E0D
(0,14,13)
#000000
(0,0,0)

Tints of #009A71

#009A71
(0,154,113)
#17A37D
(23,163,125)
#2EAC89
(46,172,137)
#45B595
(69,181,149)
#5CBEA1
(92,190,161)
#73C7AD
(115,199,173)
#8AD0B9
(138,208,185)
#A1D9C5
(161,217,197)
#B8E2D1
(184,226,209)
#CFEBDD
(207,235,221)
#E6F4E9
(230,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009A71 color. Also use rgb(0,154,113) instead hex code.

Text Font Color

.myTextColor { color: #009A71; }

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

This text font color is #009A71.


Background Color

.myBgColor { background-color: #009A71; }

<div style="background-color:#009A71">Inner text</div>

This div background color is #009A71.


Border color

.myBorderColor { border: 1px solid #009A71; }

<div style="border:3px solid #009A71">Div</div>

This div border color is #009A71.


Opacity

.myOpacity80 { color: #009A71; opacity: 0.8; }

<p style="color:#009A71;opacity:0.8;">80%</p>

Text with #009A71 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 #009A71;}

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

This text has shadow with #009A71 color.

.textShadow {text-shadow: 3px 3px 1px #009A71, 3px 3px 1px red;}

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

This text has shadow with #009A71 primary color and red secondary color.


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

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

This text has shadow with #009A71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009A71 on black background.


Color preview on white background

This text has color #009A71 on white background.



Black color preview on #009A71 background

This text has black color on #009A71 background.


White color preview on #009A71 background

This text has white color on #009A71 background.