COLOR #00DC7C

HEX: #00DC7C
RGB: (0,220,124)

Color info

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

RGB color model

#00DC7C color RGB value is (0,220,124).

  • red value is 0;
  • green value is 220;
  • blue value is 124.
RGB:
(0,220,124)
(0%,86%,49%)

RGB channels and saturation

R 0 of 255 = 0%
G 220 of 255 = 86%
B 124 of 255 = 49%

0
220
124

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

Portions of RGB colors in percentages

R + G + B =
0 + 220 + 124 = 344 (100%)
R 0 of 344 ~ 0%
G 220 of 344 ~ 63.95%
B 124 of 344 ~ 36.05%

%63.95
%36.05

CMYK color model

#00DC7C color CMYK value is (100,0,44,14).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 13.73%
CMYK:
(100,0,44,14)
C100M0Y44K14 
(100%,0%,44%,14%)
(1.00/0.00/0.44/0.14)	

CMYK percentages

%100
%0
%43.64
%13.73

Codes

Color #00DC7C in popluar color models

00DC7C
RGB0220124
HSL154°100.00%43.14%
HSB/HSV154°100.00%86.27%
CMYK100.00%0.00%43.64%
13.73%

Color #00DC7C in popluar number systems.

HEX00DC7C
Decimal0220124
Binary0110111001111100
Octal0334174

Shades and tints

Shades of #00DC7C

#00DC7C
(0,220,124)
#00C871
(0,200,113)
#00B466
(0,180,102)
#00A05B
(0,160,91)
#008C50
(0,140,80)
#007845
(0,120,69)
#00643A
(0,100,58)
#00502F
(0,80,47)
#003C24
(0,60,36)
#002819
(0,40,25)
#00140E
(0,20,14)
#000000
(0,0,0)

Tints of #00DC7C

#00DC7C
(0,220,124)
#17DF87
(23,223,135)
#2EE292
(46,226,146)
#45E59D
(69,229,157)
#5CE8A8
(92,232,168)
#73EBB3
(115,235,179)
#8AEEBE
(138,238,190)
#A1F1C9
(161,241,201)
#B8F4D4
(184,244,212)
#CFF7DF
(207,247,223)
#E6FAEA
(230,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00DC7C color. Also use rgb(0,220,124) instead hex code.

Text Font Color

.myTextColor { color: #00DC7C; }

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

This text font color is #00DC7C.


Background Color

.myBgColor { background-color: #00DC7C; }

<div style="background-color:#00DC7C">Inner text</div>

This div background color is #00DC7C.


Border color

.myBorderColor { border: 1px solid #00DC7C; }

<div style="border:3px solid #00DC7C">Div</div>

This div border color is #00DC7C.


Opacity

.myOpacity80 { color: #00DC7C; opacity: 0.8; }

<p style="color:#00DC7C;opacity:0.8;">80%</p>

Text with #00DC7C 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 #00DC7C;}

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

This text has shadow with #00DC7C color.

.textShadow {text-shadow: 3px 3px 1px #00DC7C, 3px 3px 1px red;}

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

This text has shadow with #00DC7C primary color and red secondary color.


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

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

This text has shadow with #00DC7C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00DC7C on black background.


Color preview on white background

This text has color #00DC7C on white background.



Black color preview on #00DC7C background

This text has black color on #00DC7C background.


White color preview on #00DC7C background

This text has white color on #00DC7C background.