crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#0dde9b hex color - Green - Cool color - Information

#0dde9b hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #0dde9b Color code in RGB color code model is created after adding 5.1% red color, 87.06% green color and 60.78% blue color. Hex #0dde9b Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 0% magenta, 30% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code0dde9b#0dde9b
RGB Decimal13, 222, 155rgb(13, 222, 155)
RGB Percent5%, 87%, 61%rgb(5%, 87%, 61%)
CSS RGBa13, 222, 155,1rgba(13,222,155,1)
CMYK Modelcmyk(94%,0%,30%,13%)
HSL Color Space161,89% ,46%hsl(161,89% ,46%)
HSV Color Space161°, 94%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011011101111010011011
Octal15336233
Decimal13222155
Hex0dde9b

Different shades of #0dde9b color code.

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

Light Shade of #0dde9b
#2bf3b3
Dark Shade of #0dde9b
#0aae79
Saturated Shade of #0dde9b
#01ea9f
Desaturated Shade of #0dde9b
#19d297
Grey scale Shade of #0dde9b
#757575
Brighten Shade
#26f7b4
Most Readable Shade
#000000

Shades of #0dde9b color code

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

#0dde9b
#0bc589
#0aac78
#089467
#077b56
#056244
#044a33
#023122
#011811
#000000

Similar Color like #0dde9b color

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

#0edf9c
#0fe09d
#10e19e
#11e29f
#12e3a0
#13e4a1
#14e5a2
#15e6a3
#16e7a4
#17e8a5
#18e9a6
#19eaa7
#1aeba8
#1beca9
#0cdd9a
#0bdc99
#0adb98
#09da97
#08d996
#07d895
#06d794
#05d693
#04d592
#03d491
#02d390
#01d28f
#00d18e
#00d08d

Monochromatic Color with #0dde9b

#0dde9b
#010907
#033424
#065e42
#088960
#0bb37d

Tints of #0dde9b Color

#0dde9b
#27e1a6
#42e5b1
#5de9bc
#78ecc7
#93f0d2
#aef4dd
#c9f7e8
#e4fbf3
#ffffff

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

#0dde9b
#de0d50

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

Split Complementary

#0dde9b
#de0db8
#de330d

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

Analogous Color

#0dde47
#0dde71
#0dde9b
#0ddec5
#0dcdde

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

#0dde9b
#9b0dde
#de9b0d

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

#0dde9b
#320dde
#de0d50
#b8de0d

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

Double Complementary Color

#0dde9b
#de0d50
#de330d
#0db8de

Double Complementary 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).

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

#0dde9b Color Code Preview on Black Background Color

This is how #0dde9b Color will look on black background color. Color contrast ratio is 11.94

#0dde9b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0dde9b color code is use for CSS Background Color

Background color for the above div is #0dde9b

HTML with inline CSS

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

#0dde9b color code is use for CSS Border Color

CSS Border color for the above div is #0dde9b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0dde9b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0dde9b Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.