COLOR #5AAD24

HEX: #5AAD24 RGB: (90,173,36)

Color info

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

RGB color model

#5AAD24 color RGB value is (90,173,36).

RGB: (90,173,36) (35%, 68%, 14%)

RGB channels and saturation

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

90
173
36

R + G + B ~ 39%. #5AAD24 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 173 + 36 = 299 (100%)
R 90 of 299 ~ 30.1%
G 173 of 299 ~ 57.86%
B 36 of 299 ~ 12.04'%

%30.1
%57.86
%12.04

CMYK color model

#5AAD24 color CMYK value is (48,0,79,32).

  • cyan value is 47.98%
  • magenta value is 0.00%
  • yellow value is 79.19%
  • key color value is 32.16%
CMYK: (48,0,79,32) C48M0Y79K32 (48%,0%,79%,32%) (0.48/0.00/0.79/0.32) 

CMYK percentages

%47.98
%0
%79.19
%32.16

Codes

Color #5AAD24 in popluar color models

5A AD 24
RGB 90 173 36
HSL 96° 65.55% 40.98%
HSB/HSV 96° 79.19% 67.84%
CMYK 47.98% 0.00% 79.19%
32.16%

Color #5AAD24 in popluar number systems.

HEX 5A AD 24
Decimal 90 173 36
Binary 1011010 10101101 100100
Octal 132 255 44

Shades and tints

Shades of #5AAD24

#5AAD24
(90,173,36)
#529E21
(82,158,33)
#4A8F1E
(74,143,30)
#42801B
(66,128,27)
#3A7118
(58,113,24)
#326215
(50,98,21)
#2A5312
(42,83,18)
#22440F
(34,68,15)
#1A350C
(26,53,12)
#122609
(18,38,9)
#0A1706
(10,23,6)
#000000
(0,0,0)

Tints of #5AAD24

#5AAD24
(90,173,36)
#69B437
(105,180,55)
#78BB4A
(120,187,74)
#87C25D
(135,194,93)
#96C970
(150,201,112)
#A5D083
(165,208,131)
#B4D796
(180,215,150)
#C3DEA9
(195,222,169)
#D2E5BC
(210,229,188)
#E1ECCF
(225,236,207)
#F0F3E2
(240,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AAD24; }

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

This text font color is #5AAD24.

Background Color

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

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

This div background color is #5AAD24.

Border color

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

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

This div border color is #5AAD24.

Opacity

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

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

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

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

This text has shadow with #5AAD24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AAD24.

Preview

Color preview on black background

This text has color #5AAD24 on black background.


Color preview on white background

This text has color #5AAD24 on white background.


Black color preview on #5AAD24 background

This text has black color on #5AAD24 background.


White color preview on #5AAD24 background

This text has white color on #5AAD24 background.


Related colors

Complementary color

Complementary color for #hex is #A552DB.


I love getcolorcode.com

Triadic colors

1 #245AAD and #AD245A with #5AAD24 are triadic colors.

2 #24AD5A and #AD5A24 with #5AAD24 are triadic colors.