COLOR #0D9D0C

HEX: #0D9D0C RGB: (13,157,12)

Color info

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

RGB color model

#0D9D0C color RGB value is (13,157,12).

RGB: (13,157,12) (5%, 62%, 5%)

RGB channels and saturation

R 13 of 255 = 5%
G 157 of 255 = 62%
B 12 of 255 = 5%

13
157
12

R + G + B ~ 24%. #0D9D0C is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 157 + 12 = 182 (100%)
R 13 of 182 ~ 7.14%
G 157 of 182 ~ 86.26%
B 12 of 182 ~ 6.59'%

%86.26

CMYK color model

#0D9D0C color CMYK value is (92,0,92,38).

  • cyan value is 91.72%
  • magenta value is 0.00%
  • yellow value is 92.36%
  • key color value is 38.43%

CMYK: (92,0,92,38)
C92M0Y92K38 (92%, 0%, 92%, 38%)
(0.92 / 0.00 / 0.92 / 0.38)

CMYK percentages

%91.72
%0
%92.36
%38.43

Codes

Color #0D9D0C in popluar color models

0D 9D 0C
RGB 13 157 12
HSL 120° 85.80% 33.14%
HSB/HSV 120° 92.36% 61.57%
CMYK 91.72% 0.00% 92.36%
38.43%

Color #0D9D0C in popluar number systems.

HEX 0D 9D 0C
Decimal 13 157 12
Binary 1101 10011101 1100
Octal 15 235 14

Shades and tints

Shades of #0D9D0C

#0D9D0C
(13,157,12)
#0C8F0B
(12,143,11)
#0B810A
(11,129,10)
#0A7309
(10,115,9)
#096508
(9,101,8)
#085707
(8,87,7)
#074906
(7,73,6)
#063B05
(6,59,5)
#052D04
(5,45,4)
#041F03
(4,31,3)
#031102
(3,17,2)
#000000
(0,0,0)

Tints of #0D9D0C

#0D9D0C
(13,157,12)
#23A522
(35,165,34)
#39AD38
(57,173,56)
#4FB54E
(79,181,78)
#65BD64
(101,189,100)
#7BC57A
(123,197,122)
#91CD90
(145,205,144)
#A7D5A6
(167,213,166)
#BDDDBC
(189,221,188)
#D3E5D2
(211,229,210)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D9D0C color. Also use rgb(13,157,12) instead hex code.

Text Font Color

.myTextColor { color: #0D9D0C; }

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

This text font color is #0D9D0C.

Background Color

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

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

This div background color is #0D9D0C.

Border color

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

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

This div border color is #0D9D0C.

Opacity

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

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

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

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

This text has shadow with #0D9D0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D9D0C.

Preview

Color preview on black background

This text has color #0D9D0C on black background.


Color preview on white background

This text has color #0D9D0C on white background.


Black color preview on #0D9D0C background

This text has black color on #0D9D0C background.


White color preview on #0D9D0C background

This text has white color on #0D9D0C background.


Related colors

Complementary color

Complementary color for #hex is #F262F3.


I love getcolorcode.com

Triadic colors

1 #0C0D9D and #9D0C0D with #0D9D0C are triadic colors.

2 #0C9D0D and #9D0D0C with #0D9D0C are triadic colors.