COLOR #0CF27D

HEX: #0CF27D
RGB: (12,242,125)

Color info

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

RGB color model

#0CF27D color RGB value is (12,242,125).

  • red value is 12;
  • green value is 242;
  • blue value is 125.
RGB:
(12,242,125)
(5%,95%,49%)

RGB channels and saturation

R 12 of 255 = 5%
G 242 of 255 = 95%
B 125 of 255 = 49%

12
242
125

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

Portions of RGB colors in percentages

R + G + B =
12 + 242 + 125 = 379 (100%)
R 12 of 379 ~ 3.17%
G 242 of 379 ~ 63.85%
B 125 of 379 ~ 32.98%

%63.85
%32.98

CMYK color model

#0CF27D color CMYK value is (95,0,48,5).

  • cyan value is 95.04%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 5.10%
CMYK:
(95,0,48,5)
C95M0Y48K5 
(95%,0%,48%,5%)
(0.95/0.00/0.48/0.05)	

CMYK percentages

%95.04
%0
%48.35
%5.1

Codes

Color #0CF27D in popluar color models

0CF27D
RGB12242125
HSL149°90.55%49.80%
HSB/HSV149°95.04%94.90%
CMYK95.04%0.00%48.35%
5.10%

Color #0CF27D in popluar number systems.

HEX0CF27D
Decimal12242125
Binary1100111100101111101
Octal14362175

Shades and tints

Shades of #0CF27D

#0CF27D
(12,242,125)
#0BDC72
(11,220,114)
#0AC667
(10,198,103)
#09B05C
(9,176,92)
#089A51
(8,154,81)
#078446
(7,132,70)
#066E3B
(6,110,59)
#055830
(5,88,48)
#044225
(4,66,37)
#032C1A
(3,44,26)
#02160F
(2,22,15)
#000000
(0,0,0)

Tints of #0CF27D

#0CF27D
(12,242,125)
#22F388
(34,243,136)
#38F493
(56,244,147)
#4EF59E
(78,245,158)
#64F6A9
(100,246,169)
#7AF7B4
(122,247,180)
#90F8BF
(144,248,191)
#A6F9CA
(166,249,202)
#BCFAD5
(188,250,213)
#D2FBE0
(210,251,224)
#E8FCEB
(232,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CF27D color. Also use rgb(12,242,125) instead hex code.

Text Font Color

.myTextColor { color: #0CF27D; }

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

This text font color is #0CF27D.


Background Color

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

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

This div background color is #0CF27D.


Border color

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

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

This div border color is #0CF27D.


Opacity

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

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

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

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

This text has shadow with #0CF27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CF27D on black background.


Color preview on white background

This text has color #0CF27D on white background.



Black color preview on #0CF27D background

This text has black color on #0CF27D background.


White color preview on #0CF27D background

This text has white color on #0CF27D background.