COLOR #5AA466

HEX: #5AA466
RGB: (90,164,102)

Color info

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

RGB color model

#5AA466 color RGB value is (90,164,102).

  • red value is 90;
  • green value is 164;
  • blue value is 102.
RGB:
(90,164,102)
(35%,64%,40%)

RGB channels and saturation

R 90 of 255 = 35%
G 164 of 255 = 64%
B 102 of 255 = 40%

90
164
102

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

Portions of RGB colors in percentages

R + G + B =
90 + 164 + 102 = 356 (100%)
R 90 of 356 ~ 25.28%
G 164 of 356 ~ 46.07%
B 102 of 356 ~ 28.65%

%25.28
%46.07
%28.65

CMYK color model

#5AA466 color CMYK value is (45,0,38,36).

  • cyan value is 45.12%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 35.69%
CMYK:
(45,0,38,36)
C45M0Y38K36 
(45%,0%,38%,36%)
(0.45/0.00/0.38/0.36)	

CMYK percentages

%45.12
%0
%37.8
%35.69

Codes

Color #5AA466 in popluar color models

5AA466
RGB90164102
HSL130°29.13%49.80%
HSB/HSV130°45.12%64.31%
CMYK45.12%0.00%37.80%
35.69%

Color #5AA466 in popluar number systems.

HEX5AA466
Decimal90164102
Binary1011010101001001100110
Octal132244146

Shades and tints

Shades of #5AA466

#5AA466
(90,164,102)
#52965D
(82,150,93)
#4A8854
(74,136,84)
#427A4B
(66,122,75)
#3A6C42
(58,108,66)
#325E39
(50,94,57)
#2A5030
(42,80,48)
#224227
(34,66,39)
#1A341E
(26,52,30)
#122615
(18,38,21)
#0A180C
(10,24,12)
#000000
(0,0,0)

Tints of #5AA466

#5AA466
(90,164,102)
#69AC73
(105,172,115)
#78B480
(120,180,128)
#87BC8D
(135,188,141)
#96C49A
(150,196,154)
#A5CCA7
(165,204,167)
#B4D4B4
(180,212,180)
#C3DCC1
(195,220,193)
#D2E4CE
(210,228,206)
#E1ECDB
(225,236,219)
#F0F4E8
(240,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA466 color. Also use rgb(90,164,102) instead hex code.

Text Font Color

.myTextColor { color: #5AA466; }

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

This text font color is #5AA466.


Background Color

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

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

This div background color is #5AA466.


Border color

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

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

This div border color is #5AA466.


Opacity

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

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

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

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

This text has shadow with #5AA466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA466 on black background.


Color preview on white background

This text has color #5AA466 on white background.



Black color preview on #5AA466 background

This text has black color on #5AA466 background.


White color preview on #5AA466 background

This text has white color on #5AA466 background.