COLOR #00DE9B

HEX: #00DE9B
RGB: (0,222,155)

Color info

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

RGB color model

#00DE9B color RGB value is (0,222,155).

  • red value is 0;
  • green value is 222;
  • blue value is 155.
RGB:
(0,222,155)
(0%,87%,61%)

RGB channels and saturation

R 0 of 255 = 0%
G 222 of 255 = 87%
B 155 of 255 = 61%

0
222
155

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

Portions of RGB colors in percentages

R + G + B =
0 + 222 + 155 = 377 (100%)
R 0 of 377 ~ 0%
G 222 of 377 ~ 58.89%
B 155 of 377 ~ 41.11%

%58.89
%41.11

CMYK color model

#00DE9B color CMYK value is (100,0,30,13).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 30.18%
  • key color value is 12.94%
CMYK:
(100,0,30,13)
C100M0Y30K13 
(100%,0%,30%,13%)
(1.00/0.00/0.30/0.13)	

CMYK percentages

%100
%0
%30.18
%12.94

Codes

Color #00DE9B in popluar color models

00DE9B
RGB0222155
HSL162°100.00%43.53%
HSB/HSV162°100.00%87.06%
CMYK100.00%0.00%30.18%
12.94%

Color #00DE9B in popluar number systems.

HEX00DE9B
Decimal0222155
Binary01101111010011011
Octal0336233

Shades and tints

Shades of #00DE9B

#00DE9B
(0,222,155)
#00CA8D
(0,202,141)
#00B67F
(0,182,127)
#00A271
(0,162,113)
#008E63
(0,142,99)
#007A55
(0,122,85)
#006647
(0,102,71)
#005239
(0,82,57)
#003E2B
(0,62,43)
#002A1D
(0,42,29)
#00160F
(0,22,15)
#000000
(0,0,0)

Tints of #00DE9B

#00DE9B
(0,222,155)
#17E1A4
(23,225,164)
#2EE4AD
(46,228,173)
#45E7B6
(69,231,182)
#5CEABF
(92,234,191)
#73EDC8
(115,237,200)
#8AF0D1
(138,240,209)
#A1F3DA
(161,243,218)
#B8F6E3
(184,246,227)
#CFF9EC
(207,249,236)
#E6FCF5
(230,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00DE9B; }

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

This text font color is #00DE9B.


Background Color

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

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

This div background color is #00DE9B.


Border color

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

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

This div border color is #00DE9B.


Opacity

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

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

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

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

This text has shadow with #00DE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00DE9B on black background.


Color preview on white background

This text has color #00DE9B on white background.



Black color preview on #00DE9B background

This text has black color on #00DE9B background.


White color preview on #00DE9B background

This text has white color on #00DE9B background.