crispedge.com

Color picker

Loading...

#00ea92 hex color - Green - Cool color - Information

#00ea92 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #00ea92 Color code in RGB color code model is created after adding 0% red color, 91.76% green color and 57.25% blue color. Hex #00ea92 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 38% yellow and 8% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code00ea92#00ea92
RGB Decimal0, 234, 146rgb(0, 234, 146)
RGB Percent0%, 92%, 57%rgb(0%, 92%, 57%)
CSS RGBa0, 234, 146,1rgba(0,234,146,1)
CMYK Modelcmyk(100%,0%,38%,8%)
HSL Color Space157,100% ,46%hsl(157,100% ,46%)
HSV Color Space157°, 100%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001110101010010010
Octal0352222
Decimal0234146
Hex00ea92

Different shades of #00ea92 color code.

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

Light Shade of #00ea92
#1effaa
Dark Shade of #00ea92
#00b772
Saturated Shade of #00ea92
#00ea92
Desaturated Shade of #00ea92
#0cde8f
Grey scale Shade of #00ea92
#757575
Brighten Shade
#19ffab
Most Readable Shade
#000000

Shades of #00ea92 color code

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

#00ea92
#00d081
#00b671
#009c61
#008251
#006840
#004e30
#003420
#001a10
#000000

Similar Color like #00ea92 color

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

#01eb93
#02ec94
#03ed95
#04ee96
#05ef97
#06f098
#07f199
#08f29a
#09f39b
#0af49c
#0bf59d
#0cf69e
#0df79f
#0ef8a0
#00e991
#00e890
#00e78f
#00e68e
#00e58d
#00e48c
#00e38b
#00e28a
#00e189
#00e088
#00df87
#00de86
#00dd85
#00dc84

Monochromatic Color with #00ea92

#00ea92
#00150d
#004028
#006a42
#00955d
#00bf77

Tints of #00ea92 Color

#00ea92
#1cec9e
#38eeaa
#55f1b6
#71f3c2
#8df5ce
#aaf8da
#c6fae6
#e2fcf2
#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

#00ea92
#ea0058

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

Split Complementary

#00ea92
#ea00cd
#ea1d00

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

Analogous Color

#00ea34
#00ea63
#00ea92
#00eac1
#00e4ea

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

#00ea92
#9200ea
#ea9200

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

#00ea92
#1d00ea
#ea0058
#cdea00

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

#00ea92
#ea0058
#ea1d00
#00cdea

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 #00ea92 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.

#00ea92 Color Code Preview on Black Background Color

This is how #00ea92 Color will look on black background color. Color contrast ratio is 13.18

#00ea92 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00ea92

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00ea92

#00ea92 color code is use for CSS Background Color

Background color for the above div is #00ea92

HTML with inline CSS

<div style="background-color:#00ea92;"></div>

#00ea92 color code is use for CSS Border Color

CSS Border color for the above div is #00ea92

HTML with inline CSS

<div style="border:5px solid #00ea92;"></div>

CSS Border Left color for the above div is #00ea92

HTML with inline CSS

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

CSS Border Right color for the above div is #00ea92

HTML with inline CSS

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

CSS Border Bottom color for the above div is #00ea92

HTML with inline CSS

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

CSS Border Top color for the above div is #00ea92

HTML with inline CSS

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

#00ea92 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00ea92 Color code Preview on White Background

This is how #00ea92 Color code will look on white background color. Color contrast ratio is 1.59

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.