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

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

#14d66f hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #14d66f Color code in RGB color code model is created after adding 7.84% red color, 83.92% green color and 43.53% blue color. Hex #14d66f Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 0% magenta, 48% yellow and 16.08% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code14d66f#14d66f
RGB Decimal20, 214, 111rgb(20, 214, 111)
RGB Percent8%, 84%, 44%rgb(8%, 84%, 44%)
CSS RGBa20, 214, 111,1rgba(20,214,111,1)
CMYK Modelcmyk(91%,0%,48%,16.08%)
HSL Color Space148,83% ,46%hsl(148,83% ,46%)
HSV Color Space148°, 91%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101001101011001101111
Octal24326157
Decimal20214111
Hex14d66f

Different shades of #14d66f color code.

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

Light Shade of #14d66f
#31ec89
Dark Shade of #14d66f
#10a757
Saturated Shade of #14d66f
#08e26e
Desaturated Shade of #14d66f
#20ca70
Grey scale Shade of #14d66f
#757575
Brighten Shade
#2def88
Most Readable Shade
#000000

Shades of #14d66f color code

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

#14d66f
#11be62
#0fa656
#0d8e4a
#0b763d
#085f31
#064725
#042f18
#02170c
#000000

Similar Color like #14d66f color

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

#15d770
#16d871
#17d972
#18da73
#19db74
#1adc75
#1bdd76
#1cde77
#1ddf78
#1ee079
#1fe17a
#20e27b
#21e37c
#22e47d
#13d56e
#12d46d
#11d36c
#10d26b
#0fd16a
#0ed069
#0dcf68
#0cce67
#0bcd66
#0acc65
#09cb64
#08ca63
#07c962
#06c861

Monochromatic Color with #14d66f

#14d66f
#000101
#042c17
#08562d
#0c8143
#10ab59

Tints of #14d66f Color

#14d66f
#2eda7f
#48df8f
#62e39f
#7ce8af
#96ecbf
#b0f1cf
#caf5df
#e4faef
#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

#14d66f
#d6147b

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

Split Complementary

#14d66f
#d014d6
#d6141a

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

Analogous Color

#14d621
#14d648
#14d66f
#14d696
#14d6bd

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

#14d66f
#6f14d6
#d66f14

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

#14d66f
#141ad6
#d6147b
#d6d014

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

#14d66f
#d6147b
#d6141a
#14d6d0

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

#14d66f Color Code Preview on Black Background Color

This is how #14d66f Color will look on black background color. Color contrast ratio is 10.88

#14d66f in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#14d66f color code is use for CSS Background Color

Background color for the above div is #14d66f

HTML with inline CSS

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

#14d66f color code is use for CSS Border Color

CSS Border color for the above div is #14d66f

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#14d66f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#14d66f Color code Preview on White Background

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

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

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,214,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(214,20,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,214,111,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.