COLOR #00D100

HEX: #00D100
RGB: (0,209,0)

Color info

#00D100 contains only green color. Web safe color of #00D100 is #00CC00 (or #0C0).

RGB color model

#00D100 color RGB value is (0,209,0).

  • red value is 0;
  • green value is 209;
  • blue value is 0.
RGB:
(0,209,0)
(0%,82%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 209 of 255 = 82%
B 0 of 255 = 0%

0
209
0

R + G + B ~ 27%. #00D100 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 209 + 0 = 209 (100%)
R 0 of 209 ~ 0%
G 209 of 209 ~ 100%
B 0 of 209 ~ 0%

%100

CMYK color model

#00D100 color CMYK value is (100,0,100,18).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(100,0,100,18)
C100M0Y100K18 
(100%,0%,100%,18%)
(1.00/0.00/1.00/0.18)	

CMYK percentages

%100
%0
%100
%18.04

Codes

Color #00D100 in popluar color models

00D100
RGB02090
HSL120°100.00%40.98%
HSB/HSV120°100.00%81.96%
CMYK100.00%0.00%100.00%
18.04%

Color #00D100 in popluar number systems.

HEX00D100
Decimal02090
Binary0110100010
Octal03210

Shades and tints

Shades of #00D100

#00D100
(0,209,0)
#00BE00
(0,190,0)
#00AB00
(0,171,0)
#009800
(0,152,0)
#008500
(0,133,0)
#007200
(0,114,0)
#005F00
(0,95,0)
#004C00
(0,76,0)
#003900
(0,57,0)
#002600
(0,38,0)
#001300
(0,19,0)
#000000
(0,0,0)

Tints of #00D100

#00D100
(0,209,0)
#17D517
(23,213,23)
#2ED92E
(46,217,46)
#45DD45
(69,221,69)
#5CE15C
(92,225,92)
#73E573
(115,229,115)
#8AE98A
(138,233,138)
#A1EDA1
(161,237,161)
#B8F1B8
(184,241,184)
#CFF5CF
(207,245,207)
#E6F9E6
(230,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00D100; }

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

This text font color is #00D100.


Background Color

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

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

This div background color is #00D100.


Border color

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

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

This div border color is #00D100.


Opacity

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

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

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

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

This text has shadow with #00D100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00D100 on black background.


Color preview on white background

This text has color #00D100 on white background.



Black color preview on #00D100 background

This text has black color on #00D100 background.


White color preview on #00D100 background

This text has white color on #00D100 background.