COLOR #0D960E

HEX: #0D960E
RGB: (13,150,14)

Color info

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

RGB color model

#0D960E color RGB value is (13,150,14).

  • red value is 13;
  • green value is 150;
  • blue value is 14.
RGB:
(13,150,14)
(5%,59%,5%)

RGB channels and saturation

R 13 of 255 = 5%
G 150 of 255 = 59%
B 14 of 255 = 5%

13
150
14

R + G + B ~ 23%. #0D960E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 150 + 14 = 177 (100%)
R 13 of 177 ~ 7.34%
G 150 of 177 ~ 84.75%
B 14 of 177 ~ 7.91%

%84.75

CMYK color model

#0D960E color CMYK value is (91,0,91,41).

  • cyan value is 91.33%
  • magenta value is 0.00%
  • yellow value is 90.67%
  • key color value is 41.18%
CMYK:
(91,0,91,41)
C91M0Y91K41 
(91%,0%,91%,41%)
(0.91/0.00/0.91/0.41)	

CMYK percentages

%91.33
%0
%90.67
%41.18

Codes

Color #0D960E in popluar color models

0D960E
RGB1315014
HSL120°84.05%31.96%
HSB/HSV120°91.33%58.82%
CMYK91.33%0.00%90.67%
41.18%

Color #0D960E in popluar number systems.

HEX0D960E
Decimal1315014
Binary1101100101101110
Octal1522616

Shades and tints

Shades of #0D960E

#0D960E
(13,150,14)
#0C890D
(12,137,13)
#0B7C0C
(11,124,12)
#0A6F0B
(10,111,11)
#09620A
(9,98,10)
#085509
(8,85,9)
#074808
(7,72,8)
#063B07
(6,59,7)
#052E06
(5,46,6)
#042105
(4,33,5)
#031404
(3,20,4)
#000000
(0,0,0)

Tints of #0D960E

#0D960E
(13,150,14)
#239F23
(35,159,35)
#39A838
(57,168,56)
#4FB14D
(79,177,77)
#65BA62
(101,186,98)
#7BC377
(123,195,119)
#91CC8C
(145,204,140)
#A7D5A1
(167,213,161)
#BDDEB6
(189,222,182)
#D3E7CB
(211,231,203)
#E9F0E0
(233,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D960E color. Also use rgb(13,150,14) instead hex code.

Text Font Color

.myTextColor { color: #0D960E; }

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

This text font color is #0D960E.


Background Color

.myBgColor { background-color: #0D960E; }

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

This div background color is #0D960E.


Border color

.myBorderColor { border: 1px solid #0D960E; }

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

This div border color is #0D960E.


Opacity

.myOpacity80 { color: #0D960E; opacity: 0.8; }

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

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

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

This text has shadow with #0D960E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D960E on black background.


Color preview on white background

This text has color #0D960E on white background.



Black color preview on #0D960E background

This text has black color on #0D960E background.


White color preview on #0D960E background

This text has white color on #0D960E background.