COLOR #5AA059

HEX: #5AA059 RGB: (90,160,89)

Color info

#5AA059 contains mainly green color. Web safe color of #5AA059 is #669966 (or #696).

RGB color model

#5AA059 color RGB value is (90,160,89).

RGB: (90,160,89) (35%, 63%, 35%)

RGB channels and saturation

R 90 of 255 = 35%
G 160 of 255 = 63%
B 89 of 255 = 35%

90
160
89

R + G + B ~ 44%. #5AA059 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 90 + 160 + 89 = 339 (100%)
R 90 of 339 ~ 26.55%
G 160 of 339 ~ 47.2%
B 89 of 339 ~ 26.25'%

%26.55
%47.2
%26.25

CMYK color model

#5AA059 color CMYK value is (44,0,44,37).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 44.38%
  • key color value is 37.25%
CMYK: (44,0,44,37) C44M0Y44K37 (44%,0%,44%,37%) (0.44/0.00/0.44/0.37) 

CMYK percentages

%43.75
%0
%44.38
%37.25

Codes

Color #5AA059 in popluar color models

5A A0 59
RGB 90 160 89
HSL 119° 28.51% 48.82%
HSB/HSV 119° 44.38% 62.75%
CMYK 43.75% 0.00% 44.38%
37.25%

Color #5AA059 in popluar number systems.

HEX 5A A0 59
Decimal 90 160 89
Binary 1011010 10100000 1011001
Octal 132 240 131

Shades and tints

Shades of #5AA059

#5AA059
(90,160,89)
#529251
(82,146,81)
#4A8449
(74,132,73)
#427641
(66,118,65)
#3A6839
(58,104,57)
#325A31
(50,90,49)
#2A4C29
(42,76,41)
#223E21
(34,62,33)
#1A3019
(26,48,25)
#122211
(18,34,17)
#0A1409
(10,20,9)
#000000
(0,0,0)

Tints of #5AA059

#5AA059
(90,160,89)
#69A868
(105,168,104)
#78B077
(120,176,119)
#87B886
(135,184,134)
#96C095
(150,192,149)
#A5C8A4
(165,200,164)
#B4D0B3
(180,208,179)
#C3D8C2
(195,216,194)
#D2E0D1
(210,224,209)
#E1E8E0
(225,232,224)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA059 color. Also use rgb(90,160,89) instead hex code.

Text Font Color

.myTextColor { color: #5AA059; }

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

This text font color is #5AA059.

Background Color

.myBgColor { background-color: #5AA059; }

<div style="background-color:#5AA059">Inner text</div>

This div background color is #5AA059.

Border color

.myBorderColor { border: 1px solid #5AA059; }

<div style="border:3px solid #5AA059">Div</div>

This div border color is #5AA059.

Opacity

.myOpacity80 { color: #5AA059; opacity: 0.8; }

<p style="color:#5AA059;opacity:0.8;">80%</p>

Text with #5AA059 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 #5AA059;}

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

This text has shadow with #5AA059 color.


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

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

This text has shadow with #5AA059 primary color and red secondary color.


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

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

This text has shadow with #5AA059 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5AA059.

Preview

Color preview on black background

This text has color #5AA059 on black background.


Color preview on white background

This text has color #5AA059 on white background.


Black color preview on #5AA059 background

This text has black color on #5AA059 background.


White color preview on #5AA059 background

This text has white color on #5AA059 background.


Related colors

Complementary color

Complementary color for #hex is #A55FA6.


I love getcolorcode.com

Triadic colors

1 #595AA0 and #A0595A with #5AA059 are triadic colors.

2 #59A05A and #A05A59 with #5AA059 are triadic colors.