COLOR #0C9507

HEX: #0C9507
RGB: (12,149,7)

Color info

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

RGB color model

#0C9507 color RGB value is (12,149,7).

  • red value is 12;
  • green value is 149;
  • blue value is 7.
RGB:
(12,149,7)
(5%,58%,3%)

RGB channels and saturation

R 12 of 255 = 5%
G 149 of 255 = 58%
B 7 of 255 = 3%

12
149
7

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

Portions of RGB colors in percentages

R + G + B =
12 + 149 + 7 = 168 (100%)
R 12 of 168 ~ 7.14%
G 149 of 168 ~ 88.69%
B 7 of 168 ~ 4.17%

%88.69

CMYK color model

#0C9507 color CMYK value is (92,0,95,42).

  • cyan value is 91.95%
  • magenta value is 0.00%
  • yellow value is 95.30%
  • key color value is 41.57%
CMYK:
(92,0,95,42)
C92M0Y95K42 
(92%,0%,95%,42%)
(0.92/0.00/0.95/0.42)	

CMYK percentages

%91.95
%0
%95.3
%41.57

Codes

Color #0C9507 in popluar color models

0C9507
RGB121497
HSL118°91.03%30.59%
HSB/HSV118°95.30%58.43%
CMYK91.95%0.00%95.30%
41.57%

Color #0C9507 in popluar number systems.

HEX0C9507
Decimal121497
Binary110010010101111
Octal142257

Shades and tints

Shades of #0C9507

#0C9507
(12,149,7)
#0B8807
(11,136,7)
#0A7B07
(10,123,7)
#096E07
(9,110,7)
#086107
(8,97,7)
#075407
(7,84,7)
#064707
(6,71,7)
#053A07
(5,58,7)
#042D07
(4,45,7)
#032007
(3,32,7)
#021307
(2,19,7)
#000000
(0,0,0)

Tints of #0C9507

#0C9507
(12,149,7)
#229E1D
(34,158,29)
#38A733
(56,167,51)
#4EB049
(78,176,73)
#64B95F
(100,185,95)
#7AC275
(122,194,117)
#90CB8B
(144,203,139)
#A6D4A1
(166,212,161)
#BCDDB7
(188,221,183)
#D2E6CD
(210,230,205)
#E8EFE3
(232,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C9507 color. Also use rgb(12,149,7) instead hex code.

Text Font Color

.myTextColor { color: #0C9507; }

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

This text font color is #0C9507.


Background Color

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

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

This div background color is #0C9507.


Border color

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

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

This div border color is #0C9507.


Opacity

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

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

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

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

This text has shadow with #0C9507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C9507 on black background.


Color preview on white background

This text has color #0C9507 on white background.



Black color preview on #0C9507 background

This text has black color on #0C9507 background.


White color preview on #0C9507 background

This text has white color on #0C9507 background.