COLOR #5A9E5D

HEX: #5A9E5D
RGB: (90,158,93)

Color info

#5A9E5D contains mainly green color. Web safe color of #5A9E5D is #669966 (or #696).

RGB color model

#5A9E5D color RGB value is (90,158,93).

  • red value is 90;
  • green value is 158;
  • blue value is 93.
RGB:
(90,158,93)
(35%,62%,36%)

RGB channels and saturation

R 90 of 255 = 35%
G 158 of 255 = 62%
B 93 of 255 = 36%

90
158
93

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

Portions of RGB colors in percentages

R + G + B =
90 + 158 + 93 = 341 (100%)
R 90 of 341 ~ 26.39%
G 158 of 341 ~ 46.33%
B 93 of 341 ~ 27.27%

%26.39
%46.33
%27.27

CMYK color model

#5A9E5D color CMYK value is (43,0,41,38).

  • cyan value is 43.04%
  • magenta value is 0.00%
  • yellow value is 41.14%
  • key color value is 38.04%
CMYK:
(43,0,41,38)
C43M0Y41K38 
(43%,0%,41%,38%)
(0.43/0.00/0.41/0.38)	

CMYK percentages

%43.04
%0
%41.14
%38.04

Codes

Color #5A9E5D in popluar color models

5A9E5D
RGB9015893
HSL123°27.42%48.63%
HSB/HSV123°43.04%61.96%
CMYK43.04%0.00%41.14%
38.04%

Color #5A9E5D in popluar number systems.

HEX5A9E5D
Decimal9015893
Binary1011010100111101011101
Octal132236135

Shades and tints

Shades of #5A9E5D

#5A9E5D
(90,158,93)
#529055
(82,144,85)
#4A824D
(74,130,77)
#427445
(66,116,69)
#3A663D
(58,102,61)
#325835
(50,88,53)
#2A4A2D
(42,74,45)
#223C25
(34,60,37)
#1A2E1D
(26,46,29)
#122015
(18,32,21)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #5A9E5D

#5A9E5D
(90,158,93)
#69A66B
(105,166,107)
#78AE79
(120,174,121)
#87B687
(135,182,135)
#96BE95
(150,190,149)
#A5C6A3
(165,198,163)
#B4CEB1
(180,206,177)
#C3D6BF
(195,214,191)
#D2DECD
(210,222,205)
#E1E6DB
(225,230,219)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9E5D color. Also use rgb(90,158,93) instead hex code.

Text Font Color

.myTextColor { color: #5A9E5D; }

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

This text font color is #5A9E5D.


Background Color

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

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

This div background color is #5A9E5D.


Border color

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

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

This div border color is #5A9E5D.


Opacity

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

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

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

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

This text has shadow with #5A9E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9E5D on black background.


Color preview on white background

This text has color #5A9E5D on white background.



Black color preview on #5A9E5D background

This text has black color on #5A9E5D background.


White color preview on #5A9E5D background

This text has white color on #5A9E5D background.