COLOR #129506

HEX: #129506
RGB: (18,149,6)

Color info

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

RGB color model

#129506 color RGB value is (18,149,6).

  • red value is 18;
  • green value is 149;
  • blue value is 6.
RGB:
(18,149,6)
(7%,58%,2%)

RGB channels and saturation

R 18 of 255 = 7%
G 149 of 255 = 58%
B 6 of 255 = 2%

18
149
6

R + G + B ~ 22%. #129506 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 149 + 6 = 173 (100%)
R 18 of 173 ~ 10.4%
G 149 of 173 ~ 86.13%
B 6 of 173 ~ 3.47%

%10.4
%86.13

CMYK color model

#129506 color CMYK value is (88,0,96,42).

  • cyan value is 87.92%
  • magenta value is 0.00%
  • yellow value is 95.97%
  • key color value is 41.57%
CMYK:
(88,0,96,42)
C88M0Y96K42 
(88%,0%,96%,42%)
(0.88/0.00/0.96/0.42)	

CMYK percentages

%87.92
%0
%95.97
%41.57

Codes

Color #129506 in popluar color models

129506
RGB181496
HSL115°92.26%30.39%
HSB/HSV115°95.97%58.43%
CMYK87.92%0.00%95.97%
41.57%

Color #129506 in popluar number systems.

HEX129506
Decimal181496
Binary1001010010101110
Octal222256

Shades and tints

Shades of #129506

#129506
(18,149,6)
#118806
(17,136,6)
#107B06
(16,123,6)
#0F6E06
(15,110,6)
#0E6106
(14,97,6)
#0D5406
(13,84,6)
#0C4706
(12,71,6)
#0B3A06
(11,58,6)
#0A2D06
(10,45,6)
#092006
(9,32,6)
#081306
(8,19,6)
#000000
(0,0,0)

Tints of #129506

#129506
(18,149,6)
#279E1C
(39,158,28)
#3CA732
(60,167,50)
#51B048
(81,176,72)
#66B95E
(102,185,94)
#7BC274
(123,194,116)
#90CB8A
(144,203,138)
#A5D4A0
(165,212,160)
#BADDB6
(186,221,182)
#CFE6CC
(207,230,204)
#E4EFE2
(228,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #129506 color. Also use rgb(18,149,6) instead hex code.

Text Font Color

.myTextColor { color: #129506; }

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

This text font color is #129506.


Background Color

.myBgColor { background-color: #129506; }

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

This div background color is #129506.


Border color

.myBorderColor { border: 1px solid #129506; }

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

This div border color is #129506.


Opacity

.myOpacity80 { color: #129506; opacity: 0.8; }

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

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

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

This text has shadow with #129506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #129506 on black background.


Color preview on white background

This text has color #129506 on white background.



Black color preview on #129506 background

This text has black color on #129506 background.


White color preview on #129506 background

This text has white color on #129506 background.