COLOR #5AAC74

HEX: #5AAC74 RGB: (90,172,116)

Color info

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

RGB color model

#5AAC74 color RGB value is (90,172,116).

RGB: (90,172,116) (35%, 67%, 45%)

RGB channels and saturation

R 90 of 255 = 35%
G 172 of 255 = 67%
B 116 of 255 = 45%

90
172
116

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

Portions of RGB colors in percentages

R + G + B = 90 + 172 + 116 = 378 (100%)
R 90 of 378 ~ 23.81%
G 172 of 378 ~ 45.5%
B 116 of 378 ~ 30.69'%

%23.81
%45.5
%30.69

CMYK color model

#5AAC74 color CMYK value is (48,0,33,33).

  • cyan value is 47.67%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 32.55%

CMYK: (48,0,33,33)
C48M0Y33K33 (48%, 0%, 33%, 33%)
(0.48 / 0.00 / 0.33 / 0.33)

CMYK percentages

%47.67
%0
%32.56
%32.55

Codes

Color #5AAC74 in popluar color models

5A AC 74
RGB 90 172 116
HSL 139° 33.06% 51.37%
HSB/HSV 139° 47.67% 67.45%
CMYK 47.67% 0.00% 32.56%
32.55%

Color #5AAC74 in popluar number systems.

HEX 5A AC 74
Decimal 90 172 116
Binary 1011010 10101100 1110100
Octal 132 254 164

Shades and tints

Shades of #5AAC74

#5AAC74
(90,172,116)
#529D6A
(82,157,106)
#4A8E60
(74,142,96)
#427F56
(66,127,86)
#3A704C
(58,112,76)
#326142
(50,97,66)
#2A5238
(42,82,56)
#22432E
(34,67,46)
#1A3424
(26,52,36)
#12251A
(18,37,26)
#0A1610
(10,22,16)
#000000
(0,0,0)

Tints of #5AAC74

#5AAC74
(90,172,116)
#69B380
(105,179,128)
#78BA8C
(120,186,140)
#87C198
(135,193,152)
#96C8A4
(150,200,164)
#A5CFB0
(165,207,176)
#B4D6BC
(180,214,188)
#C3DDC8
(195,221,200)
#D2E4D4
(210,228,212)
#E1EBE0
(225,235,224)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AAC74 color. Also use rgb(90,172,116) instead hex code.

Text Font Color

.myTextColor { color: #5AAC74; }

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

This text font color is #5AAC74.

Background Color

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

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

This div background color is #5AAC74.

Border color

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

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

This div border color is #5AAC74.

Opacity

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

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

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

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

This text has shadow with #5AAC74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AAC74.

Preview

Color preview on black background

This text has color #5AAC74 on black background.


Color preview on white background

This text has color #5AAC74 on white background.


Black color preview on #5AAC74 background

This text has black color on #5AAC74 background.


White color preview on #5AAC74 background

This text has white color on #5AAC74 background.


Related colors

Complementary color

Complementary color for #hex is #A5538B.


I love getcolorcode.com

Triadic colors

1 #745AAC and #AC745A with #5AAC74 are triadic colors.

2 #74AC5A and #AC5A74 with #5AAC74 are triadic colors.