COLOR #0CFD9B

HEX: #0CFD9B
RGB: (12,253,155)

Color info

#0CFD9B contains mainly green color. Web safe color of #0CFD9B is #00FF99 (or #0F9).

RGB color model

#0CFD9B color RGB value is (12,253,155).

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

RGB channels and saturation

R 12 of 255 = 5%
G 253 of 255 = 99%
B 155 of 255 = 61%

12
253
155

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

Portions of RGB colors in percentages

R + G + B =
12 + 253 + 155 = 420 (100%)
R 12 of 420 ~ 2.86%
G 253 of 420 ~ 60.24%
B 155 of 420 ~ 36.9%

%60.24
%36.9

CMYK color model

#0CFD9B color CMYK value is (95,0,39,1).

  • cyan value is 95.26%
  • magenta value is 0.00%
  • yellow value is 38.74%
  • key color value is 0.78%
CMYK:
(95,0,39,1)
C95M0Y39K1 
(95%,0%,39%,1%)
(0.95/0.00/0.39/0.01)	

CMYK percentages

%95.26
%0
%38.74
%0.78

Codes

Color #0CFD9B in popluar color models

0CFD9B
RGB12253155
HSL156°98.37%51.96%
HSB/HSV156°95.26%99.22%
CMYK95.26%0.00%38.74%
0.78%

Color #0CFD9B in popluar number systems.

HEX0CFD9B
Decimal12253155
Binary11001111110110011011
Octal14375233

Shades and tints

Shades of #0CFD9B

#0CFD9B
(12,253,155)
#0BE68D
(11,230,141)
#0ACF7F
(10,207,127)
#09B871
(9,184,113)
#08A163
(8,161,99)
#078A55
(7,138,85)
#067347
(6,115,71)
#055C39
(5,92,57)
#04452B
(4,69,43)
#032E1D
(3,46,29)
#02170F
(2,23,15)
#000000
(0,0,0)

Tints of #0CFD9B

#0CFD9B
(12,253,155)
#22FDA4
(34,253,164)
#38FDAD
(56,253,173)
#4EFDB6
(78,253,182)
#64FDBF
(100,253,191)
#7AFDC8
(122,253,200)
#90FDD1
(144,253,209)
#A6FDDA
(166,253,218)
#BCFDE3
(188,253,227)
#D2FDEC
(210,253,236)
#E8FDF5
(232,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0CFD9B; }

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

This text font color is #0CFD9B.


Background Color

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

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

This div background color is #0CFD9B.


Border color

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

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

This div border color is #0CFD9B.


Opacity

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

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

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

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

This text has shadow with #0CFD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CFD9B on black background.


Color preview on white background

This text has color #0CFD9B on white background.



Black color preview on #0CFD9B background

This text has black color on #0CFD9B background.


White color preview on #0CFD9B background

This text has white color on #0CFD9B background.