COLOR #5AA464

HEX: #5AA464 RGB: (90,164,100)

Color info

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

RGB color model

#5AA464 color RGB value is (90,164,100).

RGB: (90,164,100) (35%, 64%, 39%)

RGB channels and saturation

R 90 of 255 = 35%
G 164 of 255 = 64%
B 100 of 255 = 39%

90
164
100

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

Portions of RGB colors in percentages

R + G + B = 90 + 164 + 100 = 354 (100%)
R 90 of 354 ~ 25.42%
G 164 of 354 ~ 46.33%
B 100 of 354 ~ 28.25'%

%25.42
%46.33
%28.25

CMYK color model

#5AA464 color CMYK value is (45,0,39,36).

  • cyan value is 45.12%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 35.69%
CMYK: (45,0,39,36) C45M0Y39K36 (45%,0%,39%,36%) (0.45/0.00/0.39/0.36) 

CMYK percentages

%45.12
%0
%39.02
%35.69

Codes

Color #5AA464 in popluar color models

5A A4 64
RGB 90 164 100
HSL 128° 29.13% 49.80%
HSB/HSV 128° 45.12% 64.31%
CMYK 45.12% 0.00% 39.02%
35.69%

Color #5AA464 in popluar number systems.

HEX 5A A4 64
Decimal 90 164 100
Binary 1011010 10100100 1100100
Octal 132 244 144

Shades and tints

Shades of #5AA464

#5AA464
(90,164,100)
#52965B
(82,150,91)
#4A8852
(74,136,82)
#427A49
(66,122,73)
#3A6C40
(58,108,64)
#325E37
(50,94,55)
#2A502E
(42,80,46)
#224225
(34,66,37)
#1A341C
(26,52,28)
#122613
(18,38,19)
#0A180A
(10,24,10)
#000000
(0,0,0)

Tints of #5AA464

#5AA464
(90,164,100)
#69AC72
(105,172,114)
#78B480
(120,180,128)
#87BC8E
(135,188,142)
#96C49C
(150,196,156)
#A5CCAA
(165,204,170)
#B4D4B8
(180,212,184)
#C3DCC6
(195,220,198)
#D2E4D4
(210,228,212)
#E1ECE2
(225,236,226)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA464; }

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

This text font color is #5AA464.

Background Color

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

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

This div background color is #5AA464.

Border color

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

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

This div border color is #5AA464.

Opacity

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

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

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

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

This text has shadow with #5AA464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA464.

Preview

Color preview on black background

This text has color #5AA464 on black background.


Color preview on white background

This text has color #5AA464 on white background.


Black color preview on #5AA464 background

This text has black color on #5AA464 background.


White color preview on #5AA464 background

This text has white color on #5AA464 background.


Related colors

Complementary color

Complementary color for #hex is #A55B9B.


I love getcolorcode.com

Triadic colors

1 #645AA4 and #A4645A with #5AA464 are triadic colors.

2 #64A45A and #A45A64 with #5AA464 are triadic colors.