COLOR #0CE957

HEX: #0CE957
RGB: (12,233,87)

Color info

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

RGB color model

#0CE957 color RGB value is (12,233,87).

  • red value is 12;
  • green value is 233;
  • blue value is 87.
RGB:
(12,233,87)
(5%,91%,34%)

RGB channels and saturation

R 12 of 255 = 5%
G 233 of 255 = 91%
B 87 of 255 = 34%

12
233
87

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

Portions of RGB colors in percentages

R + G + B =
12 + 233 + 87 = 332 (100%)
R 12 of 332 ~ 3.61%
G 233 of 332 ~ 70.18%
B 87 of 332 ~ 26.2%

%70.18
%26.2

CMYK color model

#0CE957 color CMYK value is (95,0,63,9).

  • cyan value is 94.85%
  • magenta value is 0.00%
  • yellow value is 62.66%
  • key color value is 8.63%
CMYK:
(95,0,63,9)
C95M0Y63K9 
(95%,0%,63%,9%)
(0.95/0.00/0.63/0.09)	

CMYK percentages

%94.85
%0
%62.66
%8.63

Codes

Color #0CE957 in popluar color models

0CE957
RGB1223387
HSL140°90.20%48.04%
HSB/HSV140°94.85%91.37%
CMYK94.85%0.00%62.66%
8.63%

Color #0CE957 in popluar number systems.

HEX0CE957
Decimal1223387
Binary1100111010011010111
Octal14351127

Shades and tints

Shades of #0CE957

#0CE957
(12,233,87)
#0BD450
(11,212,80)
#0ABF49
(10,191,73)
#09AA42
(9,170,66)
#08953B
(8,149,59)
#078034
(7,128,52)
#066B2D
(6,107,45)
#055626
(5,86,38)
#04411F
(4,65,31)
#032C18
(3,44,24)
#021711
(2,23,17)
#000000
(0,0,0)

Tints of #0CE957

#0CE957
(12,233,87)
#22EB66
(34,235,102)
#38ED75
(56,237,117)
#4EEF84
(78,239,132)
#64F193
(100,241,147)
#7AF3A2
(122,243,162)
#90F5B1
(144,245,177)
#A6F7C0
(166,247,192)
#BCF9CF
(188,249,207)
#D2FBDE
(210,251,222)
#E8FDED
(232,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CE957 color. Also use rgb(12,233,87) instead hex code.

Text Font Color

.myTextColor { color: #0CE957; }

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

This text font color is #0CE957.


Background Color

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

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

This div background color is #0CE957.


Border color

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

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

This div border color is #0CE957.


Opacity

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

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

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

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

This text has shadow with #0CE957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CE957 on black background.


Color preview on white background

This text has color #0CE957 on white background.



Black color preview on #0CE957 background

This text has black color on #0CE957 background.


White color preview on #0CE957 background

This text has white color on #0CE957 background.