COLOR #59A04A

HEX: #59A04A RGB: (89,160,74)

Color info

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

RGB color model

#59A04A color RGB value is (89,160,74).

RGB: (89,160,74) (35%, 63%, 29%)

RGB channels and saturation

R 89 of 255 = 35%
G 160 of 255 = 63%
B 74 of 255 = 29%

89
160
74

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

Portions of RGB colors in percentages

R + G + B = 89 + 160 + 74 = 323 (100%)
R 89 of 323 ~ 27.55%
G 160 of 323 ~ 49.54%
B 74 of 323 ~ 22.91'%

%27.55
%49.54
%22.91

CMYK color model

#59A04A color CMYK value is (44,0,54,37).

  • cyan value is 44.38%
  • magenta value is 0.00%
  • yellow value is 53.75%
  • key color value is 37.25%

CMYK: (44,0,54,37)
C44M0Y54K37 (44%, 0%, 54%, 37%)
(0.44 / 0.00 / 0.54 / 0.37)

CMYK percentages

%44.38
%0
%53.75
%37.25

Codes

Color #59A04A in popluar color models

59 A0 4A
RGB 89 160 74
HSL 110° 36.75% 45.88%
HSB/HSV 110° 53.75% 62.75%
CMYK 44.38% 0.00% 53.75%
37.25%

Color #59A04A in popluar number systems.

HEX 59 A0 4A
Decimal 89 160 74
Binary 1011001 10100000 1001010
Octal 131 240 112

Shades and tints

Shades of #59A04A

#59A04A
(89,160,74)
#519244
(81,146,68)
#49843E
(73,132,62)
#417638
(65,118,56)
#396832
(57,104,50)
#315A2C
(49,90,44)
#294C26
(41,76,38)
#213E20
(33,62,32)
#19301A
(25,48,26)
#112214
(17,34,20)
#09140E
(9,20,14)
#000000
(0,0,0)

Tints of #59A04A

#59A04A
(89,160,74)
#68A85A
(104,168,90)
#77B06A
(119,176,106)
#86B87A
(134,184,122)
#95C08A
(149,192,138)
#A4C89A
(164,200,154)
#B3D0AA
(179,208,170)
#C2D8BA
(194,216,186)
#D1E0CA
(209,224,202)
#E0E8DA
(224,232,218)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A04A color. Also use rgb(89,160,74) instead hex code.

Text Font Color

.myTextColor { color: #59A04A; }

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

This text font color is #59A04A.

Background Color

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

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

This div background color is #59A04A.

Border color

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

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

This div border color is #59A04A.

Opacity

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

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

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

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

This text has shadow with #59A04A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59A04A.

Preview

Color preview on black background

This text has color #59A04A on black background.


Color preview on white background

This text has color #59A04A on white background.


Black color preview on #59A04A background

This text has black color on #59A04A background.


White color preview on #59A04A background

This text has white color on #59A04A background.


Related colors

Complementary color

Complementary color for #hex is #A65FB5.


I love getcolorcode.com

Triadic colors

1 #4A59A0 and #A04A59 with #59A04A are triadic colors.

2 #4AA059 and #A0594A with #59A04A are triadic colors.