crispedge.com

Color picker

Loading...

#9eaf50 hex color - Green - Warm color - Information

#9eaf50 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #9eaf50 color code is between #99aa55 web safe hex color code and #aabb44 web safe hex color code. #99aa55 is the nearest web safe color code. You can see here many more shades of #9eaf50 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9eaf50#9eaf50
RGB Decimal158, 175, 80rgb(158, 175, 80)
RGB Percent62%, 69%, 31%rgb(62%, 69%, 31%)
CSS RGBa158, 175, 80,1rgba(158,175,80,1)
CMYK Modelcmyk(10%,0%,54%,31%)
HSL Color Space71,37% ,50%hsl(71,37% ,50%)
HSV Color Space71°, 54%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100111101010111101010000
Octal236257120
Decimal15817580
Hex9eaf50

Different shades of #9eaf50 color code.

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

Light Shade of #9eaf50
#b1bf73
Dark Shade of #9eaf50
#7e8c40
Saturated Shade of #9eaf50
#a6bc43
Desaturated Shade of #9eaf50
#96a25d
Grey scale Shade of #9eaf50
#808080
Brighten Shade
#b7c869
Most Readable Shade
#000000

Shades of #9eaf50 color code

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

#9eaf50
#8c9b47
#7a883e
#697435
#57612c
#464d23
#343a1a
#232611
#111308
#000000

Similar Color like #9eaf50 color

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

#9fb051
#a0b152
#a1b253
#a2b354
#a3b455
#a4b556
#a5b657
#a6b758
#a7b859
#a8b95a
#a9ba5b
#aabb5c
#abbc5d
#acbd5e
#9dae4f
#9cad4e
#9bac4d
#9aab4c
#99aa4b
#98a94a
#97a849
#96a748
#95a647
#94a546
#93a445
#92a344
#91a243
#90a142

Monochromatic Color with #9eaf50

#9eaf50
#c4d963
#050502
#2b2f16
#515a29
#78843d

Tints of #9eaf50 Color

#9eaf50
#a8b763
#b3c076
#bec98a
#c9d29d
#d3dbb1
#dee4c4
#e9edd8
#f4f6eb
#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

#9eaf50
#6150af

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

Split Complementary

#9eaf50
#506eaf
#9050af

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

Analogous Color

#af9a50
#afad50
#9eaf50
#8baf50
#78af50

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

#9eaf50
#509eaf
#af509e

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

#9eaf50
#50af90
#6150af
#af506f

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

#9eaf50
#6150af
#9050af
#6faf50

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

#9eaf50 Color Code Preview on Black Background Color

This is how #9eaf50 Color will look on black background color. Color contrast ratio is 8.70

#9eaf50 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9eaf50 color code is use for CSS Background Color

Background color for the above div is #9eaf50

HTML with inline CSS

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

#9eaf50 color code is use for CSS Border Color

CSS Border color for the above div is #9eaf50

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9eaf50 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9eaf50 Color code Preview on White Background

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

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

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