COLOR #59A561

HEX: #59A561 RGB: (89,165,97)

Color info

#59A561 contains mainly green color. Web safe color of #59A561 is #669966 (or #696).

RGB color model

#59A561 color RGB value is (89,165,97).

RGB: (89,165,97) (35%, 65%, 38%)

RGB channels and saturation

R 89 of 255 = 35%
G 165 of 255 = 65%
B 97 of 255 = 38%

89
165
97

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

Portions of RGB colors in percentages

R + G + B = 89 + 165 + 97 = 351 (100%)
R 89 of 351 ~ 25.36%
G 165 of 351 ~ 47.01%
B 97 of 351 ~ 27.64'%

%25.36
%47.01
%27.64

CMYK color model

#59A561 color CMYK value is (46,0,41,35).

  • cyan value is 46.06%
  • magenta value is 0.00%
  • yellow value is 41.21%
  • key color value is 35.29%

CMYK: (46,0,41,35)
C46M0Y41K35 (46%, 0%, 41%, 35%)
(0.46 / 0.00 / 0.41 / 0.35)

CMYK percentages

%46.06
%0
%41.21
%35.29

Codes

Color #59A561 in popluar color models

59 A5 61
RGB 89 165 97
HSL 126° 29.92% 49.80%
HSB/HSV 126° 46.06% 64.71%
CMYK 46.06% 0.00% 41.21%
35.29%

Color #59A561 in popluar number systems.

HEX 59 A5 61
Decimal 89 165 97
Binary 1011001 10100101 1100001
Octal 131 245 141

Shades and tints

Shades of #59A561

#59A561
(89,165,97)
#519659
(81,150,89)
#498751
(73,135,81)
#417849
(65,120,73)
#396941
(57,105,65)
#315A39
(49,90,57)
#294B31
(41,75,49)
#213C29
(33,60,41)
#192D21
(25,45,33)
#111E19
(17,30,25)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #59A561

#59A561
(89,165,97)
#68AD6F
(104,173,111)
#77B57D
(119,181,125)
#86BD8B
(134,189,139)
#95C599
(149,197,153)
#A4CDA7
(164,205,167)
#B3D5B5
(179,213,181)
#C2DDC3
(194,221,195)
#D1E5D1
(209,229,209)
#E0EDDF
(224,237,223)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A561 color. Also use rgb(89,165,97) instead hex code.

Text Font Color

.myTextColor { color: #59A561; }

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

This text font color is #59A561.

Background Color

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

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

This div background color is #59A561.

Border color

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

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

This div border color is #59A561.

Opacity

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

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

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

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

This text has shadow with #59A561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59A561.

Preview

Color preview on black background

This text has color #59A561 on black background.


Color preview on white background

This text has color #59A561 on white background.


Black color preview on #59A561 background

This text has black color on #59A561 background.


White color preview on #59A561 background

This text has white color on #59A561 background.


Related colors

Complementary color

Complementary color for #hex is #A65A9E.


I love getcolorcode.com

Triadic colors

1 #6159A5 and #A56159 with #59A561 are triadic colors.

2 #61A559 and #A55961 with #59A561 are triadic colors.