COLOR #5AAD5B

HEX: #5AAD5B
RGB: (90,173,91)

Color info

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

RGB color model

#5AAD5B color RGB value is (90,173,91).

  • red value is 90;
  • green value is 173;
  • blue value is 91.
RGB:
(90,173,91)
(35%,68%,36%)

RGB channels and saturation

R 90 of 255 = 35%
G 173 of 255 = 68%
B 91 of 255 = 36%

90
173
91

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

Portions of RGB colors in percentages

R + G + B =
90 + 173 + 91 = 354 (100%)
R 90 of 354 ~ 25.42%
G 173 of 354 ~ 48.87%
B 91 of 354 ~ 25.71%

%25.42
%48.87
%25.71

CMYK color model

#5AAD5B color CMYK value is (48,0,47,32).

  • cyan value is 47.98%
  • magenta value is 0.00%
  • yellow value is 47.40%
  • key color value is 32.16%
CMYK:
(48,0,47,32)
C48M0Y47K32 
(48%,0%,47%,32%)
(0.48/0.00/0.47/0.32)	

CMYK percentages

%47.98
%0
%47.4
%32.16

Codes

Color #5AAD5B in popluar color models

5AAD5B
RGB9017391
HSL121°33.60%51.57%
HSB/HSV121°47.98%67.84%
CMYK47.98%0.00%47.40%
32.16%

Color #5AAD5B in popluar number systems.

HEX5AAD5B
Decimal9017391
Binary1011010101011011011011
Octal132255133

Shades and tints

Shades of #5AAD5B

#5AAD5B
(90,173,91)
#529E53
(82,158,83)
#4A8F4B
(74,143,75)
#428043
(66,128,67)
#3A713B
(58,113,59)
#326233
(50,98,51)
#2A532B
(42,83,43)
#224423
(34,68,35)
#1A351B
(26,53,27)
#122613
(18,38,19)
#0A170B
(10,23,11)
#000000
(0,0,0)

Tints of #5AAD5B

#5AAD5B
(90,173,91)
#69B469
(105,180,105)
#78BB77
(120,187,119)
#87C285
(135,194,133)
#96C993
(150,201,147)
#A5D0A1
(165,208,161)
#B4D7AF
(180,215,175)
#C3DEBD
(195,222,189)
#D2E5CB
(210,229,203)
#E1ECD9
(225,236,217)
#F0F3E7
(240,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AAD5B color. Also use rgb(90,173,91) instead hex code.

Text Font Color

.myTextColor { color: #5AAD5B; }

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

This text font color is #5AAD5B.


Background Color

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

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

This div background color is #5AAD5B.


Border color

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

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

This div border color is #5AAD5B.


Opacity

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

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

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

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

This text has shadow with #5AAD5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AAD5B on black background.


Color preview on white background

This text has color #5AAD5B on white background.



Black color preview on #5AAD5B background

This text has black color on #5AAD5B background.


White color preview on #5AAD5B background

This text has white color on #5AAD5B background.