COLOR #0DD13F

HEX: #0DD13F
RGB: (13,209,63)

Color info

#0DD13F contains mainly green color. Web safe color of #0DD13F is #00CC33 (or #0C3).

RGB color model

#0DD13F color RGB value is (13,209,63).

  • red value is 13;
  • green value is 209;
  • blue value is 63.
RGB:
(13,209,63)
(5%,82%,25%)

RGB channels and saturation

R 13 of 255 = 5%
G 209 of 255 = 82%
B 63 of 255 = 25%

13
209
63

R + G + B ~ 37%. #0DD13F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 209 + 63 = 285 (100%)
R 13 of 285 ~ 4.56%
G 209 of 285 ~ 73.33%
B 63 of 285 ~ 22.11%

%73.33
%22.11

CMYK color model

#0DD13F color CMYK value is (94,0,70,18).

  • cyan value is 93.78%
  • magenta value is 0.00%
  • yellow value is 69.86%
  • key color value is 18.04%
CMYK:
(94,0,70,18)
C94M0Y70K18 
(94%,0%,70%,18%)
(0.94/0.00/0.70/0.18)	

CMYK percentages

%93.78
%0
%69.86
%18.04

Codes

Color #0DD13F in popluar color models

0DD13F
RGB1320963
HSL135°88.29%43.53%
HSB/HSV135°93.78%81.96%
CMYK93.78%0.00%69.86%
18.04%

Color #0DD13F in popluar number systems.

HEX0DD13F
Decimal1320963
Binary110111010001111111
Octal1532177

Shades and tints

Shades of #0DD13F

#0DD13F
(13,209,63)
#0CBE3A
(12,190,58)
#0BAB35
(11,171,53)
#0A9830
(10,152,48)
#09852B
(9,133,43)
#087226
(8,114,38)
#075F21
(7,95,33)
#064C1C
(6,76,28)
#053917
(5,57,23)
#042612
(4,38,18)
#03130D
(3,19,13)
#000000
(0,0,0)

Tints of #0DD13F

#0DD13F
(13,209,63)
#23D550
(35,213,80)
#39D961
(57,217,97)
#4FDD72
(79,221,114)
#65E183
(101,225,131)
#7BE594
(123,229,148)
#91E9A5
(145,233,165)
#A7EDB6
(167,237,182)
#BDF1C7
(189,241,199)
#D3F5D8
(211,245,216)
#E9F9E9
(233,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0DD13F; }

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

This text font color is #0DD13F.


Background Color

.myBgColor { background-color: #0DD13F; }

<div style="background-color:#0DD13F">Inner text</div>

This div background color is #0DD13F.


Border color

.myBorderColor { border: 1px solid #0DD13F; }

<div style="border:3px solid #0DD13F">Div</div>

This div border color is #0DD13F.


Opacity

.myOpacity80 { color: #0DD13F; opacity: 0.8; }

<p style="color:#0DD13F;opacity:0.8;">80%</p>

Text with #0DD13F 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 #0DD13F;}

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

This text has shadow with #0DD13F color.

.textShadow {text-shadow: 3px 3px 1px #0DD13F, 3px 3px 1px red;}

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

This text has shadow with #0DD13F primary color and red secondary color.


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

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

This text has shadow with #0DD13F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DD13F on black background.


Color preview on white background

This text has color #0DD13F on white background.



Black color preview on #0DD13F background

This text has black color on #0DD13F background.


White color preview on #0DD13F background

This text has white color on #0DD13F background.