COLOR #5AA172

HEX: #5AA172
RGB: (90,161,114)

Color info

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

RGB color model

#5AA172 color RGB value is (90,161,114).

  • red value is 90;
  • green value is 161;
  • blue value is 114.
RGB:
(90,161,114)
(35%,63%,45%)

RGB channels and saturation

R 90 of 255 = 35%
G 161 of 255 = 63%
B 114 of 255 = 45%

90
161
114

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

Portions of RGB colors in percentages

R + G + B =
90 + 161 + 114 = 365 (100%)
R 90 of 365 ~ 24.66%
G 161 of 365 ~ 44.11%
B 114 of 365 ~ 31.23%

%24.66
%44.11
%31.23

CMYK color model

#5AA172 color CMYK value is (44,0,29,37).

  • cyan value is 44.10%
  • magenta value is 0.00%
  • yellow value is 29.19%
  • key color value is 36.86%
CMYK:
(44,0,29,37)
C44M0Y29K37 
(44%,0%,29%,37%)
(0.44/0.00/0.29/0.37)	

CMYK percentages

%44.1
%0
%29.19
%36.86

Codes

Color #5AA172 in popluar color models

5AA172
RGB90161114
HSL140°28.29%49.22%
HSB/HSV140°44.10%63.14%
CMYK44.10%0.00%29.19%
36.86%

Color #5AA172 in popluar number systems.

HEX5AA172
Decimal90161114
Binary1011010101000011110010
Octal132241162

Shades and tints

Shades of #5AA172

#5AA172
(90,161,114)
#529368
(82,147,104)
#4A855E
(74,133,94)
#427754
(66,119,84)
#3A694A
(58,105,74)
#325B40
(50,91,64)
#2A4D36
(42,77,54)
#223F2C
(34,63,44)
#1A3122
(26,49,34)
#122318
(18,35,24)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #5AA172

#5AA172
(90,161,114)
#69A97E
(105,169,126)
#78B18A
(120,177,138)
#87B996
(135,185,150)
#96C1A2
(150,193,162)
#A5C9AE
(165,201,174)
#B4D1BA
(180,209,186)
#C3D9C6
(195,217,198)
#D2E1D2
(210,225,210)
#E1E9DE
(225,233,222)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA172; }

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

This text font color is #5AA172.


Background Color

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

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

This div background color is #5AA172.


Border color

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

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

This div border color is #5AA172.


Opacity

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

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

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

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

This text has shadow with #5AA172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA172 on black background.


Color preview on white background

This text has color #5AA172 on white background.



Black color preview on #5AA172 background

This text has black color on #5AA172 background.


White color preview on #5AA172 background

This text has white color on #5AA172 background.