COLOR #5A9E5B

HEX: #5A9E5B RGB: (90,158,91)

Color info

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

RGB color model

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

RGB: (90,158,91) (35%, 62%, 36%)

RGB channels and saturation

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

90
158
91

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

Portions of RGB colors in percentages

R + G + B = 90 + 158 + 91 = 339 (100%)
R 90 of 339 ~ 26.55%
G 158 of 339 ~ 46.61%
B 91 of 339 ~ 26.84'%

%26.55
%46.61
%26.84

CMYK color model

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

  • cyan value is 43.04%
  • magenta value is 0.00%
  • yellow value is 42.41%
  • key color value is 38.04%

CMYK: (43,0,42,38)
C43M0Y42K38 (43%, 0%, 42%, 38%)
(0.43 / 0.00 / 0.42 / 0.38)

CMYK percentages

%43.04
%0
%42.41
%38.04

Codes

Color #5A9E5B in popluar color models

5A 9E 5B
RGB 90 158 91
HSL 121° 27.42% 48.63%
HSB/HSV 121° 43.04% 61.96%
CMYK 43.04% 0.00% 42.41%
38.04%

Color #5A9E5B in popluar number systems.

HEX 5A 9E 5B
Decimal 90 158 91
Binary 1011010 10011110 1011011
Octal 132 236 133

Shades and tints

Shades of #5A9E5B

#5A9E5B
(90,158,91)
#529053
(82,144,83)
#4A824B
(74,130,75)
#427443
(66,116,67)
#3A663B
(58,102,59)
#325833
(50,88,51)
#2A4A2B
(42,74,43)
#223C23
(34,60,35)
#1A2E1B
(26,46,27)
#122013
(18,32,19)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #5A9E5B

#5A9E5B
(90,158,91)
#69A669
(105,166,105)
#78AE77
(120,174,119)
#87B685
(135,182,133)
#96BE93
(150,190,147)
#A5C6A1
(165,198,161)
#B4CEAF
(180,206,175)
#C3D6BD
(195,214,189)
#D2DECB
(210,222,203)
#E1E6D9
(225,230,217)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9E5B; }

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

This text font color is #5A9E5B.

Background Color

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

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

This div background color is #5A9E5B.

Border color

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

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

This div border color is #5A9E5B.

Opacity

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

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

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

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

This text has shadow with #5A9E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A9E5B.

Preview

Color preview on black background

This text has color #5A9E5B on black background.


Color preview on white background

This text has color #5A9E5B on white background.


Black color preview on #5A9E5B background

This text has black color on #5A9E5B background.


White color preview on #5A9E5B background

This text has white color on #5A9E5B background.


Related colors

Complementary color

Complementary color for #hex is #A561A4.


I love getcolorcode.com

Triadic colors

1 #5B5A9E and #9E5B5A with #5A9E5B are triadic colors.

2 #5B9E5A and #9E5A5B with #5A9E5B are triadic colors.