COLOR #5A9E5A

HEX: #5A9E5A
RGB: (90,158,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
158
90

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

Portions of RGB colors in percentages

R + G + B =
90 + 158 + 90 = 338 (100%)
R 90 of 338 ~ 26.63%
G 158 of 338 ~ 46.75%
B 90 of 338 ~ 26.63%

%26.63
%46.75
%26.63

CMYK color model

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

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

CMYK percentages

%43.04
%0
%43.04
%38.04

Codes

Color #5A9E5A in popluar color models

5A9E5A
RGB9015890
HSL120°27.42%48.63%
HSB/HSV120°43.04%61.96%
CMYK43.04%0.00%43.04%
38.04%

Color #5A9E5A in popluar number systems.

HEX5A9E5A
Decimal9015890
Binary1011010100111101011010
Octal132236132

Shades and tints

Shades of #5A9E5A

#5A9E5A
(90,158,90)
#529052
(82,144,82)
#4A824A
(74,130,74)
#427442
(66,116,66)
#3A663A
(58,102,58)
#325832
(50,88,50)
#2A4A2A
(42,74,42)
#223C22
(34,60,34)
#1A2E1A
(26,46,26)
#122012
(18,32,18)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #5A9E5A

#5A9E5A
(90,158,90)
#69A669
(105,166,105)
#78AE78
(120,174,120)
#87B687
(135,182,135)
#96BE96
(150,190,150)
#A5C6A5
(165,198,165)
#B4CEB4
(180,206,180)
#C3D6C3
(195,214,195)
#D2DED2
(210,222,210)
#E1E6E1
(225,230,225)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9E5A; }

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

This text font color is #5A9E5A.


Background Color

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

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

This div background color is #5A9E5A.


Border color

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

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

This div border color is #5A9E5A.


Opacity

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

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

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

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

This text has shadow with #5A9E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9E5A on black background.


Color preview on white background

This text has color #5A9E5A on white background.



Black color preview on #5A9E5A background

This text has black color on #5A9E5A background.


White color preview on #5A9E5A background

This text has white color on #5A9E5A background.