COLOR #124E14

HEX: #124E14
RGB: (18,78,20)

Color info

#124E14 contains mainly green and blue colors. Web safe color of #124E14 is #006600 (or #060).

RGB color model

#124E14 color RGB value is (18,78,20).

  • red value is 18;
  • green value is 78;
  • blue value is 20.
RGB:
(18,78,20)
(7%,31%,8%)

RGB channels and saturation

R 18 of 255 = 7%
G 78 of 255 = 31%
B 20 of 255 = 8%

18
78
20

R + G + B ~ 15%. #124E14 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 78 + 20 = 116 (100%)
R 18 of 116 ~ 15.52%
G 78 of 116 ~ 67.24%
B 20 of 116 ~ 17.24%

%15.52
%67.24
%17.24

CMYK color model

#124E14 color CMYK value is (77,0,74,69).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 74.36%
  • key color value is 69.41%
CMYK:
(77,0,74,69)
C77M0Y74K69 
(77%,0%,74%,69%)
(0.77/0.00/0.74/0.69)	

CMYK percentages

%76.92
%0
%74.36
%69.41

Codes

Color #124E14 in popluar color models

124E14
RGB187820
HSL122°62.50%18.82%
HSB/HSV122°76.92%30.59%
CMYK76.92%0.00%74.36%
69.41%

Color #124E14 in popluar number systems.

HEX124E14
Decimal187820
Binary10010100111010100
Octal2211624

Shades and tints

Shades of #124E14

#124E14
(18,78,20)
#114713
(17,71,19)
#104012
(16,64,18)
#0F3911
(15,57,17)
#0E3210
(14,50,16)
#0D2B0F
(13,43,15)
#0C240E
(12,36,14)
#0B1D0D
(11,29,13)
#0A160C
(10,22,12)
#090F0B
(9,15,11)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #124E14

#124E14
(18,78,20)
#275E29
(39,94,41)
#3C6E3E
(60,110,62)
#517E53
(81,126,83)
#668E68
(102,142,104)
#7B9E7D
(123,158,125)
#90AE92
(144,174,146)
#A5BEA7
(165,190,167)
#BACEBC
(186,206,188)
#CFDED1
(207,222,209)
#E4EEE6
(228,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124E14 color. Also use rgb(18,78,20) instead hex code.

Text Font Color

.myTextColor { color: #124E14; }

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

This text font color is #124E14.


Background Color

.myBgColor { background-color: #124E14; }

<div style="background-color:#124E14">Inner text</div>

This div background color is #124E14.


Border color

.myBorderColor { border: 1px solid #124E14; }

<div style="border:3px solid #124E14">Div</div>

This div border color is #124E14.


Opacity

.myOpacity80 { color: #124E14; opacity: 0.8; }

<p style="color:#124E14;opacity:0.8;">80%</p>

Text with #124E14 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 #124E14;}

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

This text has shadow with #124E14 color.

.textShadow {text-shadow: 3px 3px 1px #124E14, 3px 3px 1px red;}

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

This text has shadow with #124E14 primary color and red secondary color.


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

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

This text has shadow with #124E14 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124E14 on black background.


Color preview on white background

This text has color #124E14 on white background.



Black color preview on #124E14 background

This text has black color on #124E14 background.


White color preview on #124E14 background

This text has white color on #124E14 background.