COLOR #5EAB1C

HEX: #5EAB1C
RGB: (94,171,28)

Color info

#5EAB1C contains mainly green color. Web safe color of #5EAB1C is #669933 (or #693).

RGB color model

#5EAB1C color RGB value is (94,171,28).

  • red value is 94;
  • green value is 171;
  • blue value is 28.
RGB:
(94,171,28)
(37%,67%,11%)

RGB channels and saturation

R 94 of 255 = 37%
G 171 of 255 = 67%
B 28 of 255 = 11%

94
171
28

R + G + B ~ 38%. #5EAB1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 171 + 28 = 293 (100%)
R 94 of 293 ~ 32.08%
G 171 of 293 ~ 58.36%
B 28 of 293 ~ 9.56%

%32.08
%58.36
%9.56

CMYK color model

#5EAB1C color CMYK value is (45,0,84,33).

  • cyan value is 45.03%
  • magenta value is 0.00%
  • yellow value is 83.63%
  • key color value is 32.94%
CMYK:
(45,0,84,33)
C45M0Y84K33 
(45%,0%,84%,33%)
(0.45/0.00/0.84/0.33)	

CMYK percentages

%45.03
%0
%83.63
%32.94

Codes

Color #5EAB1C in popluar color models

5EAB1C
RGB9417128
HSL92°71.86%39.02%
HSB/HSV92°83.63%67.06%
CMYK45.03%0.00%83.63%
32.94%

Color #5EAB1C in popluar number systems.

HEX5EAB1C
Decimal9417128
Binary10111101010101111100
Octal13625334

Shades and tints

Shades of #5EAB1C

#5EAB1C
(94,171,28)
#569C1A
(86,156,26)
#4E8D18
(78,141,24)
#467E16
(70,126,22)
#3E6F14
(62,111,20)
#366012
(54,96,18)
#2E5110
(46,81,16)
#26420E
(38,66,14)
#1E330C
(30,51,12)
#16240A
(22,36,10)
#0E1508
(14,21,8)
#000000
(0,0,0)

Tints of #5EAB1C

#5EAB1C
(94,171,28)
#6CB230
(108,178,48)
#7AB944
(122,185,68)
#88C058
(136,192,88)
#96C76C
(150,199,108)
#A4CE80
(164,206,128)
#B2D594
(178,213,148)
#C0DCA8
(192,220,168)
#CEE3BC
(206,227,188)
#DCEAD0
(220,234,208)
#EAF1E4
(234,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EAB1C; }

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

This text font color is #5EAB1C.


Background Color

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

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

This div background color is #5EAB1C.


Border color

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

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

This div border color is #5EAB1C.


Opacity

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

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

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

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

This text has shadow with #5EAB1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EAB1C on black background.


Color preview on white background

This text has color #5EAB1C on white background.



Black color preview on #5EAB1C background

This text has black color on #5EAB1C background.


White color preview on #5EAB1C background

This text has white color on #5EAB1C background.