COLOR #5A9D4B

HEX: #5A9D4B
RGB: (90,157,75)

Color info

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

RGB color model

#5A9D4B color RGB value is (90,157,75).

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

RGB channels and saturation

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

90
157
75

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

Portions of RGB colors in percentages

R + G + B =
90 + 157 + 75 = 322 (100%)
R 90 of 322 ~ 27.95%
G 157 of 322 ~ 48.76%
B 75 of 322 ~ 23.29%

%27.95
%48.76
%23.29

CMYK color model

#5A9D4B color CMYK value is (43,0,52,38).

  • cyan value is 42.68%
  • magenta value is 0.00%
  • yellow value is 52.23%
  • key color value is 38.43%
CMYK:
(43,0,52,38)
C43M0Y52K38 
(43%,0%,52%,38%)
(0.43/0.00/0.52/0.38)	

CMYK percentages

%42.68
%0
%52.23
%38.43

Codes

Color #5A9D4B in popluar color models

5A9D4B
RGB9015775
HSL109°35.34%45.49%
HSB/HSV109°52.23%61.57%
CMYK42.68%0.00%52.23%
38.43%

Color #5A9D4B in popluar number systems.

HEX5A9D4B
Decimal9015775
Binary1011010100111011001011
Octal132235113

Shades and tints

Shades of #5A9D4B

#5A9D4B
(90,157,75)
#528F45
(82,143,69)
#4A813F
(74,129,63)
#427339
(66,115,57)
#3A6533
(58,101,51)
#32572D
(50,87,45)
#2A4927
(42,73,39)
#223B21
(34,59,33)
#1A2D1B
(26,45,27)
#121F15
(18,31,21)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #5A9D4B

#5A9D4B
(90,157,75)
#69A55B
(105,165,91)
#78AD6B
(120,173,107)
#87B57B
(135,181,123)
#96BD8B
(150,189,139)
#A5C59B
(165,197,155)
#B4CDAB
(180,205,171)
#C3D5BB
(195,213,187)
#D2DDCB
(210,221,203)
#E1E5DB
(225,229,219)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9D4B; }

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

This text font color is #5A9D4B.


Background Color

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

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

This div background color is #5A9D4B.


Border color

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

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

This div border color is #5A9D4B.


Opacity

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

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

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

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

This text has shadow with #5A9D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9D4B on black background.


Color preview on white background

This text has color #5A9D4B on white background.



Black color preview on #5A9D4B background

This text has black color on #5A9D4B background.


White color preview on #5A9D4B background

This text has white color on #5A9D4B background.