crispedge.com

#12cf93 hex color - Green - Cool color - Information

#12cf93 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #12cf93 Color code in RGB color code model is created after adding 7.06% red color, 81.18% green color and 57.65% blue color. Hex #12cf93 Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 0% magenta, 29% yellow and 19% black.

Hex #12cf93 color code is between #11cc99 web safe hex color code and #22dd88 web safe hex color code. #11cc99 is the nearest web safe color code. You can see here many more shades of #12cf93 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code12cf93#12cf93
RGB Decimal18, 207, 147rgb(18, 207, 147)
RGB Percent7%, 81%, 58%rgb(7%, 81%, 58%)
CSS RGBa18, 207, 147,1rgba(18,207,147,1)
CMYK Modelcmyk(91%,0%,29%,19%)
HSL Color Space161,84% ,44%hsl(161,84% ,44%)
HSV Color Space161°, 91%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100101100111110010011
Octal22317223
Decimal18207147
Hex12cf93

Different shades of #12cf93 color code.

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

Light Shade of #12cf93
#28ecae
Dark Shade of #12cf93
#0ea072
Saturated Shade of #12cf93
#07da97
Desaturated Shade of #12cf93
#1dc48f
Grey scale Shade of #12cf93
#707070
Brighten Shade
#2be8ac
Most Readable Shade
#000000

Shades of #12cf93 color code

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

#12cf93
#10b882
#0ea172
#0c8a62
#0a7351
#085c41
#064531
#042e20
#021710
#000000

Similar Color like #12cf93 color

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

#13d094
#14d195
#15d296
#16d397
#17d498
#18d599
#19d69a
#1ad79b
#1bd89c
#1cd99d
#1dda9e
#1edb9f
#1fdca0
#20dda1
#11ce92
#10cd91
#0fcc90
#0ecb8f
#0dca8e
#0cc98d
#0bc88c
#0ac78b
#09c68a
#08c589
#07c488
#06c387
#05c286
#04c185

Monochromatic Color with #12cf93

#12cf93
#16f9b1
#03251a
#074f38
#0b7a57
#0ea475

Tints of #12cf93 Color

#12cf93
#2cd49f
#46d9ab
#61dfb7
#7be4c3
#95e9cf
#b0efdb
#caf4e7
#e4f9f3
#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

#12cf93
#cf124e

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

Split Complementary

#12cf93
#cf12ac
#cf3512

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

Analogous Color

#12cf47
#12cf6d
#12cf93
#12cfb9
#12bfcf

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

#12cf93
#9312cf
#cf9312

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

#12cf93
#3412cf
#cf124e
#accf12

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

#12cf93
#cf124e
#cf3512
#12accf

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 #12cf93 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.

#12cf93 Color Code Preview on Black Background Color

This is how #12cf93 Color will look on black background color. Color contrast ratio is 10.37

#12cf93 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12cf93

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12cf93

#12cf93 color code is use for CSS Background Color

Background color for the above div is #12cf93

HTML with inline CSS

<div style="background-color:#12cf93;"></div>

#12cf93 color code is use for CSS Border Color

CSS Border color for the above div is #12cf93

HTML with inline CSS

<div style="border:5px solid #12cf93;"></div>

CSS Border Left color for the above div is #12cf93

HTML with inline CSS

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

CSS Border Right color for the above div is #12cf93

HTML with inline CSS

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

CSS Border Bottom color for the above div is #12cf93

HTML with inline CSS

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

CSS Border Top color for the above div is #12cf93

HTML with inline CSS

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

#12cf93 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#12cf93 Color code Preview on White Background

This is how #12cf93 Color code will look on white background color. Color contrast ratio is 2.02

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>