COLOR #5EA05E

HEX: #5EA05E RGB: (94,160,94)

Color info

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

RGB color model

#5EA05E color RGB value is (94,160,94).

RGB: (94,160,94) (37%, 63%, 37%)

RGB channels and saturation

R 94 of 255 = 37%
G 160 of 255 = 63%
B 94 of 255 = 37%

94
160
94

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

Portions of RGB colors in percentages

R + G + B = 94 + 160 + 94 = 348 (100%)
R 94 of 348 ~ 27.01%
G 160 of 348 ~ 45.98%
B 94 of 348 ~ 27.01'%

%27.01
%45.98
%27.01

CMYK color model

#5EA05E color CMYK value is (41,0,41,37).

  • cyan value is 41.25%
  • magenta value is 0.00%
  • yellow value is 41.25%
  • key color value is 37.25%

CMYK: (41,0,41,37)
C41M0Y41K37 (41%, 0%, 41%, 37%)
(0.41 / 0.00 / 0.41 / 0.37)

CMYK percentages

%41.25
%0
%41.25
%37.25

Codes

Color #5EA05E in popluar color models

5E A0 5E
RGB 94 160 94
HSL 120° 25.98% 49.80%
HSB/HSV 120° 41.25% 62.75%
CMYK 41.25% 0.00% 41.25%
37.25%

Color #5EA05E in popluar number systems.

HEX 5E A0 5E
Decimal 94 160 94
Binary 1011110 10100000 1011110
Octal 136 240 136

Shades and tints

Shades of #5EA05E

#5EA05E
(94,160,94)
#569256
(86,146,86)
#4E844E
(78,132,78)
#467646
(70,118,70)
#3E683E
(62,104,62)
#365A36
(54,90,54)
#2E4C2E
(46,76,46)
#263E26
(38,62,38)
#1E301E
(30,48,30)
#162216
(22,34,22)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #5EA05E

#5EA05E
(94,160,94)
#6CA86C
(108,168,108)
#7AB07A
(122,176,122)
#88B888
(136,184,136)
#96C096
(150,192,150)
#A4C8A4
(164,200,164)
#B2D0B2
(178,208,178)
#C0D8C0
(192,216,192)
#CEE0CE
(206,224,206)
#DCE8DC
(220,232,220)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA05E; }

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

This text font color is #5EA05E.

Background Color

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

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

This div background color is #5EA05E.

Border color

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

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

This div border color is #5EA05E.

Opacity

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

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

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

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

This text has shadow with #5EA05E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA05E.

Preview

Color preview on black background

This text has color #5EA05E on black background.


Color preview on white background

This text has color #5EA05E on white background.


Black color preview on #5EA05E background

This text has black color on #5EA05E background.


White color preview on #5EA05E background

This text has white color on #5EA05E background.


Related colors

Complementary color

Complementary color for #hex is #A15FA1.


I love getcolorcode.com

Triadic colors

1 #5E5EA0 and #A05E5E with #5EA05E are triadic colors.

2 #5EA05E and #A05E5E with #5EA05E are triadic colors.