Skip to main content Skip to docs navigation

#0de453 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Malachite and its hex is #0BDA51 Nearest Color Name

Color Hue/Base color: Green

Hex #0de453 Color code in RGB color code model is created after adding 5.1% red color, 89.41% green color and 32.55% blue color. Hex #0de453 Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 0% magenta, 64% yellow and 10.59% black.

Hex #0de453 color code is between #11dd55 web safe hex color code and #00ee44 web safe hex color code. #11dd55 is the nearest web safe color code. You can see here many more shades of #0de453 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 0de453 #0de453
RGB Decimal 13, 228, 83 13, 228, 83
RGB Percent 5%, 89%, 33% rgb(5%, 89%, 33%)
CSS RGBa 13, 228, 83,1 rgba(13,228,83,1)
CMYK Model cmyk(94%,0%,64%,10.59%)
HSL Color Space 140,89% ,47% hsl(140,89% ,47%)
HSV Color Space 140°, 94%, 89%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001101 11100100 01010011
Octal 15 344 123
Decimal 13 228 83
Hex 0d e4 53

Different shades of #0de453 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #0de453
#05531e
Darker of #0de453
#078330
Dark of #0de453
#0ab441
Base of #0de453
#0de453
Light of #0de453
#31f370
Lighter
#61f691
Lightest
#91f9b3

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#0de453
#e40d9e

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#0de453
#be0de4
#e40d33

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#44e40d
#21e40d
#0de453
#0de49b
#0dd4e4

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#0de453
#e4530d
#530de4

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#0de453
#530de4
#e40d9e
#9ee40d

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#0de453
#0d33e4
#e40d9e
#e4be0d

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #0de453

#02230d
#05531e
#078330
#0ab441
#0de453
#31f370
#61f691
#91f9b3
#c1fbd4

Tints of #0de453 Color

#0de453
#27e766
#42ea79
#5ded8c
#78f09f
#93f3b2
#aef6c5
#c9f9d8
#e4fceb
#ffffff

Shades of #0de453 color code

Generate more color scales with scales (color stack) generator.

#0de453
#0bca49
#0ab140
#089837
#077e2e
#056524
#044c1b
#023212
#011909
#000000

Tones

#0de453
#25cc5b
#3db464
#559c6c
#6d8475

Tones

Similar Color like #0de453 color

Find visually similar hex color codes nearing to #0de453 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#0ee554
#0fe655
#10e756
#11e857
#12e958
#13ea59
#14eb5a
#15ec5b
#16ed5c
#17ee5d
#18ef5e
#19f05f
#1af160
#1bf261
#0ce352
#0be251
#0ae150
#09e04f
#08df4e
#07de4d
#06dd4c
#05dc4b
#04db4a
#03da49
#02d948
#01d847
#00d746
#00d645

Download this Dark Green

Hex #0de453 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#0de453 Color Code Preview on Black Background Color

This is how #0de453 Color will look on black background color. Color contrast ratio is 12.24

#0de453 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#0de453">Your Example Paragraph content text in with font color #0de453 </p>

Your Example Paragraph content text in with font color #0de453

HTML with inline CSS

<div style="color:#0de453">Your Paragraph text in with font color #0de453 </div>

Your Example Paragraph content text in with font color #0de453

#0de453 color code is use for CSS Background Color

Background color for the above div is #0de453

HTML with inline CSS

<div style="background-color:#0de453;"></div>

#0de453 color code is use for CSS Border Color

CSS Border color for the above div is #0de453

HTML with inline CSS

<div style="border:5px solid #0de453;"></div>

CSS Border Left color for the above div is #0de453

HTML with inline CSS

<div style="border-left:5px solid #0de453;"></div>

CSS Border Right color for the above div is #0de453

HTML with inline CSS

<div style="border-right:5px solid #0de453;"></div>

CSS Border Bottom color for the above div is #0de453

HTML with inline CSS

<div style="border-bottom:5px solid #0de453;"></div>

CSS Border Top color for the above div is #0de453

HTML with inline CSS

<div style="border-top:5px solid #0de453;"></div>

#0de453 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#0de453; } .examplecolorclass {color:#0de453; } .examplebordercolor {border:3px solid #0de453; }

#0de453 Color code Preview on White Background

This is how #0de453 Color code will look on white background color. Color contrast ratio is 1.72

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #0de453; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #0de453; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(13,228,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(228,13,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(13,228,83,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }