COLOR #0CFB12

HEX: #0CFB12
RGB: (12,251,18)

Color info

#0CFB12 contains mainly green color. Web safe color of #0CFB12 is #00FF00 (or #0F0).

RGB color model

#0CFB12 color RGB value is (12,251,18).

  • red value is 12;
  • green value is 251;
  • blue value is 18.
RGB:
(12,251,18)
(5%,98%,7%)

RGB channels and saturation

R 12 of 255 = 5%
G 251 of 255 = 98%
B 18 of 255 = 7%

12
251
18

R + G + B ~ 37%. #0CFB12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 251 + 18 = 281 (100%)
R 12 of 281 ~ 4.27%
G 251 of 281 ~ 89.32%
B 18 of 281 ~ 6.41%

%89.32

CMYK color model

#0CFB12 color CMYK value is (95,0,93,2).

  • cyan value is 95.22%
  • magenta value is 0.00%
  • yellow value is 92.83%
  • key color value is 1.57%
CMYK:
(95,0,93,2)
C95M0Y93K2 
(95%,0%,93%,2%)
(0.95/0.00/0.93/0.02)	

CMYK percentages

%95.22
%0
%92.83
%1.57

Codes

Color #0CFB12 in popluar color models

0CFB12
RGB1225118
HSL122°96.76%51.57%
HSB/HSV122°95.22%98.43%
CMYK95.22%0.00%92.83%
1.57%

Color #0CFB12 in popluar number systems.

HEX0CFB12
Decimal1225118
Binary11001111101110010
Octal1437322

Shades and tints

Shades of #0CFB12

#0CFB12
(12,251,18)
#0BE511
(11,229,17)
#0ACF10
(10,207,16)
#09B90F
(9,185,15)
#08A30E
(8,163,14)
#078D0D
(7,141,13)
#06770C
(6,119,12)
#05610B
(5,97,11)
#044B0A
(4,75,10)
#033509
(3,53,9)
#021F08
(2,31,8)
#000000
(0,0,0)

Tints of #0CFB12

#0CFB12
(12,251,18)
#22FB27
(34,251,39)
#38FB3C
(56,251,60)
#4EFB51
(78,251,81)
#64FB66
(100,251,102)
#7AFB7B
(122,251,123)
#90FB90
(144,251,144)
#A6FBA5
(166,251,165)
#BCFBBA
(188,251,186)
#D2FBCF
(210,251,207)
#E8FBE4
(232,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CFB12 color. Also use rgb(12,251,18) instead hex code.

Text Font Color

.myTextColor { color: #0CFB12; }

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

This text font color is #0CFB12.


Background Color

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

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

This div background color is #0CFB12.


Border color

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

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

This div border color is #0CFB12.


Opacity

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

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

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

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

This text has shadow with #0CFB12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CFB12 on black background.


Color preview on white background

This text has color #0CFB12 on white background.



Black color preview on #0CFB12 background

This text has black color on #0CFB12 background.


White color preview on #0CFB12 background

This text has white color on #0CFB12 background.