COLOR #0CFD7E

HEX: #0CFD7E
RGB: (12,253,126)

Color info

#0CFD7E contains mainly green color. Web safe color of #0CFD7E is #00FF66 (or #0F6).

RGB color model

#0CFD7E color RGB value is (12,253,126).

  • red value is 12;
  • green value is 253;
  • blue value is 126.
RGB:
(12,253,126)
(5%,99%,49%)

RGB channels and saturation

R 12 of 255 = 5%
G 253 of 255 = 99%
B 126 of 255 = 49%

12
253
126

R + G + B ~ 51%. #0CFD7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
12 + 253 + 126 = 391 (100%)
R 12 of 391 ~ 3.07%
G 253 of 391 ~ 64.71%
B 126 of 391 ~ 32.23%

%64.71
%32.23

CMYK color model

#0CFD7E color CMYK value is (95,0,50,1).

  • cyan value is 95.26%
  • magenta value is 0.00%
  • yellow value is 50.20%
  • key color value is 0.78%
CMYK:
(95,0,50,1)
C95M0Y50K1 
(95%,0%,50%,1%)
(0.95/0.00/0.50/0.01)	

CMYK percentages

%95.26
%0
%50.2
%0.78

Codes

Color #0CFD7E in popluar color models

0CFD7E
RGB12253126
HSL148°98.37%51.96%
HSB/HSV148°95.26%99.22%
CMYK95.26%0.00%50.20%
0.78%

Color #0CFD7E in popluar number systems.

HEX0CFD7E
Decimal12253126
Binary1100111111011111110
Octal14375176

Shades and tints

Shades of #0CFD7E

#0CFD7E
(12,253,126)
#0BE673
(11,230,115)
#0ACF68
(10,207,104)
#09B85D
(9,184,93)
#08A152
(8,161,82)
#078A47
(7,138,71)
#06733C
(6,115,60)
#055C31
(5,92,49)
#044526
(4,69,38)
#032E1B
(3,46,27)
#021710
(2,23,16)
#000000
(0,0,0)

Tints of #0CFD7E

#0CFD7E
(12,253,126)
#22FD89
(34,253,137)
#38FD94
(56,253,148)
#4EFD9F
(78,253,159)
#64FDAA
(100,253,170)
#7AFDB5
(122,253,181)
#90FDC0
(144,253,192)
#A6FDCB
(166,253,203)
#BCFDD6
(188,253,214)
#D2FDE1
(210,253,225)
#E8FDEC
(232,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CFD7E color. Also use rgb(12,253,126) instead hex code.

Text Font Color

.myTextColor { color: #0CFD7E; }

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

This text font color is #0CFD7E.


Background Color

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

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

This div background color is #0CFD7E.


Border color

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

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

This div border color is #0CFD7E.


Opacity

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

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

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

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

This text has shadow with #0CFD7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CFD7E on black background.


Color preview on white background

This text has color #0CFD7E on white background.



Black color preview on #0CFD7E background

This text has black color on #0CFD7E background.


White color preview on #0CFD7E background

This text has white color on #0CFD7E background.