COLOR #5EA16B

HEX: #5EA16B
RGB: (94,161,107)

Color info

#5EA16B contains mainly green and blue colors. Web safe color of #5EA16B is #669966 (or #696).

RGB color model

#5EA16B color RGB value is (94,161,107).

  • red value is 94;
  • green value is 161;
  • blue value is 107.
RGB:
(94,161,107)
(37%,63%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 161 of 255 = 63%
B 107 of 255 = 42%

94
161
107

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

Portions of RGB colors in percentages

R + G + B =
94 + 161 + 107 = 362 (100%)
R 94 of 362 ~ 25.97%
G 161 of 362 ~ 44.48%
B 107 of 362 ~ 29.56%

%25.97
%44.48
%29.56

CMYK color model

#5EA16B color CMYK value is (42,0,34,37).

  • cyan value is 41.61%
  • magenta value is 0.00%
  • yellow value is 33.54%
  • key color value is 36.86%
CMYK:
(42,0,34,37)
C42M0Y34K37 
(42%,0%,34%,37%)
(0.42/0.00/0.34/0.37)	

CMYK percentages

%41.61
%0
%33.54
%36.86

Codes

Color #5EA16B in popluar color models

5EA16B
RGB94161107
HSL132°26.27%50.00%
HSB/HSV132°41.61%63.14%
CMYK41.61%0.00%33.54%
36.86%

Color #5EA16B in popluar number systems.

HEX5EA16B
Decimal94161107
Binary1011110101000011101011
Octal136241153

Shades and tints

Shades of #5EA16B

#5EA16B
(94,161,107)
#569362
(86,147,98)
#4E8559
(78,133,89)
#467750
(70,119,80)
#3E6947
(62,105,71)
#365B3E
(54,91,62)
#2E4D35
(46,77,53)
#263F2C
(38,63,44)
#1E3123
(30,49,35)
#16231A
(22,35,26)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #5EA16B

#5EA16B
(94,161,107)
#6CA978
(108,169,120)
#7AB185
(122,177,133)
#88B992
(136,185,146)
#96C19F
(150,193,159)
#A4C9AC
(164,201,172)
#B2D1B9
(178,209,185)
#C0D9C6
(192,217,198)
#CEE1D3
(206,225,211)
#DCE9E0
(220,233,224)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA16B color. Also use rgb(94,161,107) instead hex code.

Text Font Color

.myTextColor { color: #5EA16B; }

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

This text font color is #5EA16B.


Background Color

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

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

This div background color is #5EA16B.


Border color

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

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

This div border color is #5EA16B.


Opacity

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

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

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

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

This text has shadow with #5EA16B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA16B on black background.


Color preview on white background

This text has color #5EA16B on white background.



Black color preview on #5EA16B background

This text has black color on #5EA16B background.


White color preview on #5EA16B background

This text has white color on #5EA16B background.