COLOR #126E0E

HEX: #126E0E
RGB: (18,110,14)

Color info

#126E0E contains mainly green color. Web safe color of #126E0E is #006600 (or #060).

RGB color model

#126E0E color RGB value is (18,110,14).

  • red value is 18;
  • green value is 110;
  • blue value is 14.
RGB:
(18,110,14)
(7%,43%,5%)

RGB channels and saturation

R 18 of 255 = 7%
G 110 of 255 = 43%
B 14 of 255 = 5%

18
110
14

R + G + B ~ 18%. #126E0E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 110 + 14 = 142 (100%)
R 18 of 142 ~ 12.68%
G 110 of 142 ~ 77.46%
B 14 of 142 ~ 9.86%

%12.68
%77.46
%9.86

CMYK color model

#126E0E color CMYK value is (84,0,87,57).

  • cyan value is 83.64%
  • magenta value is 0.00%
  • yellow value is 87.27%
  • key color value is 56.86%
CMYK:
(84,0,87,57)
C84M0Y87K57 
(84%,0%,87%,57%)
(0.84/0.00/0.87/0.57)	

CMYK percentages

%83.64
%0
%87.27
%56.86

Codes

Color #126E0E in popluar color models

126E0E
RGB1811014
HSL118°77.42%24.31%
HSB/HSV118°87.27%43.14%
CMYK83.64%0.00%87.27%
56.86%

Color #126E0E in popluar number systems.

HEX126E0E
Decimal1811014
Binary1001011011101110
Octal2215616

Shades and tints

Shades of #126E0E

#126E0E
(18,110,14)
#11640D
(17,100,13)
#105A0C
(16,90,12)
#0F500B
(15,80,11)
#0E460A
(14,70,10)
#0D3C09
(13,60,9)
#0C3208
(12,50,8)
#0B2807
(11,40,7)
#0A1E06
(10,30,6)
#091405
(9,20,5)
#080A04
(8,10,4)
#000000
(0,0,0)

Tints of #126E0E

#126E0E
(18,110,14)
#277B23
(39,123,35)
#3C8838
(60,136,56)
#51954D
(81,149,77)
#66A262
(102,162,98)
#7BAF77
(123,175,119)
#90BC8C
(144,188,140)
#A5C9A1
(165,201,161)
#BAD6B6
(186,214,182)
#CFE3CB
(207,227,203)
#E4F0E0
(228,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126E0E color. Also use rgb(18,110,14) instead hex code.

Text Font Color

.myTextColor { color: #126E0E; }

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

This text font color is #126E0E.


Background Color

.myBgColor { background-color: #126E0E; }

<div style="background-color:#126E0E">Inner text</div>

This div background color is #126E0E.


Border color

.myBorderColor { border: 1px solid #126E0E; }

<div style="border:3px solid #126E0E">Div</div>

This div border color is #126E0E.


Opacity

.myOpacity80 { color: #126E0E; opacity: 0.8; }

<p style="color:#126E0E;opacity:0.8;">80%</p>

Text with #126E0E 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 #126E0E;}

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

This text has shadow with #126E0E color.

.textShadow {text-shadow: 3px 3px 1px #126E0E, 3px 3px 1px red;}

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

This text has shadow with #126E0E primary color and red secondary color.


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

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

This text has shadow with #126E0E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126E0E on black background.


Color preview on white background

This text has color #126E0E on white background.



Black color preview on #126E0E background

This text has black color on #126E0E background.


White color preview on #126E0E background

This text has white color on #126E0E background.