COLOR #0DE654

HEX: #0DE654
RGB: (13,230,84)

Color info

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

RGB color model

#0DE654 color RGB value is (13,230,84).

  • red value is 13;
  • green value is 230;
  • blue value is 84.
RGB:
(13,230,84)
(5%,90%,33%)

RGB channels and saturation

R 13 of 255 = 5%
G 230 of 255 = 90%
B 84 of 255 = 33%

13
230
84

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

Portions of RGB colors in percentages

R + G + B =
13 + 230 + 84 = 327 (100%)
R 13 of 327 ~ 3.98%
G 230 of 327 ~ 70.34%
B 84 of 327 ~ 25.69%

%70.34
%25.69

CMYK color model

#0DE654 color CMYK value is (94,0,63,10).

  • cyan value is 94.35%
  • magenta value is 0.00%
  • yellow value is 63.48%
  • key color value is 9.80%
CMYK:
(94,0,63,10)
C94M0Y63K10 
(94%,0%,63%,10%)
(0.94/0.00/0.63/0.10)	

CMYK percentages

%94.35
%0
%63.48
%9.8

Codes

Color #0DE654 in popluar color models

0DE654
RGB1323084
HSL140°89.30%47.65%
HSB/HSV140°94.35%90.20%
CMYK94.35%0.00%63.48%
9.80%

Color #0DE654 in popluar number systems.

HEX0DE654
Decimal1323084
Binary1101111001101010100
Octal15346124

Shades and tints

Shades of #0DE654

#0DE654
(13,230,84)
#0CD24D
(12,210,77)
#0BBE46
(11,190,70)
#0AAA3F
(10,170,63)
#099638
(9,150,56)
#088231
(8,130,49)
#076E2A
(7,110,42)
#065A23
(6,90,35)
#05461C
(5,70,28)
#043215
(4,50,21)
#031E0E
(3,30,14)
#000000
(0,0,0)

Tints of #0DE654

#0DE654
(13,230,84)
#23E863
(35,232,99)
#39EA72
(57,234,114)
#4FEC81
(79,236,129)
#65EE90
(101,238,144)
#7BF09F
(123,240,159)
#91F2AE
(145,242,174)
#A7F4BD
(167,244,189)
#BDF6CC
(189,246,204)
#D3F8DB
(211,248,219)
#E9FAEA
(233,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DE654 color. Also use rgb(13,230,84) instead hex code.

Text Font Color

.myTextColor { color: #0DE654; }

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

This text font color is #0DE654.


Background Color

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

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

This div background color is #0DE654.


Border color

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

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

This div border color is #0DE654.


Opacity

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

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

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

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

This text has shadow with #0DE654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DE654 on black background.


Color preview on white background

This text has color #0DE654 on white background.



Black color preview on #0DE654 background

This text has black color on #0DE654 background.


White color preview on #0DE654 background

This text has white color on #0DE654 background.