COLOR #5AAF76

HEX: #5AAF76
RGB: (90,175,118)

Color info

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

RGB color model

#5AAF76 color RGB value is (90,175,118).

  • red value is 90;
  • green value is 175;
  • blue value is 118.
RGB:
(90,175,118)
(35%,69%,46%)

RGB channels and saturation

R 90 of 255 = 35%
G 175 of 255 = 69%
B 118 of 255 = 46%

90
175
118

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

Portions of RGB colors in percentages

R + G + B =
90 + 175 + 118 = 383 (100%)
R 90 of 383 ~ 23.5%
G 175 of 383 ~ 45.69%
B 118 of 383 ~ 30.81%

%23.5
%45.69
%30.81

CMYK color model

#5AAF76 color CMYK value is (49,0,33,31).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 32.57%
  • key color value is 31.37%
CMYK:
(49,0,33,31)
C49M0Y33K31 
(49%,0%,33%,31%)
(0.49/0.00/0.33/0.31)	

CMYK percentages

%48.57
%0
%32.57
%31.37

Codes

Color #5AAF76 in popluar color models

5AAF76
RGB90175118
HSL140°34.69%51.96%
HSB/HSV140°48.57%68.63%
CMYK48.57%0.00%32.57%
31.37%

Color #5AAF76 in popluar number systems.

HEX5AAF76
Decimal90175118
Binary1011010101011111110110
Octal132257166

Shades and tints

Shades of #5AAF76

#5AAF76
(90,175,118)
#52A06C
(82,160,108)
#4A9162
(74,145,98)
#428258
(66,130,88)
#3A734E
(58,115,78)
#326444
(50,100,68)
#2A553A
(42,85,58)
#224630
(34,70,48)
#1A3726
(26,55,38)
#12281C
(18,40,28)
#0A1912
(10,25,18)
#000000
(0,0,0)

Tints of #5AAF76

#5AAF76
(90,175,118)
#69B682
(105,182,130)
#78BD8E
(120,189,142)
#87C49A
(135,196,154)
#96CBA6
(150,203,166)
#A5D2B2
(165,210,178)
#B4D9BE
(180,217,190)
#C3E0CA
(195,224,202)
#D2E7D6
(210,231,214)
#E1EEE2
(225,238,226)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AAF76 color. Also use rgb(90,175,118) instead hex code.

Text Font Color

.myTextColor { color: #5AAF76; }

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

This text font color is #5AAF76.


Background Color

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

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

This div background color is #5AAF76.


Border color

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

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

This div border color is #5AAF76.


Opacity

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

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

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

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

This text has shadow with #5AAF76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AAF76 on black background.


Color preview on white background

This text has color #5AAF76 on white background.



Black color preview on #5AAF76 background

This text has black color on #5AAF76 background.


White color preview on #5AAF76 background

This text has white color on #5AAF76 background.