COLOR #5AA529

HEX: #5AA529
RGB: (90,165,41)

Color info

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

RGB color model

#5AA529 color RGB value is (90,165,41).

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

RGB channels and saturation

R 90 of 255 = 35%
G 165 of 255 = 65%
B 41 of 255 = 16%

90
165
41

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

Portions of RGB colors in percentages

R + G + B =
90 + 165 + 41 = 296 (100%)
R 90 of 296 ~ 30.41%
G 165 of 296 ~ 55.74%
B 41 of 296 ~ 13.85%

%30.41
%55.74
%13.85

CMYK color model

#5AA529 color CMYK value is (45,0,75,35).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 75.15%
  • key color value is 35.29%
CMYK:
(45,0,75,35)
C45M0Y75K35 
(45%,0%,75%,35%)
(0.45/0.00/0.75/0.35)	

CMYK percentages

%45.45
%0
%75.15
%35.29

Codes

Color #5AA529 in popluar color models

5AA529
RGB9016541
HSL96°60.19%40.39%
HSB/HSV96°75.15%64.71%
CMYK45.45%0.00%75.15%
35.29%

Color #5AA529 in popluar number systems.

HEX5AA529
Decimal9016541
Binary101101010100101101001
Octal13224551

Shades and tints

Shades of #5AA529

#5AA529
(90,165,41)
#529626
(82,150,38)
#4A8723
(74,135,35)
#427820
(66,120,32)
#3A691D
(58,105,29)
#325A1A
(50,90,26)
#2A4B17
(42,75,23)
#223C14
(34,60,20)
#1A2D11
(26,45,17)
#121E0E
(18,30,14)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #5AA529

#5AA529
(90,165,41)
#69AD3C
(105,173,60)
#78B54F
(120,181,79)
#87BD62
(135,189,98)
#96C575
(150,197,117)
#A5CD88
(165,205,136)
#B4D59B
(180,213,155)
#C3DDAE
(195,221,174)
#D2E5C1
(210,229,193)
#E1EDD4
(225,237,212)
#F0F5E7
(240,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA529; }

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

This text font color is #5AA529.


Background Color

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

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

This div background color is #5AA529.


Border color

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

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

This div border color is #5AA529.


Opacity

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

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

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

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

This text has shadow with #5AA529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA529 on black background.


Color preview on white background

This text has color #5AA529 on white background.



Black color preview on #5AA529 background

This text has black color on #5AA529 background.


White color preview on #5AA529 background

This text has white color on #5AA529 background.