crispedge.com

Color picker

Loading...

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

#12ac95 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #12ac95 Color code in RGB color code model is created after adding 7.06% red color, 67.45% green color and 58.43% blue color. Hex #12ac95 Color code in CMYK color (process color) code model is generated after subtraction of 90% cyan, 0% magenta, 13% yellow and 33% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code12ac95#12ac95
RGB Decimal18, 172, 149rgb(18, 172, 149)
RGB Percent7%, 67%, 58%rgb(7%, 67%, 58%)
CSS RGBa18, 172, 149,1rgba(18,172,149,1)
CMYK Modelcmyk(90%,0%,13%,33%)
HSL Color Space171,81% ,37%hsl(171,81% ,37%)
HSV Color Space171°, 90%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100101010110010010101
Octal22254225
Decimal18172149
Hex12ac95

Different shades of #12ac95 color code.

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

Light Shade of #12ac95
#17dabd
Dark Shade of #12ac95
#0d7e6d
Saturated Shade of #12ac95
#09b59c
Desaturated Shade of #12ac95
#1ba28e
Grey scale Shade of #12ac95
#5f5f5f
Brighten Shade
#2bc5ae
Most Readable Shade
#000000

Shades of #12ac95 color code

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

#12ac95
#109884
#0e8573
#0c7263
#0a5f52
#084c42
#063931
#042621
#021310
#000000

Similar Color like #12ac95 color

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

#13ad96
#14ae97
#15af98
#16b099
#17b19a
#18b29b
#19b39c
#1ab49d
#1bb59e
#1cb69f
#1db7a0
#1eb8a1
#1fb9a2
#20baa3
#11ab94
#10aa93
#0fa992
#0ea891
#0da790
#0ca68f
#0ba58e
#0aa48d
#09a38c
#08a28b
#07a18a
#06a089
#059f88
#049e87

Monochromatic Color with #12ac95

#12ac95
#16d6ba
#000202
#052c27
#09574b
#0e8170

Tints of #12ac95 Color

#12ac95
#2cb5a0
#46beac
#61c7b8
#7bd0c4
#95dacf
#b0e3db
#caece7
#e4f5f3
#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

#12ac95
#ac1229

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

Split Complementary

#12ac95
#ac1276
#ac4812

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

Analogous Color

#12ac57
#12ac76
#12ac95
#12a4ac
#1285ac

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

#12ac95
#9512ac
#ac9512

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

#12ac95
#4812ac
#ac1229
#76ac12

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

#12ac95
#ac1229
#ac4812
#1276ac

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

#12ac95 Color Code Preview on Black Background Color

This is how #12ac95 Color will look on black background color. Color contrast ratio is 7.36

#12ac95 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#12ac95 color code is use for CSS Background Color

Background color for the above div is #12ac95

HTML with inline CSS

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

#12ac95 color code is use for CSS Border Color

CSS Border color for the above div is #12ac95

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#12ac95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#12ac95 Color code Preview on White Background

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

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

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,172,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,18,41,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(18,172,149,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.