COLOR #0CDF58

HEX: #0CDF58
RGB: (12,223,88)

Color info

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

RGB color model

#0CDF58 color RGB value is (12,223,88).

  • red value is 12;
  • green value is 223;
  • blue value is 88.
RGB:
(12,223,88)
(5%,87%,35%)

RGB channels and saturation

R 12 of 255 = 5%
G 223 of 255 = 87%
B 88 of 255 = 35%

12
223
88

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

Portions of RGB colors in percentages

R + G + B =
12 + 223 + 88 = 323 (100%)
R 12 of 323 ~ 3.72%
G 223 of 323 ~ 69.04%
B 88 of 323 ~ 27.24%

%69.04
%27.24

CMYK color model

#0CDF58 color CMYK value is (95,0,61,13).

  • cyan value is 94.62%
  • magenta value is 0.00%
  • yellow value is 60.54%
  • key color value is 12.55%
CMYK:
(95,0,61,13)
C95M0Y61K13 
(95%,0%,61%,13%)
(0.95/0.00/0.61/0.13)	

CMYK percentages

%94.62
%0
%60.54
%12.55

Codes

Color #0CDF58 in popluar color models

0CDF58
RGB1222388
HSL142°89.79%46.08%
HSB/HSV142°94.62%87.45%
CMYK94.62%0.00%60.54%
12.55%

Color #0CDF58 in popluar number systems.

HEX0CDF58
Decimal1222388
Binary1100110111111011000
Octal14337130

Shades and tints

Shades of #0CDF58

#0CDF58
(12,223,88)
#0BCB50
(11,203,80)
#0AB748
(10,183,72)
#09A340
(9,163,64)
#088F38
(8,143,56)
#077B30
(7,123,48)
#066728
(6,103,40)
#055320
(5,83,32)
#043F18
(4,63,24)
#032B10
(3,43,16)
#021708
(2,23,8)
#000000
(0,0,0)

Tints of #0CDF58

#0CDF58
(12,223,88)
#22E167
(34,225,103)
#38E376
(56,227,118)
#4EE585
(78,229,133)
#64E794
(100,231,148)
#7AE9A3
(122,233,163)
#90EBB2
(144,235,178)
#A6EDC1
(166,237,193)
#BCEFD0
(188,239,208)
#D2F1DF
(210,241,223)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CDF58 color. Also use rgb(12,223,88) instead hex code.

Text Font Color

.myTextColor { color: #0CDF58; }

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

This text font color is #0CDF58.


Background Color

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

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

This div background color is #0CDF58.


Border color

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

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

This div border color is #0CDF58.


Opacity

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

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

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

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

This text has shadow with #0CDF58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CDF58 on black background.


Color preview on white background

This text has color #0CDF58 on white background.



Black color preview on #0CDF58 background

This text has black color on #0CDF58 background.


White color preview on #0CDF58 background

This text has white color on #0CDF58 background.