COLOR #59AA71

HEX: #59AA71
RGB: (89,170,113)

Color info

#59AA71 contains mainly green and blue colors. Web safe color of #59AA71 is #669966 (or #696).

RGB color model

#59AA71 color RGB value is (89,170,113).

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

RGB channels and saturation

R 89 of 255 = 35%
G 170 of 255 = 67%
B 113 of 255 = 44%

89
170
113

R + G + B ~ 49%. #59AA71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 170 + 113 = 372 (100%)
R 89 of 372 ~ 23.92%
G 170 of 372 ~ 45.7%
B 113 of 372 ~ 30.38%

%23.92
%45.7
%30.38

CMYK color model

#59AA71 color CMYK value is (48,0,34,33).

  • cyan value is 47.65%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 33.33%
CMYK:
(48,0,34,33)
C48M0Y34K33 
(48%,0%,34%,33%)
(0.48/0.00/0.34/0.33)	

CMYK percentages

%47.65
%0
%33.53
%33.33

Codes

Color #59AA71 in popluar color models

59AA71
RGB89170113
HSL138°32.27%50.78%
HSB/HSV138°47.65%66.67%
CMYK47.65%0.00%33.53%
33.33%

Color #59AA71 in popluar number systems.

HEX59AA71
Decimal89170113
Binary1011001101010101110001
Octal131252161

Shades and tints

Shades of #59AA71

#59AA71
(89,170,113)
#519B67
(81,155,103)
#498C5D
(73,140,93)
#417D53
(65,125,83)
#396E49
(57,110,73)
#315F3F
(49,95,63)
#295035
(41,80,53)
#21412B
(33,65,43)
#193221
(25,50,33)
#112317
(17,35,23)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #59AA71

#59AA71
(89,170,113)
#68B17D
(104,177,125)
#77B889
(119,184,137)
#86BF95
(134,191,149)
#95C6A1
(149,198,161)
#A4CDAD
(164,205,173)
#B3D4B9
(179,212,185)
#C2DBC5
(194,219,197)
#D1E2D1
(209,226,209)
#E0E9DD
(224,233,221)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59AA71; }

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

This text font color is #59AA71.


Background Color

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

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

This div background color is #59AA71.


Border color

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

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

This div border color is #59AA71.


Opacity

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

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

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

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

This text has shadow with #59AA71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59AA71 on black background.


Color preview on white background

This text has color #59AA71 on white background.



Black color preview on #59AA71 background

This text has black color on #59AA71 background.


White color preview on #59AA71 background

This text has white color on #59AA71 background.