COLOR #125D00

HEX: #125D00
RGB: (18,93,0)

Color info

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

RGB color model

#125D00 color RGB value is (18,93,0).

  • red value is 18;
  • green value is 93;
  • blue value is 0.
RGB:
(18,93,0)
(7%,36%,0%)

RGB channels and saturation

R 18 of 255 = 7%
G 93 of 255 = 36%
B 0 of 255 = 0%

18
93
0

R + G + B ~ 14%. #125D00 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 93 + 0 = 111 (100%)
R 18 of 111 ~ 16.22%
G 93 of 111 ~ 83.78%
B 0 of 111 ~ 0%

%16.22
%83.78

CMYK color model

#125D00 color CMYK value is (81,0,100,64).

  • cyan value is 80.65%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 63.53%
CMYK:
(81,0,100,64)
C81M0Y100K64 
(81%,0%,100%,64%)
(0.81/0.00/1.00/0.64)	

CMYK percentages

%80.65
%0
%100
%63.53

Codes

Color #125D00 in popluar color models

125D00
RGB18930
HSL108°100.00%18.24%
HSB/HSV108°100.00%36.47%
CMYK80.65%0.00%100.00%
63.53%

Color #125D00 in popluar number systems.

HEX125D00
Decimal18930
Binary1001010111010
Octal221350

Shades and tints

Shades of #125D00

#125D00
(18,93,0)
#115500
(17,85,0)
#104D00
(16,77,0)
#0F4500
(15,69,0)
#0E3D00
(14,61,0)
#0D3500
(13,53,0)
#0C2D00
(12,45,0)
#0B2500
(11,37,0)
#0A1D00
(10,29,0)
#091500
(9,21,0)
#080D00
(8,13,0)
#000000
(0,0,0)

Tints of #125D00

#125D00
(18,93,0)
#276B17
(39,107,23)
#3C792E
(60,121,46)
#518745
(81,135,69)
#66955C
(102,149,92)
#7BA373
(123,163,115)
#90B18A
(144,177,138)
#A5BFA1
(165,191,161)
#BACDB8
(186,205,184)
#CFDBCF
(207,219,207)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125D00; }

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

This text font color is #125D00.


Background Color

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

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

This div background color is #125D00.


Border color

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

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

This div border color is #125D00.


Opacity

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

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

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

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

This text has shadow with #125D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125D00 on black background.


Color preview on white background

This text has color #125D00 on white background.



Black color preview on #125D00 background

This text has black color on #125D00 background.


White color preview on #125D00 background

This text has white color on #125D00 background.