COLOR #5EAA56

HEX: #5EAA56
RGB: (94,170,86)

Color info

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

RGB color model

#5EAA56 color RGB value is (94,170,86).

  • red value is 94;
  • green value is 170;
  • blue value is 86.
RGB:
(94,170,86)
(37%,67%,34%)

RGB channels and saturation

R 94 of 255 = 37%
G 170 of 255 = 67%
B 86 of 255 = 34%

94
170
86

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

Portions of RGB colors in percentages

R + G + B =
94 + 170 + 86 = 350 (100%)
R 94 of 350 ~ 26.86%
G 170 of 350 ~ 48.57%
B 86 of 350 ~ 24.57%

%26.86
%48.57
%24.57

CMYK color model

#5EAA56 color CMYK value is (45,0,49,33).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 49.41%
  • key color value is 33.33%
CMYK:
(45,0,49,33)
C45M0Y49K33 
(45%,0%,49%,33%)
(0.45/0.00/0.49/0.33)	

CMYK percentages

%44.71
%0
%49.41
%33.33

Codes

Color #5EAA56 in popluar color models

5EAA56
RGB9417086
HSL114°33.07%50.20%
HSB/HSV114°49.41%66.67%
CMYK44.71%0.00%49.41%
33.33%

Color #5EAA56 in popluar number systems.

HEX5EAA56
Decimal9417086
Binary1011110101010101010110
Octal136252126

Shades and tints

Shades of #5EAA56

#5EAA56
(94,170,86)
#569B4F
(86,155,79)
#4E8C48
(78,140,72)
#467D41
(70,125,65)
#3E6E3A
(62,110,58)
#365F33
(54,95,51)
#2E502C
(46,80,44)
#264125
(38,65,37)
#1E321E
(30,50,30)
#162317
(22,35,23)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #5EAA56

#5EAA56
(94,170,86)
#6CB165
(108,177,101)
#7AB874
(122,184,116)
#88BF83
(136,191,131)
#96C692
(150,198,146)
#A4CDA1
(164,205,161)
#B2D4B0
(178,212,176)
#C0DBBF
(192,219,191)
#CEE2CE
(206,226,206)
#DCE9DD
(220,233,221)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EAA56 color. Also use rgb(94,170,86) instead hex code.

Text Font Color

.myTextColor { color: #5EAA56; }

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

This text font color is #5EAA56.


Background Color

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

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

This div background color is #5EAA56.


Border color

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

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

This div border color is #5EAA56.


Opacity

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

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

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

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

This text has shadow with #5EAA56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EAA56 on black background.


Color preview on white background

This text has color #5EAA56 on white background.



Black color preview on #5EAA56 background

This text has black color on #5EAA56 background.


White color preview on #5EAA56 background

This text has white color on #5EAA56 background.