COLOR #5AB179

HEX: #5AB179 RGB: (90,177,121)

Color info

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

RGB color model

#5AB179 color RGB value is (90,177,121).

RGB: (90,177,121) (35%, 69%, 47%)

RGB channels and saturation

R 90 of 255 = 35%
G 177 of 255 = 69%
B 121 of 255 = 47%

90
177
121

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

Portions of RGB colors in percentages

R + G + B = 90 + 177 + 121 = 388 (100%)
R 90 of 388 ~ 23.2%
G 177 of 388 ~ 45.62%
B 121 of 388 ~ 31.19'%

%23.2
%45.62
%31.19

CMYK color model

#5AB179 color CMYK value is (49,0,32,31).

  • cyan value is 49.15%
  • magenta value is 0.00%
  • yellow value is 31.64%
  • key color value is 30.59%

CMYK: (49,0,32,31)
C49M0Y32K31 (49%, 0%, 32%, 31%)
(0.49 / 0.00 / 0.32 / 0.31)

CMYK percentages

%49.15
%0
%31.64
%30.59

Codes

Color #5AB179 in popluar color models

5A B1 79
RGB 90 177 121
HSL 141° 35.80% 52.35%
HSB/HSV 141° 49.15% 69.41%
CMYK 49.15% 0.00% 31.64%
30.59%

Color #5AB179 in popluar number systems.

HEX 5A B1 79
Decimal 90 177 121
Binary 1011010 10110001 1111001
Octal 132 261 171

Shades and tints

Shades of #5AB179

#5AB179
(90,177,121)
#52A16E
(82,161,110)
#4A9163
(74,145,99)
#428158
(66,129,88)
#3A714D
(58,113,77)
#326142
(50,97,66)
#2A5137
(42,81,55)
#22412C
(34,65,44)
#1A3121
(26,49,33)
#122116
(18,33,22)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #5AB179

#5AB179
(90,177,121)
#69B885
(105,184,133)
#78BF91
(120,191,145)
#87C69D
(135,198,157)
#96CDA9
(150,205,169)
#A5D4B5
(165,212,181)
#B4DBC1
(180,219,193)
#C3E2CD
(195,226,205)
#D2E9D9
(210,233,217)
#E1F0E5
(225,240,229)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB179 color. Also use rgb(90,177,121) instead hex code.

Text Font Color

.myTextColor { color: #5AB179; }

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

This text font color is #5AB179.

Background Color

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

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

This div background color is #5AB179.

Border color

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

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

This div border color is #5AB179.

Opacity

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

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

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

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

This text has shadow with #5AB179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AB179.

Preview

Color preview on black background

This text has color #5AB179 on black background.


Color preview on white background

This text has color #5AB179 on white background.


Black color preview on #5AB179 background

This text has black color on #5AB179 background.


White color preview on #5AB179 background

This text has white color on #5AB179 background.


Related colors

Complementary color

Complementary color for #hex is #A54E86.


I love getcolorcode.com

Triadic colors

1 #795AB1 and #B1795A with #5AB179 are triadic colors.

2 #79B15A and #B15A79 with #5AB179 are triadic colors.