crispedge.com

Color picker

Loading...

#14ea66 hex color - Green - Cool color - Information

#14ea66 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #14ea66 Color code in RGB color code model is created after adding 7.84% red color, 91.76% green color and 40% blue color. Hex #14ea66 Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 0% magenta, 56% yellow and 8% black.

Hex #14ea66 color code is between #11ee55 web safe hex color code and #22dd77 web safe hex color code. #11ee55 is the nearest web safe color code. You can see here many more shades of #14ea66 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code14ea66#14ea66
RGB Decimal20, 234, 102rgb(20, 234, 102)
RGB Percent8%, 92%, 40%rgb(8%, 92%, 40%)
CSS RGBa20, 234, 102,1rgba(20,234,102,1)
CMYK Modelcmyk(91%,0%,56%,8%)
HSL Color Space143,84% ,50%hsl(143,84% ,50%)
HSV Color Space143°, 91%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101001110101001100110
Octal24352146
Decimal20234102
Hex14ea66

Different shades of #14ea66 color code.

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

Light Shade of #14ea66
#42ef84
Dark Shade of #14ea66
#10bb52
Saturated Shade of #14ea66
#07f763
Desaturated Shade of #14ea66
#21dd69
Grey scale Shade of #14ea66
#7f7f7f
Brighten Shade
#2dff7f
Most Readable Shade
#000000

Shades of #14ea66 color code

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

#14ea66
#11d05a
#0fb64f
#0d9c44
#0b8238
#08682d
#064e22
#043416
#021a0b
#000000

Similar Color like #14ea66 color

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

#15eb67
#16ec68
#17ed69
#18ee6a
#19ef6b
#1af06c
#1bf16d
#1cf26e
#1df36f
#1ef470
#1ff571
#20f672
#21f773
#22f874
#13e965
#12e864
#11e763
#10e662
#0fe561
#0ee460
#0de35f
#0ce25e
#0be15d
#0ae05c
#09df5b
#08de5a
#07dd59
#06dc58

Monochromatic Color with #14ea66

#14ea66
#021509
#05401c
#096a2e
#0d9541
#10bf53

Tints of #14ea66 Color

#14ea66
#2eec77
#48ee88
#62f199
#7cf3aa
#96f5bb
#b0f8cc
#cafadd
#e4fcee
#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

#14ea66
#ea1498

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

Split Complementary

#14ea66
#d114ea
#ea142d

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

Analogous Color

#18ea14
#14ea3b
#14ea66
#14ea91
#14eabc

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

#14ea66
#6614ea
#ea6614

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

#14ea66
#142dea
#ea1498
#ead114

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

#14ea66
#ea1498
#ea142d
#14ead1

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 #14ea66 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.

#14ea66 Color Code Preview on Black Background Color

This is how #14ea66 Color will look on black background color. Color contrast ratio is 12.99

#14ea66 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #14ea66

HTML with inline CSS

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

Your Example Paragraph content text in with font color #14ea66

#14ea66 color code is use for CSS Background Color

Background color for the above div is #14ea66

HTML with inline CSS

<div style="background-color:#14ea66;"></div>

#14ea66 color code is use for CSS Border Color

CSS Border color for the above div is #14ea66

HTML with inline CSS

<div style="border:5px solid #14ea66;"></div>

CSS Border Left color for the above div is #14ea66

HTML with inline CSS

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

CSS Border Right color for the above div is #14ea66

HTML with inline CSS

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

CSS Border Bottom color for the above div is #14ea66

HTML with inline CSS

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

CSS Border Top color for the above div is #14ea66

HTML with inline CSS

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

#14ea66 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#14ea66 Color code Preview on White Background

This is how #14ea66 Color code will look on white background color. Color contrast ratio is 1.62

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

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(20,234,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,20,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,234,102,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.