COLOR #5AAE72

HEX: #5AAE72
RGB: (90,174,114)

Color info

#5AAE72 contains mainly green color. Web safe color of #5AAE72 is #669966 (or #696).

RGB color model

#5AAE72 color RGB value is (90,174,114).

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

RGB channels and saturation

R 90 of 255 = 35%
G 174 of 255 = 68%
B 114 of 255 = 45%

90
174
114

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

Portions of RGB colors in percentages

R + G + B =
90 + 174 + 114 = 378 (100%)
R 90 of 378 ~ 23.81%
G 174 of 378 ~ 46.03%
B 114 of 378 ~ 30.16%

%23.81
%46.03
%30.16

CMYK color model

#5AAE72 color CMYK value is (48,0,34,32).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 31.76%
CMYK:
(48,0,34,32)
C48M0Y34K32 
(48%,0%,34%,32%)
(0.48/0.00/0.34/0.32)	

CMYK percentages

%48.28
%0
%34.48
%31.76

Codes

Color #5AAE72 in popluar color models

5AAE72
RGB90174114
HSL137°34.15%51.76%
HSB/HSV137°48.28%68.24%
CMYK48.28%0.00%34.48%
31.76%

Color #5AAE72 in popluar number systems.

HEX5AAE72
Decimal90174114
Binary1011010101011101110010
Octal132256162

Shades and tints

Shades of #5AAE72

#5AAE72
(90,174,114)
#529F68
(82,159,104)
#4A905E
(74,144,94)
#428154
(66,129,84)
#3A724A
(58,114,74)
#326340
(50,99,64)
#2A5436
(42,84,54)
#22452C
(34,69,44)
#1A3622
(26,54,34)
#122718
(18,39,24)
#0A180E
(10,24,14)
#000000
(0,0,0)

Tints of #5AAE72

#5AAE72
(90,174,114)
#69B57E
(105,181,126)
#78BC8A
(120,188,138)
#87C396
(135,195,150)
#96CAA2
(150,202,162)
#A5D1AE
(165,209,174)
#B4D8BA
(180,216,186)
#C3DFC6
(195,223,198)
#D2E6D2
(210,230,210)
#E1EDDE
(225,237,222)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AAE72; }

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

This text font color is #5AAE72.


Background Color

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

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

This div background color is #5AAE72.


Border color

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

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

This div border color is #5AAE72.


Opacity

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

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

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

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

This text has shadow with #5AAE72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AAE72 on black background.


Color preview on white background

This text has color #5AAE72 on white background.



Black color preview on #5AAE72 background

This text has black color on #5AAE72 background.


White color preview on #5AAE72 background

This text has white color on #5AAE72 background.