COLOR #0DC428

HEX: #0DC428
RGB: (13,196,40)

Color info

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

RGB color model

#0DC428 color RGB value is (13,196,40).

  • red value is 13;
  • green value is 196;
  • blue value is 40.
RGB:
(13,196,40)
(5%,77%,16%)

RGB channels and saturation

R 13 of 255 = 5%
G 196 of 255 = 77%
B 40 of 255 = 16%

13
196
40

R + G + B ~ 33%. #0DC428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 196 + 40 = 249 (100%)
R 13 of 249 ~ 5.22%
G 196 of 249 ~ 78.71%
B 40 of 249 ~ 16.06%

%78.71
%16.06

CMYK color model

#0DC428 color CMYK value is (93,0,80,23).

  • cyan value is 93.37%
  • magenta value is 0.00%
  • yellow value is 79.59%
  • key color value is 23.14%
CMYK:
(93,0,80,23)
C93M0Y80K23 
(93%,0%,80%,23%)
(0.93/0.00/0.80/0.23)	

CMYK percentages

%93.37
%0
%79.59
%23.14

Codes

Color #0DC428 in popluar color models

0DC428
RGB1319640
HSL129°87.56%40.98%
HSB/HSV129°93.37%76.86%
CMYK93.37%0.00%79.59%
23.14%

Color #0DC428 in popluar number systems.

HEX0DC428
Decimal1319640
Binary110111000100101000
Octal1530450

Shades and tints

Shades of #0DC428

#0DC428
(13,196,40)
#0CB325
(12,179,37)
#0BA222
(11,162,34)
#0A911F
(10,145,31)
#09801C
(9,128,28)
#086F19
(8,111,25)
#075E16
(7,94,22)
#064D13
(6,77,19)
#053C10
(5,60,16)
#042B0D
(4,43,13)
#031A0A
(3,26,10)
#000000
(0,0,0)

Tints of #0DC428

#0DC428
(13,196,40)
#23C93B
(35,201,59)
#39CE4E
(57,206,78)
#4FD361
(79,211,97)
#65D874
(101,216,116)
#7BDD87
(123,221,135)
#91E29A
(145,226,154)
#A7E7AD
(167,231,173)
#BDECC0
(189,236,192)
#D3F1D3
(211,241,211)
#E9F6E6
(233,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DC428 color. Also use rgb(13,196,40) instead hex code.

Text Font Color

.myTextColor { color: #0DC428; }

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

This text font color is #0DC428.


Background Color

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

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

This div background color is #0DC428.


Border color

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

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

This div border color is #0DC428.


Opacity

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

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

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

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

This text has shadow with #0DC428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DC428 on black background.


Color preview on white background

This text has color #0DC428 on white background.



Black color preview on #0DC428 background

This text has black color on #0DC428 background.


White color preview on #0DC428 background

This text has white color on #0DC428 background.