COLOR #5AA524

HEX: #5AA524
RGB: (90,165,36)

Color info

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

RGB color model

#5AA524 color RGB value is (90,165,36).

  • red value is 90;
  • green value is 165;
  • blue value is 36.
RGB:
(90,165,36)
(35%,65%,14%)

RGB channels and saturation

R 90 of 255 = 35%
G 165 of 255 = 65%
B 36 of 255 = 14%

90
165
36

R + G + B ~ 38%. #5AA524 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 165 + 36 = 291 (100%)
R 90 of 291 ~ 30.93%
G 165 of 291 ~ 56.7%
B 36 of 291 ~ 12.37%

%30.93
%56.7
%12.37

CMYK color model

#5AA524 color CMYK value is (45,0,78,35).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 78.18%
  • key color value is 35.29%
CMYK:
(45,0,78,35)
C45M0Y78K35 
(45%,0%,78%,35%)
(0.45/0.00/0.78/0.35)	

CMYK percentages

%45.45
%0
%78.18
%35.29

Codes

Color #5AA524 in popluar color models

5AA524
RGB9016536
HSL95°64.18%39.41%
HSB/HSV95°78.18%64.71%
CMYK45.45%0.00%78.18%
35.29%

Color #5AA524 in popluar number systems.

HEX5AA524
Decimal9016536
Binary101101010100101100100
Octal13224544

Shades and tints

Shades of #5AA524

#5AA524
(90,165,36)
#529621
(82,150,33)
#4A871E
(74,135,30)
#42781B
(66,120,27)
#3A6918
(58,105,24)
#325A15
(50,90,21)
#2A4B12
(42,75,18)
#223C0F
(34,60,15)
#1A2D0C
(26,45,12)
#121E09
(18,30,9)
#0A0F06
(10,15,6)
#000000
(0,0,0)

Tints of #5AA524

#5AA524
(90,165,36)
#69AD37
(105,173,55)
#78B54A
(120,181,74)
#87BD5D
(135,189,93)
#96C570
(150,197,112)
#A5CD83
(165,205,131)
#B4D596
(180,213,150)
#C3DDA9
(195,221,169)
#D2E5BC
(210,229,188)
#E1EDCF
(225,237,207)
#F0F5E2
(240,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA524; }

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

This text font color is #5AA524.


Background Color

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

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

This div background color is #5AA524.


Border color

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

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

This div border color is #5AA524.


Opacity

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

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

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

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

This text has shadow with #5AA524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA524 on black background.


Color preview on white background

This text has color #5AA524 on white background.



Black color preview on #5AA524 background

This text has black color on #5AA524 background.


White color preview on #5AA524 background

This text has white color on #5AA524 background.