COLOR #5A9D4A

HEX: #5A9D4A
RGB: (90,157,74)

Color info

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

RGB color model

#5A9D4A color RGB value is (90,157,74).

  • red value is 90;
  • green value is 157;
  • blue value is 74.
RGB:
(90,157,74)
(35%,62%,29%)

RGB channels and saturation

R 90 of 255 = 35%
G 157 of 255 = 62%
B 74 of 255 = 29%

90
157
74

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

Portions of RGB colors in percentages

R + G + B =
90 + 157 + 74 = 321 (100%)
R 90 of 321 ~ 28.04%
G 157 of 321 ~ 48.91%
B 74 of 321 ~ 23.05%

%28.04
%48.91
%23.05

CMYK color model

#5A9D4A color CMYK value is (43,0,53,38).

  • cyan value is 42.68%
  • magenta value is 0.00%
  • yellow value is 52.87%
  • key color value is 38.43%
CMYK:
(43,0,53,38)
C43M0Y53K38 
(43%,0%,53%,38%)
(0.43/0.00/0.53/0.38)	

CMYK percentages

%42.68
%0
%52.87
%38.43

Codes

Color #5A9D4A in popluar color models

5A9D4A
RGB9015774
HSL108°35.93%45.29%
HSB/HSV108°52.87%61.57%
CMYK42.68%0.00%52.87%
38.43%

Color #5A9D4A in popluar number systems.

HEX5A9D4A
Decimal9015774
Binary1011010100111011001010
Octal132235112

Shades and tints

Shades of #5A9D4A

#5A9D4A
(90,157,74)
#528F44
(82,143,68)
#4A813E
(74,129,62)
#427338
(66,115,56)
#3A6532
(58,101,50)
#32572C
(50,87,44)
#2A4926
(42,73,38)
#223B20
(34,59,32)
#1A2D1A
(26,45,26)
#121F14
(18,31,20)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #5A9D4A

#5A9D4A
(90,157,74)
#69A55A
(105,165,90)
#78AD6A
(120,173,106)
#87B57A
(135,181,122)
#96BD8A
(150,189,138)
#A5C59A
(165,197,154)
#B4CDAA
(180,205,170)
#C3D5BA
(195,213,186)
#D2DDCA
(210,221,202)
#E1E5DA
(225,229,218)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9D4A color. Also use rgb(90,157,74) instead hex code.

Text Font Color

.myTextColor { color: #5A9D4A; }

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

This text font color is #5A9D4A.


Background Color

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

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

This div background color is #5A9D4A.


Border color

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

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

This div border color is #5A9D4A.


Opacity

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

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

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

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

This text has shadow with #5A9D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9D4A on black background.


Color preview on white background

This text has color #5A9D4A on white background.



Black color preview on #5A9D4A background

This text has black color on #5A9D4A background.


White color preview on #5A9D4A background

This text has white color on #5A9D4A background.