COLOR #5AA50F

HEX: #5AA50F
RGB: (90,165,15)

Color info

#5AA50F contains mainly green color. Web safe color of #5AA50F is #669900 (or #690).

RGB color model

#5AA50F color RGB value is (90,165,15).

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

RGB channels and saturation

R 90 of 255 = 35%
G 165 of 255 = 65%
B 15 of 255 = 6%

90
165
15

R + G + B ~ 35%. #5AA50F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 165 + 15 = 270 (100%)
R 90 of 270 ~ 33.33%
G 165 of 270 ~ 61.11%
B 15 of 270 ~ 5.56%

%33.33
%61.11

CMYK color model

#5AA50F color CMYK value is (45,0,91,35).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 35.29%
CMYK:
(45,0,91,35)
C45M0Y91K35 
(45%,0%,91%,35%)
(0.45/0.00/0.91/0.35)	

CMYK percentages

%45.45
%0
%90.91
%35.29

Codes

Color #5AA50F in popluar color models

5AA50F
RGB9016515
HSL90°83.33%35.29%
HSB/HSV90°90.91%64.71%
CMYK45.45%0.00%90.91%
35.29%

Color #5AA50F in popluar number systems.

HEX5AA50F
Decimal9016515
Binary1011010101001011111
Octal13224517

Shades and tints

Shades of #5AA50F

#5AA50F
(90,165,15)
#52960E
(82,150,14)
#4A870D
(74,135,13)
#42780C
(66,120,12)
#3A690B
(58,105,11)
#325A0A
(50,90,10)
#2A4B09
(42,75,9)
#223C08
(34,60,8)
#1A2D07
(26,45,7)
#121E06
(18,30,6)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #5AA50F

#5AA50F
(90,165,15)
#69AD24
(105,173,36)
#78B539
(120,181,57)
#87BD4E
(135,189,78)
#96C563
(150,197,99)
#A5CD78
(165,205,120)
#B4D58D
(180,213,141)
#C3DDA2
(195,221,162)
#D2E5B7
(210,229,183)
#E1EDCC
(225,237,204)
#F0F5E1
(240,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA50F; }

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

This text font color is #5AA50F.


Background Color

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

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

This div background color is #5AA50F.


Border color

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

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

This div border color is #5AA50F.


Opacity

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

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

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

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

This text has shadow with #5AA50F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA50F on black background.


Color preview on white background

This text has color #5AA50F on white background.



Black color preview on #5AA50F background

This text has black color on #5AA50F background.


White color preview on #5AA50F background

This text has white color on #5AA50F background.