COLOR #014E10

HEX: #014E10
RGB: (1,78,16)

Color info

#014E10 contains mainly green color. Web safe color of #014E10 is #006600 (or #060).

RGB color model

#014E10 color RGB value is (1,78,16).

  • red value is 1;
  • green value is 78;
  • blue value is 16.
RGB:
(1,78,16)
(0%,31%,6%)

RGB channels and saturation

R 1 of 255 = 0%
G 78 of 255 = 31%
B 16 of 255 = 6%

1
78
16

R + G + B ~ 12%. #014E10 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 78 + 16 = 95 (100%)
R 1 of 95 ~ 1.05%
G 78 of 95 ~ 82.11%
B 16 of 95 ~ 16.84%

%82.11
%16.84

CMYK color model

#014E10 color CMYK value is (99,0,79,69).

  • cyan value is 98.72%
  • magenta value is 0.00%
  • yellow value is 79.49%
  • key color value is 69.41%
CMYK:
(99,0,79,69)
C99M0Y79K69 
(99%,0%,79%,69%)
(0.99/0.00/0.79/0.69)	

CMYK percentages

%98.72
%0
%79.49
%69.41

Codes

Color #014E10 in popluar color models

014E10
RGB17816
HSL132°97.47%15.49%
HSB/HSV132°98.72%30.59%
CMYK98.72%0.00%79.49%
69.41%

Color #014E10 in popluar number systems.

HEX014E10
Decimal17816
Binary1100111010000
Octal111620

Shades and tints

Shades of #014E10

#014E10
(1,78,16)
#01470F
(1,71,15)
#01400E
(1,64,14)
#01390D
(1,57,13)
#01320C
(1,50,12)
#012B0B
(1,43,11)
#01240A
(1,36,10)
#011D09
(1,29,9)
#011608
(1,22,8)
#010F07
(1,15,7)
#010806
(1,8,6)
#000000
(0,0,0)

Tints of #014E10

#014E10
(1,78,16)
#185E25
(24,94,37)
#2F6E3A
(47,110,58)
#467E4F
(70,126,79)
#5D8E64
(93,142,100)
#749E79
(116,158,121)
#8BAE8E
(139,174,142)
#A2BEA3
(162,190,163)
#B9CEB8
(185,206,184)
#D0DECD
(208,222,205)
#E7EEE2
(231,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014E10 color. Also use rgb(1,78,16) instead hex code.

Text Font Color

.myTextColor { color: #014E10; }

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

This text font color is #014E10.


Background Color

.myBgColor { background-color: #014E10; }

<div style="background-color:#014E10">Inner text</div>

This div background color is #014E10.


Border color

.myBorderColor { border: 1px solid #014E10; }

<div style="border:3px solid #014E10">Div</div>

This div border color is #014E10.


Opacity

.myOpacity80 { color: #014E10; opacity: 0.8; }

<p style="color:#014E10;opacity:0.8;">80%</p>

Text with #014E10 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 #014E10;}

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

This text has shadow with #014E10 color.

.textShadow {text-shadow: 3px 3px 1px #014E10, 3px 3px 1px red;}

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

This text has shadow with #014E10 primary color and red secondary color.


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

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

This text has shadow with #014E10 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014E10 on black background.


Color preview on white background

This text has color #014E10 on white background.



Black color preview on #014E10 background

This text has black color on #014E10 background.


White color preview on #014E10 background

This text has white color on #014E10 background.