COLOR #0CEA97

HEX: #0CEA97
RGB: (12,234,151)

Color info

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

RGB color model

#0CEA97 color RGB value is (12,234,151).

  • red value is 12;
  • green value is 234;
  • blue value is 151.
RGB:
(12,234,151)
(5%,92%,59%)

RGB channels and saturation

R 12 of 255 = 5%
G 234 of 255 = 92%
B 151 of 255 = 59%

12
234
151

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

Portions of RGB colors in percentages

R + G + B =
12 + 234 + 151 = 397 (100%)
R 12 of 397 ~ 3.02%
G 234 of 397 ~ 58.94%
B 151 of 397 ~ 38.04%

%58.94
%38.04

CMYK color model

#0CEA97 color CMYK value is (95,0,35,8).

  • cyan value is 94.87%
  • magenta value is 0.00%
  • yellow value is 35.47%
  • key color value is 8.24%
CMYK:
(95,0,35,8)
C95M0Y35K8 
(95%,0%,35%,8%)
(0.95/0.00/0.35/0.08)	

CMYK percentages

%94.87
%0
%35.47
%8.24

Codes

Color #0CEA97 in popluar color models

0CEA97
RGB12234151
HSL158°90.24%48.24%
HSB/HSV158°94.87%91.76%
CMYK94.87%0.00%35.47%
8.24%

Color #0CEA97 in popluar number systems.

HEX0CEA97
Decimal12234151
Binary11001110101010010111
Octal14352227

Shades and tints

Shades of #0CEA97

#0CEA97
(12,234,151)
#0BD58A
(11,213,138)
#0AC07D
(10,192,125)
#09AB70
(9,171,112)
#089663
(8,150,99)
#078156
(7,129,86)
#066C49
(6,108,73)
#05573C
(5,87,60)
#04422F
(4,66,47)
#032D22
(3,45,34)
#021815
(2,24,21)
#000000
(0,0,0)

Tints of #0CEA97

#0CEA97
(12,234,151)
#22EBA0
(34,235,160)
#38ECA9
(56,236,169)
#4EEDB2
(78,237,178)
#64EEBB
(100,238,187)
#7AEFC4
(122,239,196)
#90F0CD
(144,240,205)
#A6F1D6
(166,241,214)
#BCF2DF
(188,242,223)
#D2F3E8
(210,243,232)
#E8F4F1
(232,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CEA97 color. Also use rgb(12,234,151) instead hex code.

Text Font Color

.myTextColor { color: #0CEA97; }

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

This text font color is #0CEA97.


Background Color

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

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

This div background color is #0CEA97.


Border color

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

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

This div border color is #0CEA97.


Opacity

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

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

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

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

This text has shadow with #0CEA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CEA97 on black background.


Color preview on white background

This text has color #0CEA97 on white background.



Black color preview on #0CEA97 background

This text has black color on #0CEA97 background.


White color preview on #0CEA97 background

This text has white color on #0CEA97 background.