COLOR #0CBE1C

HEX: #0CBE1C
RGB: (12,190,28)

Color info

#0CBE1C contains mainly green color. Web safe color of #0CBE1C is #00CC33 (or #0C3).

RGB color model

#0CBE1C color RGB value is (12,190,28).

  • red value is 12;
  • green value is 190;
  • blue value is 28.
RGB:
(12,190,28)
(5%,75%,11%)

RGB channels and saturation

R 12 of 255 = 5%
G 190 of 255 = 75%
B 28 of 255 = 11%

12
190
28

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

Portions of RGB colors in percentages

R + G + B =
12 + 190 + 28 = 230 (100%)
R 12 of 230 ~ 5.22%
G 190 of 230 ~ 82.61%
B 28 of 230 ~ 12.17%

%82.61
%12.17

CMYK color model

#0CBE1C color CMYK value is (94,0,85,25).

  • cyan value is 93.68%
  • magenta value is 0.00%
  • yellow value is 85.26%
  • key color value is 25.49%
CMYK:
(94,0,85,25)
C94M0Y85K25 
(94%,0%,85%,25%)
(0.94/0.00/0.85/0.25)	

CMYK percentages

%93.68
%0
%85.26
%25.49

Codes

Color #0CBE1C in popluar color models

0CBE1C
RGB1219028
HSL125°88.12%39.61%
HSB/HSV125°93.68%74.51%
CMYK93.68%0.00%85.26%
25.49%

Color #0CBE1C in popluar number systems.

HEX0CBE1C
Decimal1219028
Binary11001011111011100
Octal1427634

Shades and tints

Shades of #0CBE1C

#0CBE1C
(12,190,28)
#0BAD1A
(11,173,26)
#0A9C18
(10,156,24)
#098B16
(9,139,22)
#087A14
(8,122,20)
#076912
(7,105,18)
#065810
(6,88,16)
#05470E
(5,71,14)
#04360C
(4,54,12)
#03250A
(3,37,10)
#021408
(2,20,8)
#000000
(0,0,0)

Tints of #0CBE1C

#0CBE1C
(12,190,28)
#22C330
(34,195,48)
#38C844
(56,200,68)
#4ECD58
(78,205,88)
#64D26C
(100,210,108)
#7AD780
(122,215,128)
#90DC94
(144,220,148)
#A6E1A8
(166,225,168)
#BCE6BC
(188,230,188)
#D2EBD0
(210,235,208)
#E8F0E4
(232,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CBE1C color. Also use rgb(12,190,28) instead hex code.

Text Font Color

.myTextColor { color: #0CBE1C; }

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

This text font color is #0CBE1C.


Background Color

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

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

This div background color is #0CBE1C.


Border color

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

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

This div border color is #0CBE1C.


Opacity

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

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

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

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

This text has shadow with #0CBE1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CBE1C on black background.


Color preview on white background

This text has color #0CBE1C on white background.



Black color preview on #0CBE1C background

This text has black color on #0CBE1C background.


White color preview on #0CBE1C background

This text has white color on #0CBE1C background.