COLOR #4E9A1C

HEX: #4E9A1C
RGB: (78,154,28)

Color info

#4E9A1C contains mainly green color. Web safe color of #4E9A1C is #669933 (or #693).

RGB color model

#4E9A1C color RGB value is (78,154,28).

  • red value is 78;
  • green value is 154;
  • blue value is 28.
RGB:
(78,154,28)
(31%,60%,11%)

RGB channels and saturation

R 78 of 255 = 31%
G 154 of 255 = 60%
B 28 of 255 = 11%

78
154
28

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

Portions of RGB colors in percentages

R + G + B =
78 + 154 + 28 = 260 (100%)
R 78 of 260 ~ 30%
G 154 of 260 ~ 59.23%
B 28 of 260 ~ 10.77%

%30
%59.23
%10.77

CMYK color model

#4E9A1C color CMYK value is (49,0,82,40).

  • cyan value is 49.35%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 39.61%
CMYK:
(49,0,82,40)
C49M0Y82K40 
(49%,0%,82%,40%)
(0.49/0.00/0.82/0.40)	

CMYK percentages

%49.35
%0
%81.82
%39.61

Codes

Color #4E9A1C in popluar color models

4E9A1C
RGB7815428
HSL96°69.23%35.69%
HSB/HSV96°81.82%60.39%
CMYK49.35%0.00%81.82%
39.61%

Color #4E9A1C in popluar number systems.

HEX4E9A1C
Decimal7815428
Binary10011101001101011100
Octal11623234

Shades and tints

Shades of #4E9A1C

#4E9A1C
(78,154,28)
#478C1A
(71,140,26)
#407E18
(64,126,24)
#397016
(57,112,22)
#326214
(50,98,20)
#2B5412
(43,84,18)
#244610
(36,70,16)
#1D380E
(29,56,14)
#162A0C
(22,42,12)
#0F1C0A
(15,28,10)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #4E9A1C

#4E9A1C
(78,154,28)
#5EA330
(94,163,48)
#6EAC44
(110,172,68)
#7EB558
(126,181,88)
#8EBE6C
(142,190,108)
#9EC780
(158,199,128)
#AED094
(174,208,148)
#BED9A8
(190,217,168)
#CEE2BC
(206,226,188)
#DEEBD0
(222,235,208)
#EEF4E4
(238,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9A1C color. Also use rgb(78,154,28) instead hex code.

Text Font Color

.myTextColor { color: #4E9A1C; }

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

This text font color is #4E9A1C.


Background Color

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

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

This div background color is #4E9A1C.


Border color

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

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

This div border color is #4E9A1C.


Opacity

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

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

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

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

This text has shadow with #4E9A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9A1C on black background.


Color preview on white background

This text has color #4E9A1C on white background.



Black color preview on #4E9A1C background

This text has black color on #4E9A1C background.


White color preview on #4E9A1C background

This text has white color on #4E9A1C background.