crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#9ec0ac hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #9ec0ac Color code in RGB color code model is created after adding 61.96% red color, 75.29% green color and 67.45% blue color. Hex #9ec0ac Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 10% yellow and 25% black.

Hex #9ec0ac color code is between #99bbaa web safe hex color code and #aaccbb web safe hex color code. #99bbaa is the nearest web safe color code. You can see here many more shades of #9ec0ac color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code9ec0ac#9ec0ac
RGB Decimal158, 192, 172rgb(158, 192, 172)
RGB Percent62%, 75%, 67%rgb(62%, 75%, 67%)
CSS RGBa158, 192, 172,1rgba(158,192,172,1)
CMYK Modelcmyk(18%,0%,10%,25%)
HSL Color Space145,21% ,69%hsl(145,21% ,69%)
HSV Color Space145°, 18%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111101100000010101100
Octal236300254
Decimal158192172
Hex9ec0ac

Different shades of #9ec0ac color code.

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

Light Shade of #9ec0ac
#bdd4c6
Dark Shade of #9ec0ac
#7fac92
Saturated Shade of #9ec0ac
#96c8ab
Desaturated Shade of #9ec0ac
#a6b8ad
Grey scale Shade of #9ec0ac
#afafaf
Brighten Shade
#b7d9c5
Most Readable Shade
#000000

Shades of #9ec0ac color code

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

#9ec0ac
#8caa98
#7a9585
#698072
#576a5f
#46554c
#344039
#232a26
#111513
#000000

Similar Color like #9ec0ac color

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

#9fc1ad
#a0c2ae
#a1c3af
#a2c4b0
#a3c5b1
#a4c6b2
#a5c7b3
#a6c8b4
#a7c9b5
#a8cab6
#a9cbb7
#aaccb8
#abcdb9
#acceba
#9dbfab
#9cbeaa
#9bbda9
#9abca8
#99bba7
#98baa6
#97b9a5
#96b8a4
#95b7a3
#94b6a2
#93b5a1
#92b4a0
#91b39f
#90b29e

Monochromatic Color with #9ec0ac

#9ec0ac
#c1ead2
#121614
#35403a
#586b60
#7b9586

Tints of #9ec0ac Color

#9ec0ac
#a8c7b5
#b3cebe
#bed5c7
#c9dcd0
#d3e3da
#deeae3
#e9f1ec
#f4f8f5
#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

#9ec0ac
#c09eb2

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

Split Complementary

#9ec0ac
#bd9ec0
#c09ea1

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

Analogous Color

#9ec09e
#9ec0a5
#9ec0ac
#9ec0b3
#9ec0ba

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

#9ec0ac
#ac9ec0
#c0ac9e

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

#9ec0ac
#9ea1c0
#c09eb2
#c0bd9e

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

#9ec0ac
#c09eb2
#c09ea1
#9ec0bd

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

#9ec0ac Color Code Preview on Black Background Color

This is how #9ec0ac Color will look on black background color. Color contrast ratio is 10.59

#9ec0ac in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9ec0ac color code is use for CSS Background Color

Background color for the above div is #9ec0ac

HTML with inline CSS

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

#9ec0ac color code is use for CSS Border Color

CSS Border color for the above div is #9ec0ac

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9ec0ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9ec0ac Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.