COLOR #5AA780

HEX: #5AA780 RGB: (90,167,128)

Color info

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

RGB color model

#5AA780 color RGB value is (90,167,128).

RGB: (90,167,128) (35%, 65%, 50%)

RGB channels and saturation

R 90 of 255 = 35%
G 167 of 255 = 65%
B 128 of 255 = 50%

90
167
128

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

Portions of RGB colors in percentages

R + G + B = 90 + 167 + 128 = 385 (100%)
R 90 of 385 ~ 23.38%
G 167 of 385 ~ 43.38%
B 128 of 385 ~ 33.25'%

%23.38
%43.38
%33.25

CMYK color model

#5AA780 color CMYK value is (46,0,23,35).

  • cyan value is 46.11%
  • magenta value is 0.00%
  • yellow value is 23.35%
  • key color value is 34.51%

CMYK: (46,0,23,35)
C46M0Y23K35 (46%, 0%, 23%, 35%)
(0.46 / 0.00 / 0.23 / 0.35)

CMYK percentages

%46.11
%0
%23.35
%34.51

Codes

Color #5AA780 in popluar color models

5A A7 80
RGB 90 167 128
HSL 150° 30.43% 50.39%
HSB/HSV 150° 46.11% 65.49%
CMYK 46.11% 0.00% 23.35%
34.51%

Color #5AA780 in popluar number systems.

HEX 5A A7 80
Decimal 90 167 128
Binary 1011010 10100111 10000000
Octal 132 247 200

Shades and tints

Shades of #5AA780

#5AA780
(90,167,128)
#529875
(82,152,117)
#4A896A
(74,137,106)
#427A5F
(66,122,95)
#3A6B54
(58,107,84)
#325C49
(50,92,73)
#2A4D3E
(42,77,62)
#223E33
(34,62,51)
#1A2F28
(26,47,40)
#12201D
(18,32,29)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #5AA780

#5AA780
(90,167,128)
#69AF8B
(105,175,139)
#78B796
(120,183,150)
#87BFA1
(135,191,161)
#96C7AC
(150,199,172)
#A5CFB7
(165,207,183)
#B4D7C2
(180,215,194)
#C3DFCD
(195,223,205)
#D2E7D8
(210,231,216)
#E1EFE3
(225,239,227)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA780 color. Also use rgb(90,167,128) instead hex code.

Text Font Color

.myTextColor { color: #5AA780; }

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

This text font color is #5AA780.

Background Color

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

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

This div background color is #5AA780.

Border color

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

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

This div border color is #5AA780.

Opacity

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

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

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

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

This text has shadow with #5AA780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA780.

Preview

Color preview on black background

This text has color #5AA780 on black background.


Color preview on white background

This text has color #5AA780 on white background.


Black color preview on #5AA780 background

This text has black color on #5AA780 background.


White color preview on #5AA780 background

This text has white color on #5AA780 background.


Related colors

Complementary color

Complementary color for #hex is #A5587F.


I love getcolorcode.com

Triadic colors

1 #805AA7 and #A7805A with #5AA780 are triadic colors.

2 #80A75A and #A75A80 with #5AA780 are triadic colors.