COLOR #5AAA44

HEX: #5AAA44 RGB: (90,170,68)

Color info

#5AAA44 contains mainly green color. Web safe color of #5AAA44 is #669933 (or #693).

RGB color model

#5AAA44 color RGB value is (90,170,68).

RGB: (90,170,68) (35%, 67%, 27%)

RGB channels and saturation

R 90 of 255 = 35%
G 170 of 255 = 67%
B 68 of 255 = 27%

90
170
68

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

Portions of RGB colors in percentages

R + G + B = 90 + 170 + 68 = 328 (100%)
R 90 of 328 ~ 27.44%
G 170 of 328 ~ 51.83%
B 68 of 328 ~ 20.73'%

%27.44
%51.83
%20.73

CMYK color model

#5AAA44 color CMYK value is (47,0,60,33).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 33.33%

CMYK: (47,0,60,33)
C47M0Y60K33 (47%, 0%, 60%, 33%)
(0.47 / 0.00 / 0.60 / 0.33)

CMYK percentages

%47.06
%0
%60
%33.33

Codes

Color #5AAA44 in popluar color models

5A AA 44
RGB 90 170 68
HSL 107° 42.86% 46.67%
HSB/HSV 107° 60.00% 66.67%
CMYK 47.06% 0.00% 60.00%
33.33%

Color #5AAA44 in popluar number systems.

HEX 5A AA 44
Decimal 90 170 68
Binary 1011010 10101010 1000100
Octal 132 252 104

Shades and tints

Shades of #5AAA44

#5AAA44
(90,170,68)
#529B3E
(82,155,62)
#4A8C38
(74,140,56)
#427D32
(66,125,50)
#3A6E2C
(58,110,44)
#325F26
(50,95,38)
#2A5020
(42,80,32)
#22411A
(34,65,26)
#1A3214
(26,50,20)
#12230E
(18,35,14)
#0A1408
(10,20,8)
#000000
(0,0,0)

Tints of #5AAA44

#5AAA44
(90,170,68)
#69B155
(105,177,85)
#78B866
(120,184,102)
#87BF77
(135,191,119)
#96C688
(150,198,136)
#A5CD99
(165,205,153)
#B4D4AA
(180,212,170)
#C3DBBB
(195,219,187)
#D2E2CC
(210,226,204)
#E1E9DD
(225,233,221)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AAA44 color. Also use rgb(90,170,68) instead hex code.

Text Font Color

.myTextColor { color: #5AAA44; }

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

This text font color is #5AAA44.

Background Color

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

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

This div background color is #5AAA44.

Border color

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

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

This div border color is #5AAA44.

Opacity

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

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

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

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

This text has shadow with #5AAA44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AAA44.

Preview

Color preview on black background

This text has color #5AAA44 on black background.


Color preview on white background

This text has color #5AAA44 on white background.


Black color preview on #5AAA44 background

This text has black color on #5AAA44 background.


White color preview on #5AAA44 background

This text has white color on #5AAA44 background.


Related colors

Complementary color

Complementary color for #hex is #A555BB.


I love getcolorcode.com

Triadic colors

1 #445AAA and #AA445A with #5AAA44 are triadic colors.

2 #44AA5A and #AA5A44 with #5AAA44 are triadic colors.