COLOR #0CD706

HEX: #0CD706
RGB: (12,215,6)

Color info

#0CD706 contains mainly green color. Web safe color of #0CD706 is #00CC00 (or #0C0).

RGB color model

#0CD706 color RGB value is (12,215,6).

  • red value is 12;
  • green value is 215;
  • blue value is 6.
RGB:
(12,215,6)
(5%,84%,2%)

RGB channels and saturation

R 12 of 255 = 5%
G 215 of 255 = 84%
B 6 of 255 = 2%

12
215
6

R + G + B ~ 30%. #0CD706 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 215 + 6 = 233 (100%)
R 12 of 233 ~ 5.15%
G 215 of 233 ~ 92.27%
B 6 of 233 ~ 2.58%

%92.27

CMYK color model

#0CD706 color CMYK value is (94,0,97,16).

  • cyan value is 94.42%
  • magenta value is 0.00%
  • yellow value is 97.21%
  • key color value is 15.69%
CMYK:
(94,0,97,16)
C94M0Y97K16 
(94%,0%,97%,16%)
(0.94/0.00/0.97/0.16)	

CMYK percentages

%94.42
%0
%97.21
%15.69

Codes

Color #0CD706 in popluar color models

0CD706
RGB122156
HSL118°94.57%43.33%
HSB/HSV118°97.21%84.31%
CMYK94.42%0.00%97.21%
15.69%

Color #0CD706 in popluar number systems.

HEX0CD706
Decimal122156
Binary110011010111110
Octal143276

Shades and tints

Shades of #0CD706

#0CD706
(12,215,6)
#0BC406
(11,196,6)
#0AB106
(10,177,6)
#099E06
(9,158,6)
#088B06
(8,139,6)
#077806
(7,120,6)
#066506
(6,101,6)
#055206
(5,82,6)
#043F06
(4,63,6)
#032C06
(3,44,6)
#021906
(2,25,6)
#000000
(0,0,0)

Tints of #0CD706

#0CD706
(12,215,6)
#22DA1C
(34,218,28)
#38DD32
(56,221,50)
#4EE048
(78,224,72)
#64E35E
(100,227,94)
#7AE674
(122,230,116)
#90E98A
(144,233,138)
#A6ECA0
(166,236,160)
#BCEFB6
(188,239,182)
#D2F2CC
(210,242,204)
#E8F5E2
(232,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CD706 color. Also use rgb(12,215,6) instead hex code.

Text Font Color

.myTextColor { color: #0CD706; }

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

This text font color is #0CD706.


Background Color

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

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

This div background color is #0CD706.


Border color

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

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

This div border color is #0CD706.


Opacity

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

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

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

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

This text has shadow with #0CD706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CD706 on black background.


Color preview on white background

This text has color #0CD706 on white background.



Black color preview on #0CD706 background

This text has black color on #0CD706 background.


White color preview on #0CD706 background

This text has white color on #0CD706 background.