crispedge.com

Color picker

Loading...

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

#14cf59 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #14cf59 Color code in RGB color code model is created after adding 7.84% red color, 81.18% green color and 34.9% blue color. Hex #14cf59 Color code in CMYK color (process color) code model is generated after subtraction of 90% cyan, 0% magenta, 57% yellow and 19% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code14cf59#14cf59
RGB Decimal20, 207, 89rgb(20, 207, 89)
RGB Percent8%, 81%, 35%rgb(8%, 81%, 35%)
CSS RGBa20, 207, 89,1rgba(20,207,89,1)
CMYK Modelcmyk(90%,0%,57%,19%)
HSL Color Space142,82% ,45%hsl(142,82% ,45%)
HSV Color Space142°, 90%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101001100111101011001
Octal24317131
Decimal2020789
Hex14cf59

Different shades of #14cf59 color code.

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

Light Shade of #14cf59
#2beb72
Dark Shade of #14cf59
#10a045
Saturated Shade of #14cf59
#09da56
Desaturated Shade of #14cf59
#1fc45c
Grey scale Shade of #14cf59
#717171
Brighten Shade
#2de872
Most Readable Shade
#000000

Shades of #14cf59 color code

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

#14cf59
#11b84f
#0fa145
#0d8a3b
#0b7331
#085c27
#06451d
#042e13
#021709
#000000

Similar Color like #14cf59 color

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

#15d05a
#16d15b
#17d25c
#18d35d
#19d45e
#1ad55f
#1bd660
#1cd761
#1dd862
#1ed963
#1fda64
#20db65
#21dc66
#22dd67
#13ce58
#12cd57
#11cc56
#10cb55
#0fca54
#0ec953
#0dc852
#0cc751
#0bc650
#0ac54f
#09c44e
#08c34d
#07c24c
#06c14b

Monochromatic Color with #14cf59

#14cf59
#18f96b
#042510
#084f22
#0c7a34
#10a447

Tints of #14cf59 Color

#14cf59
#2ed46b
#48d97d
#62df90
#7ce4a2
#96e9b5
#b0efc7
#caf4da
#e4f9ec
#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

#14cf59
#cf148a

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

Split Complementary

#14cf59
#b614cf
#cf142d

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

Analogous Color

#1acf14
#14cf34
#14cf59
#14cf7e
#14cfa4

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

#14cf59
#5914cf
#cf5914

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

#14cf59
#142ccf
#cf148a
#cfb614

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

#14cf59
#cf148a
#cf142d
#14cfb6

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

#14cf59 Color Code Preview on Black Background Color

This is how #14cf59 Color will look on black background color. Color contrast ratio is 10.10

#14cf59 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#14cf59 color code is use for CSS Background Color

Background color for the above div is #14cf59

HTML with inline CSS

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

#14cf59 color code is use for CSS Border Color

CSS Border color for the above div is #14cf59

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#14cf59 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#14cf59 Color code Preview on White Background

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

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

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,207,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,20,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,207,89,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.