Skip to main content Skip to docs navigation

#0ee08d hex color | Dark Green & Cool color | 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 Aqua Green and its hex is #12E193 Nearest Color Name

Color Hue/Base color: Green

Hex #0ee08d Color code in RGB color code model is created after adding 5.49% red color, 87.84% green color and 55.29% blue color. Hex #0ee08d Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 0% magenta, 37% yellow and 12.16% black.

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

RGB Chart

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

Color Table

Hex Color Code 0ee08d #0ee08d
RGB Decimal 14, 224, 141 14, 224, 141
RGB Percent 5%, 88%, 55% rgb(5%, 88%, 55%)
CSS RGBa 14, 224, 141,1 rgba(14,224,141,1)
CMYK Model cmyk(94%,0%,37%,12.16%)
HSL Color Space 156,88% ,47% hsl(156,88% ,47%)
HSV Color Space 156°, 94%, 88%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001110 11100000 10001101
Octal 16 340 215
Decimal 14 224 141
Hex 0e e0 8d

Different shades of #0ee08d color code.

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

Darkest of #0ee08d
#055032
Darker of #0ee08d
#088051
Dark of #0ee08d
#0bb06f
Base of #0ee08d
#0ee08d
Light of #0ee08d
#2ff2a5
Lighter
#5ff5ba
Lightest
#8ff8cf

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

#0ee08d
#e00e61

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

Split Complementary

#0ee08d
#e00eca
#e0240e

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

Analogous Color

#0ee013
#0ee036
#0ee08d
#0ee0d3
#0e95e0

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

#0ee08d
#e08d0e
#8d0ee0

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

#0ee08d
#8d0ee0
#e00e61
#61e00e

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

#0ee08d
#240ee0
#e00e61
#cae00e

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 #0ee08d

#022014
#055032
#088051
#0bb06f
#0ee08d
#2ff2a5
#5ff5ba
#8ff8cf
#bffbe3

Tints of #0ee08d Color

#0ee08d
#28e399
#43e6a6
#5eeab3
#79edbf
#93f1cc
#aef4d9
#c9f8e5
#e4fbf2
#ffffff

Shades of #0ee08d color code

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

#0ee08d
#0cc77d
#0aae6d
#09955e
#077c4e
#06633e
#044a2f
#03311f
#01180f
#000000

Tones

#0ee08d
#26c888
#3eb083
#55997e
#6d8179

Tones

Similar Color like #0ee08d color

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

#0fe18e
#10e28f
#11e390
#12e491
#13e592
#14e693
#15e794
#16e895
#17e996
#18ea97
#19eb98
#1aec99
#1bed9a
#1cee9b
#0ddf8c
#0cde8b
#0bdd8a
#0adc89
#09db88
#08da87
#07d986
#06d885
#05d784
#04d683
#03d582
#02d481
#01d380
#00d27f

Download this

Hex #0ee08d 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.

#0ee08d Color Code Preview on Black Background Color

This is how #0ee08d Color will look on black background color. Color contrast ratio is 12.07

#0ee08d in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0ee08d color code is use for CSS Background Color

Background color for the above div is #0ee08d

HTML with inline CSS

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

#0ee08d color code is use for CSS Border Color

CSS Border color for the above div is #0ee08d

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0ee08d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0ee08d Color code Preview on White Background

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

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 #0ee08d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #0ee08d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(14,224,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(224,14,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(14,224,141,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }