COLOR #00D394

HEX: #00D394
RGB: (0,211,148)

Color info

#00D394 contains mainly green color. Web safe color of #00D394 is #00CC99 (or #0C9).

RGB color model

#00D394 color RGB value is (0,211,148).

  • red value is 0;
  • green value is 211;
  • blue value is 148.
RGB:
(0,211,148)
(0%,83%,58%)

RGB channels and saturation

R 0 of 255 = 0%
G 211 of 255 = 83%
B 148 of 255 = 58%

0
211
148

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

Portions of RGB colors in percentages

R + G + B =
0 + 211 + 148 = 359 (100%)
R 0 of 359 ~ 0%
G 211 of 359 ~ 58.77%
B 148 of 359 ~ 41.23%

%58.77
%41.23

CMYK color model

#00D394 color CMYK value is (100,0,30,17).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 29.86%
  • key color value is 17.25%
CMYK:
(100,0,30,17)
C100M0Y30K17 
(100%,0%,30%,17%)
(1.00/0.00/0.30/0.17)	

CMYK percentages

%100
%0
%29.86
%17.25

Codes

Color #00D394 in popluar color models

00D394
RGB0211148
HSL162°100.00%41.37%
HSB/HSV162°100.00%82.75%
CMYK100.00%0.00%29.86%
17.25%

Color #00D394 in popluar number systems.

HEX00D394
Decimal0211148
Binary01101001110010100
Octal0323224

Shades and tints

Shades of #00D394

#00D394
(0,211,148)
#00C087
(0,192,135)
#00AD7A
(0,173,122)
#009A6D
(0,154,109)
#008760
(0,135,96)
#007453
(0,116,83)
#006146
(0,97,70)
#004E39
(0,78,57)
#003B2C
(0,59,44)
#00281F
(0,40,31)
#001512
(0,21,18)
#000000
(0,0,0)

Tints of #00D394

#00D394
(0,211,148)
#17D79D
(23,215,157)
#2EDBA6
(46,219,166)
#45DFAF
(69,223,175)
#5CE3B8
(92,227,184)
#73E7C1
(115,231,193)
#8AEBCA
(138,235,202)
#A1EFD3
(161,239,211)
#B8F3DC
(184,243,220)
#CFF7E5
(207,247,229)
#E6FBEE
(230,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00D394; }

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

This text font color is #00D394.


Background Color

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

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

This div background color is #00D394.


Border color

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

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

This div border color is #00D394.


Opacity

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

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

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

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

This text has shadow with #00D394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00D394 on black background.


Color preview on white background

This text has color #00D394 on white background.



Black color preview on #00D394 background

This text has black color on #00D394 background.


White color preview on #00D394 background

This text has white color on #00D394 background.