COLOR #0DDD66

HEX: #0DDD66
RGB: (13,221,102)

Color info

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

RGB color model

#0DDD66 color RGB value is (13,221,102).

  • red value is 13;
  • green value is 221;
  • blue value is 102.
RGB:
(13,221,102)
(5%,87%,40%)

RGB channels and saturation

R 13 of 255 = 5%
G 221 of 255 = 87%
B 102 of 255 = 40%

13
221
102

R + G + B ~ 44%. #0DDD66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
13 + 221 + 102 = 336 (100%)
R 13 of 336 ~ 3.87%
G 221 of 336 ~ 65.77%
B 102 of 336 ~ 30.36%

%65.77
%30.36

CMYK color model

#0DDD66 color CMYK value is (94,0,54,13).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 13.33%
CMYK:
(94,0,54,13)
C94M0Y54K13 
(94%,0%,54%,13%)
(0.94/0.00/0.54/0.13)	

CMYK percentages

%94.12
%0
%53.85
%13.33

Codes

Color #0DDD66 in popluar color models

0DDD66
RGB13221102
HSL146°88.89%45.88%
HSB/HSV146°94.12%86.67%
CMYK94.12%0.00%53.85%
13.33%

Color #0DDD66 in popluar number systems.

HEX0DDD66
Decimal13221102
Binary1101110111011100110
Octal15335146

Shades and tints

Shades of #0DDD66

#0DDD66
(13,221,102)
#0CC95D
(12,201,93)
#0BB554
(11,181,84)
#0AA14B
(10,161,75)
#098D42
(9,141,66)
#087939
(8,121,57)
#076530
(7,101,48)
#065127
(6,81,39)
#053D1E
(5,61,30)
#042915
(4,41,21)
#03150C
(3,21,12)
#000000
(0,0,0)

Tints of #0DDD66

#0DDD66
(13,221,102)
#23E073
(35,224,115)
#39E380
(57,227,128)
#4FE68D
(79,230,141)
#65E99A
(101,233,154)
#7BECA7
(123,236,167)
#91EFB4
(145,239,180)
#A7F2C1
(167,242,193)
#BDF5CE
(189,245,206)
#D3F8DB
(211,248,219)
#E9FBE8
(233,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DDD66 color. Also use rgb(13,221,102) instead hex code.

Text Font Color

.myTextColor { color: #0DDD66; }

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

This text font color is #0DDD66.


Background Color

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

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

This div background color is #0DDD66.


Border color

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

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

This div border color is #0DDD66.


Opacity

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

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

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

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

This text has shadow with #0DDD66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DDD66 on black background.


Color preview on white background

This text has color #0DDD66 on white background.



Black color preview on #0DDD66 background

This text has black color on #0DDD66 background.


White color preview on #0DDD66 background

This text has white color on #0DDD66 background.