COLOR #049F16

HEX: #049F16
RGB: (4,159,22)

Color info

#049F16 contains mainly green color. Web safe color of #049F16 is #009900 (or #090).

RGB color model

#049F16 color RGB value is (4,159,22).

  • red value is 4;
  • green value is 159;
  • blue value is 22.
RGB:
(4,159,22)
(2%,62%,9%)

RGB channels and saturation

R 4 of 255 = 2%
G 159 of 255 = 62%
B 22 of 255 = 9%

4
159
22

R + G + B ~ 24%. #049F16 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 159 + 22 = 185 (100%)
R 4 of 185 ~ 2.16%
G 159 of 185 ~ 85.95%
B 22 of 185 ~ 11.89%

%85.95
%11.89

CMYK color model

#049F16 color CMYK value is (97,0,86,38).

  • cyan value is 97.48%
  • magenta value is 0.00%
  • yellow value is 86.16%
  • key color value is 37.65%
CMYK:
(97,0,86,38)
C97M0Y86K38 
(97%,0%,86%,38%)
(0.97/0.00/0.86/0.38)	

CMYK percentages

%97.48
%0
%86.16
%37.65

Codes

Color #049F16 in popluar color models

049F16
RGB415922
HSL127°95.09%31.96%
HSB/HSV127°97.48%62.35%
CMYK97.48%0.00%86.16%
37.65%

Color #049F16 in popluar number systems.

HEX049F16
Decimal415922
Binary1001001111110110
Octal423726

Shades and tints

Shades of #049F16

#049F16
(4,159,22)
#049114
(4,145,20)
#048312
(4,131,18)
#047510
(4,117,16)
#04670E
(4,103,14)
#04590C
(4,89,12)
#044B0A
(4,75,10)
#043D08
(4,61,8)
#042F06
(4,47,6)
#042104
(4,33,4)
#041302
(4,19,2)
#000000
(0,0,0)

Tints of #049F16

#049F16
(4,159,22)
#1AA72B
(26,167,43)
#30AF40
(48,175,64)
#46B755
(70,183,85)
#5CBF6A
(92,191,106)
#72C77F
(114,199,127)
#88CF94
(136,207,148)
#9ED7A9
(158,215,169)
#B4DFBE
(180,223,190)
#CAE7D3
(202,231,211)
#E0EFE8
(224,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #049F16 color. Also use rgb(4,159,22) instead hex code.

Text Font Color

.myTextColor { color: #049F16; }

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

This text font color is #049F16.


Background Color

.myBgColor { background-color: #049F16; }

<div style="background-color:#049F16">Inner text</div>

This div background color is #049F16.


Border color

.myBorderColor { border: 1px solid #049F16; }

<div style="border:3px solid #049F16">Div</div>

This div border color is #049F16.


Opacity

.myOpacity80 { color: #049F16; opacity: 0.8; }

<p style="color:#049F16;opacity:0.8;">80%</p>

Text with #049F16 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 #049F16;}

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

This text has shadow with #049F16 color.

.textShadow {text-shadow: 3px 3px 1px #049F16, 3px 3px 1px red;}

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

This text has shadow with #049F16 primary color and red secondary color.


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

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

This text has shadow with #049F16 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #049F16 on black background.


Color preview on white background

This text has color #049F16 on white background.



Black color preview on #049F16 background

This text has black color on #049F16 background.


White color preview on #049F16 background

This text has white color on #049F16 background.