crispedge.com

Color picker

Loading...

#9ec5af hex color - Green - Cool color - Information

#9ec5af hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #9ec5af Color code in RGB color code model is created after adding 61.96% red color, 77.25% green color and 68.63% blue color. Hex #9ec5af Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 11% yellow and 23% black.

Hex #9ec5af color code is between #99ccaa web safe hex color code and #aabbbb web safe hex color code. #99ccaa is the nearest web safe color code. You can see here many more shades of #9ec5af color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9ec5af#9ec5af
RGB Decimal158, 197, 175rgb(158, 197, 175)
RGB Percent62%, 77%, 69%rgb(62%, 77%, 69%)
CSS RGBa158, 197, 175,1rgba(158,197,175,1)
CMYK Modelcmyk(20%,0%,11%,23%)
HSL Color Space146,25% ,70%hsl(146,25% ,70%)
HSV Color Space146°, 20%, 77%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111101100010110101111
Octal236305257
Decimal158197175
Hex9ec5af

Different shades of #9ec5af color code.

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

Light Shade of #9ec5af
#bed8c9
Dark Shade of #9ec5af
#7eb295
Saturated Shade of #9ec5af
#96cdae
Desaturated Shade of #9ec5af
#a6bdb0
Grey scale Shade of #9ec5af
#b1b1b1
Brighten Shade
#b7dec8
Most Readable Shade
#000000

Shades of #9ec5af color code

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

#9ec5af
#8caf9b
#7a9988
#698374
#576d61
#46574d
#34413a
#232b26
#111513
#000000

Similar Color like #9ec5af color

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

#9fc6b0
#a0c7b1
#a1c8b2
#a2c9b3
#a3cab4
#a4cbb5
#a5ccb6
#a6cdb7
#a7ceb8
#a8cfb9
#a9d0ba
#aad1bb
#abd2bc
#acd3bd
#9dc4ae
#9cc3ad
#9bc2ac
#9ac1ab
#99c0aa
#98bfa9
#97bea8
#96bda7
#95bca6
#94bba5
#93baa4
#92b9a3
#91b8a2
#90b7a1

Monochromatic Color with #9ec5af

#9ec5af
#c0efd5
#161b18
#38453e
#5a7063
#7c9a89

Tints of #9ec5af Color

#9ec5af
#a8cbb7
#b3d1c0
#bed8c9
#c9ded2
#d3e5db
#deebe4
#e9f2ed
#f4f8f6
#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

#9ec5af
#c59eb4

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

Split Complementary

#9ec5af
#c39ec5
#c59ea1

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

Analogous Color

#9ec59f
#9ec5a7
#9ec5af
#9ec5b7
#9ec5bf

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

#9ec5af
#af9ec5
#c5af9e

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

#9ec5af
#9ea0c5
#c59eb4
#c5c29e

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

#9ec5af
#c59eb4
#c59ea1
#9ec5c3

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 #9ec5af 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.

#9ec5af Color Code Preview on Black Background Color

This is how #9ec5af Color will look on black background color. Color contrast ratio is 11.06

#9ec5af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9ec5af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9ec5af

#9ec5af color code is use for CSS Background Color

Background color for the above div is #9ec5af

HTML with inline CSS

<div style="background-color:#9ec5af;"></div>

#9ec5af color code is use for CSS Border Color

CSS Border color for the above div is #9ec5af

HTML with inline CSS

<div style="border:5px solid #9ec5af;"></div>

CSS Border Left color for the above div is #9ec5af

HTML with inline CSS

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

CSS Border Right color for the above div is #9ec5af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9ec5af

HTML with inline CSS

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

CSS Border Top color for the above div is #9ec5af

HTML with inline CSS

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

#9ec5af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9ec5af Color code Preview on White Background

This is how #9ec5af Color code will look on white background color. Color contrast ratio is 1.90

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

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(158,197,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,158,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(158,197,175,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.