COLOR #0CFA8C

HEX: #0CFA8C
RGB: (12,250,140)

Color info

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

RGB color model

#0CFA8C color RGB value is (12,250,140).

  • red value is 12;
  • green value is 250;
  • blue value is 140.
RGB:
(12,250,140)
(5%,98%,55%)

RGB channels and saturation

R 12 of 255 = 5%
G 250 of 255 = 98%
B 140 of 255 = 55%

12
250
140

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

Portions of RGB colors in percentages

R + G + B =
12 + 250 + 140 = 402 (100%)
R 12 of 402 ~ 2.99%
G 250 of 402 ~ 62.19%
B 140 of 402 ~ 34.83%

%62.19
%34.83

CMYK color model

#0CFA8C color CMYK value is (95,0,44,2).

  • cyan value is 95.20%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 1.96%
CMYK:
(95,0,44,2)
C95M0Y44K2 
(95%,0%,44%,2%)
(0.95/0.00/0.44/0.02)	

CMYK percentages

%95.2
%0
%44
%1.96

Codes

Color #0CFA8C in popluar color models

0CFA8C
RGB12250140
HSL152°95.97%51.37%
HSB/HSV152°95.20%98.04%
CMYK95.20%0.00%44.00%
1.96%

Color #0CFA8C in popluar number systems.

HEX0CFA8C
Decimal12250140
Binary11001111101010001100
Octal14372214

Shades and tints

Shades of #0CFA8C

#0CFA8C
(12,250,140)
#0BE480
(11,228,128)
#0ACE74
(10,206,116)
#09B868
(9,184,104)
#08A25C
(8,162,92)
#078C50
(7,140,80)
#067644
(6,118,68)
#056038
(5,96,56)
#044A2C
(4,74,44)
#033420
(3,52,32)
#021E14
(2,30,20)
#000000
(0,0,0)

Tints of #0CFA8C

#0CFA8C
(12,250,140)
#22FA96
(34,250,150)
#38FAA0
(56,250,160)
#4EFAAA
(78,250,170)
#64FAB4
(100,250,180)
#7AFABE
(122,250,190)
#90FAC8
(144,250,200)
#A6FAD2
(166,250,210)
#BCFADC
(188,250,220)
#D2FAE6
(210,250,230)
#E8FAF0
(232,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CFA8C color. Also use rgb(12,250,140) instead hex code.

Text Font Color

.myTextColor { color: #0CFA8C; }

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

This text font color is #0CFA8C.


Background Color

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

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

This div background color is #0CFA8C.


Border color

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

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

This div border color is #0CFA8C.


Opacity

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

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

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

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

This text has shadow with #0CFA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CFA8C on black background.


Color preview on white background

This text has color #0CFA8C on white background.



Black color preview on #0CFA8C background

This text has black color on #0CFA8C background.


White color preview on #0CFA8C background

This text has white color on #0CFA8C background.