COLOR #59A244

HEX: #59A244
RGB: (89,162,68)

Color info

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

RGB color model

#59A244 color RGB value is (89,162,68).

  • red value is 89;
  • green value is 162;
  • blue value is 68.
RGB:
(89,162,68)
(35%,64%,27%)

RGB channels and saturation

R 89 of 255 = 35%
G 162 of 255 = 64%
B 68 of 255 = 27%

89
162
68

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

Portions of RGB colors in percentages

R + G + B =
89 + 162 + 68 = 319 (100%)
R 89 of 319 ~ 27.9%
G 162 of 319 ~ 50.78%
B 68 of 319 ~ 21.32%

%27.9
%50.78
%21.32

CMYK color model

#59A244 color CMYK value is (45,0,58,36).

  • cyan value is 45.06%
  • magenta value is 0.00%
  • yellow value is 58.02%
  • key color value is 36.47%
CMYK:
(45,0,58,36)
C45M0Y58K36 
(45%,0%,58%,36%)
(0.45/0.00/0.58/0.36)	

CMYK percentages

%45.06
%0
%58.02
%36.47

Codes

Color #59A244 in popluar color models

59A244
RGB8916268
HSL107°40.87%45.10%
HSB/HSV107°58.02%63.53%
CMYK45.06%0.00%58.02%
36.47%

Color #59A244 in popluar number systems.

HEX59A244
Decimal8916268
Binary1011001101000101000100
Octal131242104

Shades and tints

Shades of #59A244

#59A244
(89,162,68)
#51943E
(81,148,62)
#498638
(73,134,56)
#417832
(65,120,50)
#396A2C
(57,106,44)
#315C26
(49,92,38)
#294E20
(41,78,32)
#21401A
(33,64,26)
#193214
(25,50,20)
#11240E
(17,36,14)
#091608
(9,22,8)
#000000
(0,0,0)

Tints of #59A244

#59A244
(89,162,68)
#68AA55
(104,170,85)
#77B266
(119,178,102)
#86BA77
(134,186,119)
#95C288
(149,194,136)
#A4CA99
(164,202,153)
#B3D2AA
(179,210,170)
#C2DABB
(194,218,187)
#D1E2CC
(209,226,204)
#E0EADD
(224,234,221)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A244 color. Also use rgb(89,162,68) instead hex code.

Text Font Color

.myTextColor { color: #59A244; }

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

This text font color is #59A244.


Background Color

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

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

This div background color is #59A244.


Border color

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

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

This div border color is #59A244.


Opacity

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

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

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

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

This text has shadow with #59A244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A244 on black background.


Color preview on white background

This text has color #59A244 on white background.



Black color preview on #59A244 background

This text has black color on #59A244 background.


White color preview on #59A244 background

This text has white color on #59A244 background.