COLOR #4E9E16

HEX: #4E9E16
RGB: (78,158,22)

Color info

#4E9E16 contains mainly green color. Web safe color of #4E9E16 is #669900 (or #690).

RGB color model

#4E9E16 color RGB value is (78,158,22).

  • red value is 78;
  • green value is 158;
  • blue value is 22.
RGB:
(78,158,22)
(31%,62%,9%)

RGB channels and saturation

R 78 of 255 = 31%
G 158 of 255 = 62%
B 22 of 255 = 9%

78
158
22

R + G + B ~ 34%. #4E9E16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 158 + 22 = 258 (100%)
R 78 of 258 ~ 30.23%
G 158 of 258 ~ 61.24%
B 22 of 258 ~ 8.53%

%30.23
%61.24

CMYK color model

#4E9E16 color CMYK value is (51,0,86,38).

  • cyan value is 50.63%
  • magenta value is 0.00%
  • yellow value is 86.08%
  • key color value is 38.04%
CMYK:
(51,0,86,38)
C51M0Y86K38 
(51%,0%,86%,38%)
(0.51/0.00/0.86/0.38)	

CMYK percentages

%50.63
%0
%86.08
%38.04

Codes

Color #4E9E16 in popluar color models

4E9E16
RGB7815822
HSL95°75.56%35.29%
HSB/HSV95°86.08%61.96%
CMYK50.63%0.00%86.08%
38.04%

Color #4E9E16 in popluar number systems.

HEX4E9E16
Decimal7815822
Binary10011101001111010110
Octal11623626

Shades and tints

Shades of #4E9E16

#4E9E16
(78,158,22)
#479014
(71,144,20)
#408212
(64,130,18)
#397410
(57,116,16)
#32660E
(50,102,14)
#2B580C
(43,88,12)
#244A0A
(36,74,10)
#1D3C08
(29,60,8)
#162E06
(22,46,6)
#0F2004
(15,32,4)
#081202
(8,18,2)
#000000
(0,0,0)

Tints of #4E9E16

#4E9E16
(78,158,22)
#5EA62B
(94,166,43)
#6EAE40
(110,174,64)
#7EB655
(126,182,85)
#8EBE6A
(142,190,106)
#9EC67F
(158,198,127)
#AECE94
(174,206,148)
#BED6A9
(190,214,169)
#CEDEBE
(206,222,190)
#DEE6D3
(222,230,211)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9E16 color. Also use rgb(78,158,22) instead hex code.

Text Font Color

.myTextColor { color: #4E9E16; }

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

This text font color is #4E9E16.


Background Color

.myBgColor { background-color: #4E9E16; }

<div style="background-color:#4E9E16">Inner text</div>

This div background color is #4E9E16.


Border color

.myBorderColor { border: 1px solid #4E9E16; }

<div style="border:3px solid #4E9E16">Div</div>

This div border color is #4E9E16.


Opacity

.myOpacity80 { color: #4E9E16; opacity: 0.8; }

<p style="color:#4E9E16;opacity:0.8;">80%</p>

Text with #4E9E16 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 #4E9E16;}

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

This text has shadow with #4E9E16 color.

.textShadow {text-shadow: 3px 3px 1px #4E9E16, 3px 3px 1px red;}

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

This text has shadow with #4E9E16 primary color and red secondary color.


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

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

This text has shadow with #4E9E16 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9E16 on black background.


Color preview on white background

This text has color #4E9E16 on white background.



Black color preview on #4E9E16 background

This text has black color on #4E9E16 background.


White color preview on #4E9E16 background

This text has white color on #4E9E16 background.