COLOR #59A16F

HEX: #59A16F
RGB: (89,161,111)

Color info

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

RGB color model

#59A16F color RGB value is (89,161,111).

  • red value is 89;
  • green value is 161;
  • blue value is 111.
RGB:
(89,161,111)
(35%,63%,44%)

RGB channels and saturation

R 89 of 255 = 35%
G 161 of 255 = 63%
B 111 of 255 = 44%

89
161
111

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

Portions of RGB colors in percentages

R + G + B =
89 + 161 + 111 = 361 (100%)
R 89 of 361 ~ 24.65%
G 161 of 361 ~ 44.6%
B 111 of 361 ~ 30.75%

%24.65
%44.6
%30.75

CMYK color model

#59A16F color CMYK value is (45,0,31,37).

  • cyan value is 44.72%
  • magenta value is 0.00%
  • yellow value is 31.06%
  • key color value is 36.86%
CMYK:
(45,0,31,37)
C45M0Y31K37 
(45%,0%,31%,37%)
(0.45/0.00/0.31/0.37)	

CMYK percentages

%44.72
%0
%31.06
%36.86

Codes

Color #59A16F in popluar color models

59A16F
RGB89161111
HSL138°28.80%49.02%
HSB/HSV138°44.72%63.14%
CMYK44.72%0.00%31.06%
36.86%

Color #59A16F in popluar number systems.

HEX59A16F
Decimal89161111
Binary1011001101000011101111
Octal131241157

Shades and tints

Shades of #59A16F

#59A16F
(89,161,111)
#519365
(81,147,101)
#49855B
(73,133,91)
#417751
(65,119,81)
#396947
(57,105,71)
#315B3D
(49,91,61)
#294D33
(41,77,51)
#213F29
(33,63,41)
#19311F
(25,49,31)
#112315
(17,35,21)
#09150B
(9,21,11)
#000000
(0,0,0)

Tints of #59A16F

#59A16F
(89,161,111)
#68A97C
(104,169,124)
#77B189
(119,177,137)
#86B996
(134,185,150)
#95C1A3
(149,193,163)
#A4C9B0
(164,201,176)
#B3D1BD
(179,209,189)
#C2D9CA
(194,217,202)
#D1E1D7
(209,225,215)
#E0E9E4
(224,233,228)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A16F color. Also use rgb(89,161,111) instead hex code.

Text Font Color

.myTextColor { color: #59A16F; }

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

This text font color is #59A16F.


Background Color

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

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

This div background color is #59A16F.


Border color

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

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

This div border color is #59A16F.


Opacity

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

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

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

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

This text has shadow with #59A16F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A16F on black background.


Color preview on white background

This text has color #59A16F on white background.



Black color preview on #59A16F background

This text has black color on #59A16F background.


White color preview on #59A16F background

This text has white color on #59A16F background.