crispedge.com

Color picker

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

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

#9dc1af hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #9dc1af Color code in RGB color code model is created after adding 61.57% red color, 75.69% green color and 68.63% blue color. Hex #9dc1af Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 9% yellow and 24% black.

Hex #9dc1af 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 #9dc1af color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code9dc1af#9dc1af
RGB Decimal157, 193, 175rgb(157, 193, 175)
RGB Percent62%, 76%, 69%rgb(62%, 76%, 69%)
CSS RGBa157, 193, 175,1rgba(157,193,175,1)
CMYK Modelcmyk(19%,0%,9%,24%)
HSL Color Space150,23% ,69%hsl(150,23% ,69%)
HSV Color Space150°, 19%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111011100000110101111
Octal235301257
Decimal157193175
Hex9dc1af

Different shades of #9dc1af color code.

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

Light Shade of #9dc1af
#bcd5c8
Dark Shade of #9dc1af
#7ead95
Saturated Shade of #9dc1af
#95c9af
Desaturated Shade of #9dc1af
#a5b9af
Grey scale Shade of #9dc1af
#afafaf
Brighten Shade
#b6dac8
Most Readable Shade
#000000

Shades of #9dc1af color code

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

#9dc1af
#8bab9b
#7a9688
#688074
#576b61
#45554d
#34403a
#222a26
#111513
#000000

Similar Color like #9dc1af color

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

#9ec2b0
#9fc3b1
#a0c4b2
#a1c5b3
#a2c6b4
#a3c7b5
#a4c8b6
#a5c9b7
#a6cab8
#a7cbb9
#a8ccba
#a9cdbb
#aacebc
#abcfbd
#9cc0ae
#9bbfad
#9abeac
#99bdab
#98bcaa
#97bba9
#96baa8
#95b9a7
#94b8a6
#93b7a5
#92b6a4
#91b5a3
#90b4a2
#8fb3a1

Monochromatic Color with #9dc1af

#9dc1af
#c0ebd6
#131715
#35413b
#586c62
#7a9688

Tints of #9dc1af Color

#9dc1af
#a7c7b7
#b2cec0
#bdd5c9
#c8dcd2
#d3e3db
#deeae4
#e9f1ed
#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

#9dc1af
#c19daf

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

Split Complementary

#9dc1af
#c19dc1
#c19d9d

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

Analogous Color

#9dc1a1
#9dc1a8
#9dc1af
#9dc1b6
#9dc1bd

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

#9dc1af
#af9dc1
#c1af9d

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

#9dc1af
#9d9dc1
#c19daf
#c1c19d

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

#9dc1af
#c19daf
#c19d9d
#9dc1c1

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

#9dc1af Color Code Preview on Black Background Color

This is how #9dc1af Color will look on black background color. Color contrast ratio is 10.68

#9dc1af in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9dc1af color code is use for CSS Background Color

Background color for the above div is #9dc1af

HTML with inline CSS

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

#9dc1af color code is use for CSS Border Color

CSS Border color for the above div is #9dc1af

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9dc1af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9dc1af Color code Preview on White Background

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

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

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.