COLOR #59A139

HEX: #59A139
RGB: (89,161,57)

Color info

#59A139 contains mainly green color. Web safe color of #59A139 is #669933 (or #693).

RGB color model

#59A139 color RGB value is (89,161,57).

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

RGB channels and saturation

R 89 of 255 = 35%
G 161 of 255 = 63%
B 57 of 255 = 22%

89
161
57

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

Portions of RGB colors in percentages

R + G + B =
89 + 161 + 57 = 307 (100%)
R 89 of 307 ~ 28.99%
G 161 of 307 ~ 52.44%
B 57 of 307 ~ 18.57%

%28.99
%52.44
%18.57

CMYK color model

#59A139 color CMYK value is (45,0,65,37).

  • cyan value is 44.72%
  • magenta value is 0.00%
  • yellow value is 64.60%
  • key color value is 36.86%
CMYK:
(45,0,65,37)
C45M0Y65K37 
(45%,0%,65%,37%)
(0.45/0.00/0.65/0.37)	

CMYK percentages

%44.72
%0
%64.6
%36.86

Codes

Color #59A139 in popluar color models

59A139
RGB8916157
HSL102°47.71%42.75%
HSB/HSV102°64.60%63.14%
CMYK44.72%0.00%64.60%
36.86%

Color #59A139 in popluar number systems.

HEX59A139
Decimal8916157
Binary101100110100001111001
Octal13124171

Shades and tints

Shades of #59A139

#59A139
(89,161,57)
#519334
(81,147,52)
#49852F
(73,133,47)
#41772A
(65,119,42)
#396925
(57,105,37)
#315B20
(49,91,32)
#294D1B
(41,77,27)
#213F16
(33,63,22)
#193111
(25,49,17)
#11230C
(17,35,12)
#091507
(9,21,7)
#000000
(0,0,0)

Tints of #59A139

#59A139
(89,161,57)
#68A94B
(104,169,75)
#77B15D
(119,177,93)
#86B96F
(134,185,111)
#95C181
(149,193,129)
#A4C993
(164,201,147)
#B3D1A5
(179,209,165)
#C2D9B7
(194,217,183)
#D1E1C9
(209,225,201)
#E0E9DB
(224,233,219)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59A139; }

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

This text font color is #59A139.


Background Color

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

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

This div background color is #59A139.


Border color

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

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

This div border color is #59A139.


Opacity

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

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

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

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

This text has shadow with #59A139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A139 on black background.


Color preview on white background

This text has color #59A139 on white background.



Black color preview on #59A139 background

This text has black color on #59A139 background.


White color preview on #59A139 background

This text has white color on #59A139 background.