COLOR #0DA904

HEX: #0DA904
RGB: (13,169,4)

Color info

#0DA904 contains mainly green color. Web safe color of #0DA904 is #009900 (or #090).

RGB color model

#0DA904 color RGB value is (13,169,4).

  • red value is 13;
  • green value is 169;
  • blue value is 4.
RGB:
(13,169,4)
(5%,66%,2%)

RGB channels and saturation

R 13 of 255 = 5%
G 169 of 255 = 66%
B 4 of 255 = 2%

13
169
4

R + G + B ~ 24%. #0DA904 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 169 + 4 = 186 (100%)
R 13 of 186 ~ 6.99%
G 169 of 186 ~ 90.86%
B 4 of 186 ~ 2.15%

%90.86

CMYK color model

#0DA904 color CMYK value is (92,0,98,34).

  • cyan value is 92.31%
  • magenta value is 0.00%
  • yellow value is 97.63%
  • key color value is 33.73%
CMYK:
(92,0,98,34)
C92M0Y98K34 
(92%,0%,98%,34%)
(0.92/0.00/0.98/0.34)	

CMYK percentages

%92.31
%0
%97.63
%33.73

Codes

Color #0DA904 in popluar color models

0DA904
RGB131694
HSL117°95.38%33.92%
HSB/HSV117°97.63%66.27%
CMYK92.31%0.00%97.63%
33.73%

Color #0DA904 in popluar number systems.

HEX0DA904
Decimal131694
Binary110110101001100
Octal152514

Shades and tints

Shades of #0DA904

#0DA904
(13,169,4)
#0C9A04
(12,154,4)
#0B8B04
(11,139,4)
#0A7C04
(10,124,4)
#096D04
(9,109,4)
#085E04
(8,94,4)
#074F04
(7,79,4)
#064004
(6,64,4)
#053104
(5,49,4)
#042204
(4,34,4)
#031304
(3,19,4)
#000000
(0,0,0)

Tints of #0DA904

#0DA904
(13,169,4)
#23B01A
(35,176,26)
#39B730
(57,183,48)
#4FBE46
(79,190,70)
#65C55C
(101,197,92)
#7BCC72
(123,204,114)
#91D388
(145,211,136)
#A7DA9E
(167,218,158)
#BDE1B4
(189,225,180)
#D3E8CA
(211,232,202)
#E9EFE0
(233,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DA904 color. Also use rgb(13,169,4) instead hex code.

Text Font Color

.myTextColor { color: #0DA904; }

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

This text font color is #0DA904.


Background Color

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

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

This div background color is #0DA904.


Border color

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

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

This div border color is #0DA904.


Opacity

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

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

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

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

This text has shadow with #0DA904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DA904 on black background.


Color preview on white background

This text has color #0DA904 on white background.



Black color preview on #0DA904 background

This text has black color on #0DA904 background.


White color preview on #0DA904 background

This text has white color on #0DA904 background.