@
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.

#01e9ae hex color - Green - Cool color - Information

#01e9ae hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #01e9ae Color code in RGB color code model is created after adding 0.39% red color, 91.37% green color and 68.24% blue color. Hex #01e9ae Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 25% yellow and 8.63% black.

Hex #01e9ae color code is between #00eeaa web safe hex color code and #00ddbb web safe hex color code. #00eeaa is the nearest web safe color code. You can see here many more shades of #01e9ae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code01e9ae#01e9ae
RGB Decimal1, 233, 174rgb(1, 233, 174)
RGB Percent0%, 91%, 68%rgb(0%, 91%, 68%)
CSS RGBa1, 233, 174,1rgba(1,233,174,1)
CMYK Modelcmyk(100%,0%,25%,8.63%)
HSL Color Space165,99% ,46%hsl(165,99% ,46%)
HSV Color Space165°, 100%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000011110100110101110
Octal1351256
Decimal1233174
Hex01e9ae

Different shades of #01e9ae color code.

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

Light Shade of #01e9ae
#1ffec5
Dark Shade of #01e9ae
#01b688
Saturated Shade of #01e9ae
#00eaae
Desaturated Shade of #01e9ae
#0ddda8
Grey scale Shade of #01e9ae
#757575
Brighten Shade
#1affc7
Most Readable Shade
#000000

Shades of #01e9ae color code

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

#01e9ae
#00cf9a
#00b587
#009b74
#008160
#00674d
#004d3a
#003326
#001913
#000000

Similar Color like #01e9ae color

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

#02eaaf
#03ebb0
#04ecb1
#05edb2
#06eeb3
#07efb4
#08f0b5
#09f1b6
#0af2b7
#0bf3b8
#0cf4b9
#0df5ba
#0ef6bb
#0ff7bc
#00e8ad
#00e7ac
#00e6ab
#00e5aa
#00e4a9
#00e3a8
#00e2a7
#00e1a6
#00e0a5
#00dfa4
#00dea3
#00dda2
#00dca1
#00dba0

Monochromatic Color with #01e9ae

#01e9ae
#00140f
#003f2f
#00694f
#01946f
#01be8e

Tints of #01e9ae Color

#01e9ae
#1debb7
#39edc0
#55f0c9
#71f2d2
#8ef5db
#aaf7e4
#c6faed
#e2fcf6
#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

#01e9ae
#e9013c

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

Split Complementary

#01e9ae
#e901b0
#e93a01

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

Analogous Color

#01e951
#01e980
#01e9ae
#01e9dc
#01c7e9

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

#01e9ae
#ae01e9
#e9ae01

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

#01e9ae
#3a01e9
#e9013c
#b0e901

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

#01e9ae
#e9013c
#e93a01
#01b0e9

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 #01e9ae 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.

#01e9ae Color Code Preview on Black Background Color

This is how #01e9ae Color will look on black background color. Color contrast ratio is 13.27

#01e9ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #01e9ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #01e9ae

#01e9ae color code is use for CSS Background Color

Background color for the above div is #01e9ae

HTML with inline CSS

<div style="background-color:#01e9ae;"></div>

#01e9ae color code is use for CSS Border Color

CSS Border color for the above div is #01e9ae

HTML with inline CSS

<div style="border:5px solid #01e9ae;"></div>

CSS Border Left color for the above div is #01e9ae

HTML with inline CSS

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

CSS Border Right color for the above div is #01e9ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #01e9ae

HTML with inline CSS

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

CSS Border Top color for the above div is #01e9ae

HTML with inline CSS

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

#01e9ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#01e9ae Color code Preview on White Background

This is how #01e9ae Color code will look on white background color. Color contrast ratio is 1.58

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

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(1,233,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(233,1,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(1,233,174,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.