COLOR #5AAA72

HEX: #5AAA72 RGB: (90,170,114)

Color info

#5AAA72 contains mainly green and blue colors. Web safe color of #5AAA72 is #669966 (or #696).

RGB color model

#5AAA72 color RGB value is (90,170,114).

RGB: (90,170,114) (35%, 67%, 45%)

RGB channels and saturation

R 90 of 255 = 35%
G 170 of 255 = 67%
B 114 of 255 = 45%

90
170
114

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

Portions of RGB colors in percentages

R + G + B = 90 + 170 + 114 = 374 (100%)
R 90 of 374 ~ 24.06%
G 170 of 374 ~ 45.45%
B 114 of 374 ~ 30.48'%

%24.06
%45.45
%30.48

CMYK color model

#5AAA72 color CMYK value is (47,0,33,33).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 33.33%

CMYK: (47,0,33,33)
C47M0Y33K33 (47%, 0%, 33%, 33%)
(0.47 / 0.00 / 0.33 / 0.33)

CMYK percentages

%47.06
%0
%32.94
%33.33

Codes

Color #5AAA72 in popluar color models

5A AA 72
RGB 90 170 114
HSL 138° 32.00% 50.98%
HSB/HSV 138° 47.06% 66.67%
CMYK 47.06% 0.00% 32.94%
33.33%

Color #5AAA72 in popluar number systems.

HEX 5A AA 72
Decimal 90 170 114
Binary 1011010 10101010 1110010
Octal 132 252 162

Shades and tints

Shades of #5AAA72

#5AAA72
(90,170,114)
#529B68
(82,155,104)
#4A8C5E
(74,140,94)
#427D54
(66,125,84)
#3A6E4A
(58,110,74)
#325F40
(50,95,64)
#2A5036
(42,80,54)
#22412C
(34,65,44)
#1A3222
(26,50,34)
#122318
(18,35,24)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #5AAA72

#5AAA72
(90,170,114)
#69B17E
(105,177,126)
#78B88A
(120,184,138)
#87BF96
(135,191,150)
#96C6A2
(150,198,162)
#A5CDAE
(165,205,174)
#B4D4BA
(180,212,186)
#C3DBC6
(195,219,198)
#D2E2D2
(210,226,210)
#E1E9DE
(225,233,222)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AAA72 color. Also use rgb(90,170,114) instead hex code.

Text Font Color

.myTextColor { color: #5AAA72; }

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

This text font color is #5AAA72.

Background Color

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

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

This div background color is #5AAA72.

Border color

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

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

This div border color is #5AAA72.

Opacity

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

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

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

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

This text has shadow with #5AAA72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AAA72.

Preview

Color preview on black background

This text has color #5AAA72 on black background.


Color preview on white background

This text has color #5AAA72 on white background.


Black color preview on #5AAA72 background

This text has black color on #5AAA72 background.


White color preview on #5AAA72 background

This text has white color on #5AAA72 background.


Related colors

Complementary color

Complementary color for #hex is #A5558D.


I love getcolorcode.com

Triadic colors

1 #725AAA and #AA725A with #5AAA72 are triadic colors.

2 #72AA5A and #AA5A72 with #5AAA72 are triadic colors.