COLOR #0CD24D

HEX: #0CD24D
RGB: (12,210,77)

Color info

#0CD24D contains mainly green color. Web safe color of #0CD24D is #00CC33 (or #0C3).

RGB color model

#0CD24D color RGB value is (12,210,77).

  • red value is 12;
  • green value is 210;
  • blue value is 77.
RGB:
(12,210,77)
(5%,82%,30%)

RGB channels and saturation

R 12 of 255 = 5%
G 210 of 255 = 82%
B 77 of 255 = 30%

12
210
77

R + G + B ~ 39%. #0CD24D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 210 + 77 = 299 (100%)
R 12 of 299 ~ 4.01%
G 210 of 299 ~ 70.23%
B 77 of 299 ~ 25.75%

%70.23
%25.75

CMYK color model

#0CD24D color CMYK value is (94,0,63,18).

  • cyan value is 94.29%
  • magenta value is 0.00%
  • yellow value is 63.33%
  • key color value is 17.65%
CMYK:
(94,0,63,18)
C94M0Y63K18 
(94%,0%,63%,18%)
(0.94/0.00/0.63/0.18)	

CMYK percentages

%94.29
%0
%63.33
%17.65

Codes

Color #0CD24D in popluar color models

0CD24D
RGB1221077
HSL140°89.19%43.53%
HSB/HSV140°94.29%82.35%
CMYK94.29%0.00%63.33%
17.65%

Color #0CD24D in popluar number systems.

HEX0CD24D
Decimal1221077
Binary1100110100101001101
Octal14322115

Shades and tints

Shades of #0CD24D

#0CD24D
(12,210,77)
#0BBF46
(11,191,70)
#0AAC3F
(10,172,63)
#099938
(9,153,56)
#088631
(8,134,49)
#07732A
(7,115,42)
#066023
(6,96,35)
#054D1C
(5,77,28)
#043A15
(4,58,21)
#03270E
(3,39,14)
#021407
(2,20,7)
#000000
(0,0,0)

Tints of #0CD24D

#0CD24D
(12,210,77)
#22D65D
(34,214,93)
#38DA6D
(56,218,109)
#4EDE7D
(78,222,125)
#64E28D
(100,226,141)
#7AE69D
(122,230,157)
#90EAAD
(144,234,173)
#A6EEBD
(166,238,189)
#BCF2CD
(188,242,205)
#D2F6DD
(210,246,221)
#E8FAED
(232,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CD24D color. Also use rgb(12,210,77) instead hex code.

Text Font Color

.myTextColor { color: #0CD24D; }

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

This text font color is #0CD24D.


Background Color

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

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

This div background color is #0CD24D.


Border color

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

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

This div border color is #0CD24D.


Opacity

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

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

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

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

This text has shadow with #0CD24D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CD24D on black background.


Color preview on white background

This text has color #0CD24D on white background.



Black color preview on #0CD24D background

This text has black color on #0CD24D background.


White color preview on #0CD24D background

This text has white color on #0CD24D background.