COLOR #126A23

HEX: #126A23
RGB: (18,106,35)

Color info

#126A23 contains mainly green color. Web safe color of #126A23 is #006633 (or #063).

RGB color model

#126A23 color RGB value is (18,106,35).

  • red value is 18;
  • green value is 106;
  • blue value is 35.
RGB:
(18,106,35)
(7%,42%,14%)

RGB channels and saturation

R 18 of 255 = 7%
G 106 of 255 = 42%
B 35 of 255 = 14%

18
106
35

R + G + B ~ 21%. #126A23 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 106 + 35 = 159 (100%)
R 18 of 159 ~ 11.32%
G 106 of 159 ~ 66.67%
B 35 of 159 ~ 22.01%

%11.32
%66.67
%22.01

CMYK color model

#126A23 color CMYK value is (83,0,67,58).

  • cyan value is 83.02%
  • magenta value is 0.00%
  • yellow value is 66.98%
  • key color value is 58.43%
CMYK:
(83,0,67,58)
C83M0Y67K58 
(83%,0%,67%,58%)
(0.83/0.00/0.67/0.58)	

CMYK percentages

%83.02
%0
%66.98
%58.43

Codes

Color #126A23 in popluar color models

126A23
RGB1810635
HSL132°70.97%24.31%
HSB/HSV132°83.02%41.57%
CMYK83.02%0.00%66.98%
58.43%

Color #126A23 in popluar number systems.

HEX126A23
Decimal1810635
Binary100101101010100011
Octal2215243

Shades and tints

Shades of #126A23

#126A23
(18,106,35)
#116120
(17,97,32)
#10581D
(16,88,29)
#0F4F1A
(15,79,26)
#0E4617
(14,70,23)
#0D3D14
(13,61,20)
#0C3411
(12,52,17)
#0B2B0E
(11,43,14)
#0A220B
(10,34,11)
#091908
(9,25,8)
#081005
(8,16,5)
#000000
(0,0,0)

Tints of #126A23

#126A23
(18,106,35)
#277737
(39,119,55)
#3C844B
(60,132,75)
#51915F
(81,145,95)
#669E73
(102,158,115)
#7BAB87
(123,171,135)
#90B89B
(144,184,155)
#A5C5AF
(165,197,175)
#BAD2C3
(186,210,195)
#CFDFD7
(207,223,215)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126A23 color. Also use rgb(18,106,35) instead hex code.

Text Font Color

.myTextColor { color: #126A23; }

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

This text font color is #126A23.


Background Color

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

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

This div background color is #126A23.


Border color

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

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

This div border color is #126A23.


Opacity

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

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

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

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

This text has shadow with #126A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126A23 on black background.


Color preview on white background

This text has color #126A23 on white background.



Black color preview on #126A23 background

This text has black color on #126A23 background.


White color preview on #126A23 background

This text has white color on #126A23 background.