COLOR #0C954C

HEX: #0C954C
RGB: (12,149,76)

Color info

#0C954C contains mainly green color. Web safe color of #0C954C is #009933 (or #093).

RGB color model

#0C954C color RGB value is (12,149,76).

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

RGB channels and saturation

R 12 of 255 = 5%
G 149 of 255 = 58%
B 76 of 255 = 30%

12
149
76

R + G + B ~ 31%. #0C954C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 149 + 76 = 237 (100%)
R 12 of 237 ~ 5.06%
G 149 of 237 ~ 62.87%
B 76 of 237 ~ 32.07%

%62.87
%32.07

CMYK color model

#0C954C color CMYK value is (92,0,49,42).

  • cyan value is 91.95%
  • magenta value is 0.00%
  • yellow value is 48.99%
  • key color value is 41.57%
CMYK:
(92,0,49,42)
C92M0Y49K42 
(92%,0%,49%,42%)
(0.92/0.00/0.49/0.42)	

CMYK percentages

%91.95
%0
%48.99
%41.57

Codes

Color #0C954C in popluar color models

0C954C
RGB1214976
HSL148°85.09%31.57%
HSB/HSV148°91.95%58.43%
CMYK91.95%0.00%48.99%
41.57%

Color #0C954C in popluar number systems.

HEX0C954C
Decimal1214976
Binary1100100101011001100
Octal14225114

Shades and tints

Shades of #0C954C

#0C954C
(12,149,76)
#0B8846
(11,136,70)
#0A7B40
(10,123,64)
#096E3A
(9,110,58)
#086134
(8,97,52)
#07542E
(7,84,46)
#064728
(6,71,40)
#053A22
(5,58,34)
#042D1C
(4,45,28)
#032016
(3,32,22)
#021310
(2,19,16)
#000000
(0,0,0)

Tints of #0C954C

#0C954C
(12,149,76)
#229E5C
(34,158,92)
#38A76C
(56,167,108)
#4EB07C
(78,176,124)
#64B98C
(100,185,140)
#7AC29C
(122,194,156)
#90CBAC
(144,203,172)
#A6D4BC
(166,212,188)
#BCDDCC
(188,221,204)
#D2E6DC
(210,230,220)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C954C; }

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

This text font color is #0C954C.


Background Color

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

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

This div background color is #0C954C.


Border color

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

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

This div border color is #0C954C.


Opacity

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

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

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

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

This text has shadow with #0C954C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C954C on black background.


Color preview on white background

This text has color #0C954C on white background.



Black color preview on #0C954C background

This text has black color on #0C954C background.


White color preview on #0C954C background

This text has white color on #0C954C background.