crispedge.com

Color picker

Loading...

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

#9eaf93 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #9eaf93 Color code in RGB color code model is created after adding 61.96% red color, 68.63% green color and 57.65% blue color. Hex #9eaf93 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 16% yellow and 31% black.

Hex #9eaf93 color code is between #99aa99 web safe hex color code and #aabb88 web safe hex color code. #99aa99 is the nearest web safe color code. You can see here many more shades of #9eaf93 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code9eaf93#9eaf93
RGB Decimal158, 175, 147rgb(158, 175, 147)
RGB Percent62%, 69%, 58%rgb(62%, 69%, 58%)
CSS RGBa158, 175, 147,1rgba(158,175,147,1)
CMYK Modelcmyk(10%,0%,16%,31%)
HSL Color Space96,15% ,63%hsl(96,15% ,63%)
HSV Color Space96°, 16%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111101010111110010011
Octal236257223
Decimal158175147
Hex9eaf93

Different shades of #9eaf93 color code.

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

Light Shade of #9eaf93
#b8c5b0
Dark Shade of #9eaf93
#849976
Saturated Shade of #9eaf93
#9cb88a
Desaturated Shade of #9eaf93
#a0a69c
Grey scale Shade of #9eaf93
#a1a1a1
Brighten Shade
#b7c8ac
Most Readable Shade
#000000

Shades of #9eaf93 color code

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

#9eaf93
#8c9b82
#7a8872
#697462
#576151
#464d41
#343a31
#232620
#111310
#000000

Similar Color like #9eaf93 color

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

#9fb094
#a0b195
#a1b296
#a2b397
#a3b498
#a4b599
#a5b69a
#a6b79b
#a7b89c
#a8b99d
#a9ba9e
#aabb9f
#abbca0
#acbda1
#9dae92
#9cad91
#9bac90
#9aab8f
#99aa8e
#98a98d
#97a88c
#96a78b
#95a68a
#94a589
#93a488
#92a387
#91a286
#90a185

Monochromatic Color with #9eaf93

#9eaf93
#c4d9b7
#050504
#2b2f28
#515a4c
#78846f

Tints of #9eaf93 Color

#9eaf93
#a8b79f
#b3c0ab
#bec9b7
#c9d2c3
#d3dbcf
#dee4db
#e9ede7
#f4f6f3
#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

#9eaf93
#a493af

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

Split Complementary

#9eaf93
#9693af
#af93ac

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

Analogous Color

#a9af93
#a4af93
#9eaf93
#98af93
#93af93

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

#9eaf93
#939eaf
#af939e

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

#9eaf93
#93acaf
#a493af
#af9693

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

#9eaf93
#a493af
#af93ac
#93af96

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

#9eaf93 Color Code Preview on Black Background Color

This is how #9eaf93 Color will look on black background color. Color contrast ratio is 9.01

#9eaf93 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9eaf93 color code is use for CSS Background Color

Background color for the above div is #9eaf93

HTML with inline CSS

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

#9eaf93 color code is use for CSS Border Color

CSS Border color for the above div is #9eaf93

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9eaf93 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9eaf93 Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.