COLOR #5AA473

HEX: #5AA473 RGB: (90,164,115)

Color info

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

RGB color model

#5AA473 color RGB value is (90,164,115).

RGB: (90,164,115) (35%, 64%, 45%)

RGB channels and saturation

R 90 of 255 = 35%
G 164 of 255 = 64%
B 115 of 255 = 45%

90
164
115

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

Portions of RGB colors in percentages

R + G + B = 90 + 164 + 115 = 369 (100%)
R 90 of 369 ~ 24.39%
G 164 of 369 ~ 44.44%
B 115 of 369 ~ 31.17'%

%24.39
%44.44
%31.17

CMYK color model

#5AA473 color CMYK value is (45,0,30,36).

  • cyan value is 45.12%
  • magenta value is 0.00%
  • yellow value is 29.88%
  • key color value is 35.69%

CMYK: (45,0,30,36)
C45M0Y30K36 (45%, 0%, 30%, 36%)
(0.45 / 0.00 / 0.30 / 0.36)

CMYK percentages

%45.12
%0
%29.88
%35.69

Codes

Color #5AA473 in popluar color models

5A A4 73
RGB 90 164 115
HSL 140° 29.13% 49.80%
HSB/HSV 140° 45.12% 64.31%
CMYK 45.12% 0.00% 29.88%
35.69%

Color #5AA473 in popluar number systems.

HEX 5A A4 73
Decimal 90 164 115
Binary 1011010 10100100 1110011
Octal 132 244 163

Shades and tints

Shades of #5AA473

#5AA473
(90,164,115)
#529669
(82,150,105)
#4A885F
(74,136,95)
#427A55
(66,122,85)
#3A6C4B
(58,108,75)
#325E41
(50,94,65)
#2A5037
(42,80,55)
#22422D
(34,66,45)
#1A3423
(26,52,35)
#122619
(18,38,25)
#0A180F
(10,24,15)
#000000
(0,0,0)

Tints of #5AA473

#5AA473
(90,164,115)
#69AC7F
(105,172,127)
#78B48B
(120,180,139)
#87BC97
(135,188,151)
#96C4A3
(150,196,163)
#A5CCAF
(165,204,175)
#B4D4BB
(180,212,187)
#C3DCC7
(195,220,199)
#D2E4D3
(210,228,211)
#E1ECDF
(225,236,223)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA473 color. Also use rgb(90,164,115) instead hex code.

Text Font Color

.myTextColor { color: #5AA473; }

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

This text font color is #5AA473.

Background Color

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

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

This div background color is #5AA473.

Border color

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

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

This div border color is #5AA473.

Opacity

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

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

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

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

This text has shadow with #5AA473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA473.

Preview

Color preview on black background

This text has color #5AA473 on black background.


Color preview on white background

This text has color #5AA473 on white background.


Black color preview on #5AA473 background

This text has black color on #5AA473 background.


White color preview on #5AA473 background

This text has white color on #5AA473 background.


Related colors

Complementary color

Complementary color for #hex is #A55B8C.


I love getcolorcode.com

Triadic colors

1 #735AA4 and #A4735A with #5AA473 are triadic colors.

2 #73A45A and #A45A73 with #5AA473 are triadic colors.