COLOR #00D169

HEX: #00D169
RGB: (0,209,105)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
209
105

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

Portions of RGB colors in percentages

R + G + B =
0 + 209 + 105 = 314 (100%)
R 0 of 314 ~ 0%
G 209 of 314 ~ 66.56%
B 105 of 314 ~ 33.44%

%66.56
%33.44

CMYK color model

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

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

CMYK percentages

%100
%0
%49.76
%18.04

Codes

Color #00D169 in popluar color models

00D169
RGB0209105
HSL150°100.00%40.98%
HSB/HSV150°100.00%81.96%
CMYK100.00%0.00%49.76%
18.04%

Color #00D169 in popluar number systems.

HEX00D169
Decimal0209105
Binary0110100011101001
Octal0321151

Shades and tints

Shades of #00D169

#00D169
(0,209,105)
#00BE60
(0,190,96)
#00AB57
(0,171,87)
#00984E
(0,152,78)
#008545
(0,133,69)
#00723C
(0,114,60)
#005F33
(0,95,51)
#004C2A
(0,76,42)
#003921
(0,57,33)
#002618
(0,38,24)
#00130F
(0,19,15)
#000000
(0,0,0)

Tints of #00D169

#00D169
(0,209,105)
#17D576
(23,213,118)
#2ED983
(46,217,131)
#45DD90
(69,221,144)
#5CE19D
(92,225,157)
#73E5AA
(115,229,170)
#8AE9B7
(138,233,183)
#A1EDC4
(161,237,196)
#B8F1D1
(184,241,209)
#CFF5DE
(207,245,222)
#E6F9EB
(230,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00D169; }

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

This text font color is #00D169.


Background Color

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

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

This div background color is #00D169.


Border color

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

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

This div border color is #00D169.


Opacity

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

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

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

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

This text has shadow with #00D169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00D169 on black background.


Color preview on white background

This text has color #00D169 on white background.



Black color preview on #00D169 background

This text has black color on #00D169 background.


White color preview on #00D169 background

This text has white color on #00D169 background.