COLOR #125F12

HEX: #125F12
RGB: (18,95,18)

Color info

#125F12 contains mainly green color. Web safe color of #125F12 is #006600 (or #060).

RGB color model

#125F12 color RGB value is (18,95,18).

  • red value is 18;
  • green value is 95;
  • blue value is 18.
RGB:
(18,95,18)
(7%,37%,7%)

RGB channels and saturation

R 18 of 255 = 7%
G 95 of 255 = 37%
B 18 of 255 = 7%

18
95
18

R + G + B ~ 17%. #125F12 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 95 + 18 = 131 (100%)
R 18 of 131 ~ 13.74%
G 95 of 131 ~ 72.52%
B 18 of 131 ~ 13.74%

%13.74
%72.52
%13.74

CMYK color model

#125F12 color CMYK value is (81,0,81,63).

  • cyan value is 81.05%
  • magenta value is 0.00%
  • yellow value is 81.05%
  • key color value is 62.75%
CMYK:
(81,0,81,63)
C81M0Y81K63 
(81%,0%,81%,63%)
(0.81/0.00/0.81/0.63)	

CMYK percentages

%81.05
%0
%81.05
%62.75

Codes

Color #125F12 in popluar color models

125F12
RGB189518
HSL120°68.14%22.16%
HSB/HSV120°81.05%37.25%
CMYK81.05%0.00%81.05%
62.75%

Color #125F12 in popluar number systems.

HEX125F12
Decimal189518
Binary10010101111110010
Octal2213722

Shades and tints

Shades of #125F12

#125F12
(18,95,18)
#115711
(17,87,17)
#104F10
(16,79,16)
#0F470F
(15,71,15)
#0E3F0E
(14,63,14)
#0D370D
(13,55,13)
#0C2F0C
(12,47,12)
#0B270B
(11,39,11)
#0A1F0A
(10,31,10)
#091709
(9,23,9)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #125F12

#125F12
(18,95,18)
#276D27
(39,109,39)
#3C7B3C
(60,123,60)
#518951
(81,137,81)
#669766
(102,151,102)
#7BA57B
(123,165,123)
#90B390
(144,179,144)
#A5C1A5
(165,193,165)
#BACFBA
(186,207,186)
#CFDDCF
(207,221,207)
#E4EBE4
(228,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125F12 color. Also use rgb(18,95,18) instead hex code.

Text Font Color

.myTextColor { color: #125F12; }

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

This text font color is #125F12.


Background Color

.myBgColor { background-color: #125F12; }

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

This div background color is #125F12.


Border color

.myBorderColor { border: 1px solid #125F12; }

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

This div border color is #125F12.


Opacity

.myOpacity80 { color: #125F12; opacity: 0.8; }

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

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

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

This text has shadow with #125F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125F12 on black background.


Color preview on white background

This text has color #125F12 on white background.



Black color preview on #125F12 background

This text has black color on #125F12 background.


White color preview on #125F12 background

This text has white color on #125F12 background.