COLOR #5AA772

HEX: #5AA772
RGB: (90,167,114)

Color info

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

RGB color model

#5AA772 color RGB value is (90,167,114).

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

RGB channels and saturation

R 90 of 255 = 35%
G 167 of 255 = 65%
B 114 of 255 = 45%

90
167
114

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

Portions of RGB colors in percentages

R + G + B =
90 + 167 + 114 = 371 (100%)
R 90 of 371 ~ 24.26%
G 167 of 371 ~ 45.01%
B 114 of 371 ~ 30.73%

%24.26
%45.01
%30.73

CMYK color model

#5AA772 color CMYK value is (46,0,32,35).

  • cyan value is 46.11%
  • magenta value is 0.00%
  • yellow value is 31.74%
  • key color value is 34.51%
CMYK:
(46,0,32,35)
C46M0Y32K35 
(46%,0%,32%,35%)
(0.46/0.00/0.32/0.35)	

CMYK percentages

%46.11
%0
%31.74
%34.51

Codes

Color #5AA772 in popluar color models

5AA772
RGB90167114
HSL139°30.43%50.39%
HSB/HSV139°46.11%65.49%
CMYK46.11%0.00%31.74%
34.51%

Color #5AA772 in popluar number systems.

HEX5AA772
Decimal90167114
Binary1011010101001111110010
Octal132247162

Shades and tints

Shades of #5AA772

#5AA772
(90,167,114)
#529868
(82,152,104)
#4A895E
(74,137,94)
#427A54
(66,122,84)
#3A6B4A
(58,107,74)
#325C40
(50,92,64)
#2A4D36
(42,77,54)
#223E2C
(34,62,44)
#1A2F22
(26,47,34)
#122018
(18,32,24)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #5AA772

#5AA772
(90,167,114)
#69AF7E
(105,175,126)
#78B78A
(120,183,138)
#87BF96
(135,191,150)
#96C7A2
(150,199,162)
#A5CFAE
(165,207,174)
#B4D7BA
(180,215,186)
#C3DFC6
(195,223,198)
#D2E7D2
(210,231,210)
#E1EFDE
(225,239,222)
#F0F7EA
(240,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA772; }

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

This text font color is #5AA772.


Background Color

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

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

This div background color is #5AA772.


Border color

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

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

This div border color is #5AA772.


Opacity

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

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

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

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

This text has shadow with #5AA772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA772 on black background.


Color preview on white background

This text has color #5AA772 on white background.



Black color preview on #5AA772 background

This text has black color on #5AA772 background.


White color preview on #5AA772 background

This text has white color on #5AA772 background.