COLOR #0CCE7A

HEX: #0CCE7A
RGB: (12,206,122)

Color info

#0CCE7A contains mainly green color. Web safe color of #0CCE7A is #00CC66 (or #0C6).

RGB color model

#0CCE7A color RGB value is (12,206,122).

  • red value is 12;
  • green value is 206;
  • blue value is 122.
RGB:
(12,206,122)
(5%,81%,48%)

RGB channels and saturation

R 12 of 255 = 5%
G 206 of 255 = 81%
B 122 of 255 = 48%

12
206
122

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

Portions of RGB colors in percentages

R + G + B =
12 + 206 + 122 = 340 (100%)
R 12 of 340 ~ 3.53%
G 206 of 340 ~ 60.59%
B 122 of 340 ~ 35.88%

%60.59
%35.88

CMYK color model

#0CCE7A color CMYK value is (94,0,41,19).

  • cyan value is 94.17%
  • magenta value is 0.00%
  • yellow value is 40.78%
  • key color value is 19.22%
CMYK:
(94,0,41,19)
C94M0Y41K19 
(94%,0%,41%,19%)
(0.94/0.00/0.41/0.19)	

CMYK percentages

%94.17
%0
%40.78
%19.22

Codes

Color #0CCE7A in popluar color models

0CCE7A
RGB12206122
HSL154°88.99%42.75%
HSB/HSV154°94.17%80.78%
CMYK94.17%0.00%40.78%
19.22%

Color #0CCE7A in popluar number systems.

HEX0CCE7A
Decimal12206122
Binary1100110011101111010
Octal14316172

Shades and tints

Shades of #0CCE7A

#0CCE7A
(12,206,122)
#0BBC6F
(11,188,111)
#0AAA64
(10,170,100)
#099859
(9,152,89)
#08864E
(8,134,78)
#077443
(7,116,67)
#066238
(6,98,56)
#05502D
(5,80,45)
#043E22
(4,62,34)
#032C17
(3,44,23)
#021A0C
(2,26,12)
#000000
(0,0,0)

Tints of #0CCE7A

#0CCE7A
(12,206,122)
#22D286
(34,210,134)
#38D692
(56,214,146)
#4EDA9E
(78,218,158)
#64DEAA
(100,222,170)
#7AE2B6
(122,226,182)
#90E6C2
(144,230,194)
#A6EACE
(166,234,206)
#BCEEDA
(188,238,218)
#D2F2E6
(210,242,230)
#E8F6F2
(232,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CCE7A color. Also use rgb(12,206,122) instead hex code.

Text Font Color

.myTextColor { color: #0CCE7A; }

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

This text font color is #0CCE7A.


Background Color

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

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

This div background color is #0CCE7A.


Border color

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

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

This div border color is #0CCE7A.


Opacity

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

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

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

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

This text has shadow with #0CCE7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CCE7A on black background.


Color preview on white background

This text has color #0CCE7A on white background.



Black color preview on #0CCE7A background

This text has black color on #0CCE7A background.


White color preview on #0CCE7A background

This text has white color on #0CCE7A background.