@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

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

#9ad65f hex color - Green - Cool color

Color Hue/Base color: Green

Hex #9ad65f Color code in RGB color code model is created after adding 60.39% red color, 83.92% green color and 37.25% blue color. Hex #9ad65f Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 56% yellow and 16.08% black.

Hex #9ad65f color code is between #99dd66 web safe hex color code and #aacc55 web safe hex color code. #99dd66 is the nearest web safe color code. You can see here many more shades of #9ad65f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 9ad65f #9ad65f
RGB Decimal 154, 214, 95 rgb(154, 214, 95)
RGB Percent 60%, 84%, 37% rgb(60%, 84%, 37%)
CSS RGBa 154, 214, 95,1 rgba(154,214,95,1)
CMYK Model cmyk(28%,0%,56%,16.08%)
HSL Color Space 90,59% ,61% hsl(90,59% ,61%)
HSV Color Space 90°, 56%, 84%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10011010 11010110 01011111
Octal 232 326 137
Decimal 154 214 95
Hex 9a d6 5f

Different shades of #9ad65f color code.

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

Light Shade of #9ad65f
#b4e088
Dark Shade of #9ad65f
#80cc36
Saturated Shade of #9ad65f
#9ae055
Desaturated Shade of #9ad65f
#9acc69
Grey scale Shade of #9ad65f
#9a9a9a
Brighten Shade
#b3ef78
Most Readable Shade
#000000

Shades of #9ad65f color code

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

#9ad65f
#88be54
#77a649
#668e3f
#557634
#445f2a
#33471f
#222f15
#11170a
#000000

Similar Color like #9ad65f color

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

#9bd760
#9cd861
#9dd962
#9eda63
#9fdb64
#a0dc65
#a1dd66
#a2de67
#a3df68
#a4e069
#a5e16a
#a6e26b
#a7e36c
#a8e46d
#99d55e
#98d45d
#97d35c
#96d25b
#95d15a
#94d059
#93cf58
#92ce57
#91cd56
#90cc55
#8fcb54
#8eca53
#8dc952
#8cc851

Monochromatic Color with #9ad65f

#9ad65f
#010101
#202c14
#3e5626
#5d8139
#7bab4c

Tints of #9ad65f Color

#9ad65f
#a5da70
#b0df82
#bbe394
#c6e8a6
#d2ecb7
#ddf1c9
#e8f5db
#f3faed
#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

#9ad65f
#9b5fd6

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

Split Complementary

#9ad65f
#605fd6
#d65fd6

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

Analogous Color

#cad65f
#b2d65f
#9ad65f
#82d65f
#6ad65f

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

#9ad65f
#5f9ad6
#d65f9a

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

#9ad65f
#5fd5d6
#9b5fd6
#d65f5f

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

#9ad65f
#9b5fd6
#d65fd6
#5fd660

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

#9ad65f Color Code Preview on Black Background Color

This is how #9ad65f Color will look on black background color. Color contrast ratio is 12.16

#9ad65f in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9ad65f color code is use for CSS Background Color

Background color for the above div is #9ad65f

HTML with inline CSS

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

#9ad65f color code is use for CSS Border Color

CSS Border color for the above div is #9ad65f

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9ad65f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9ad65f Color code Preview on White Background

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

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

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(154,214,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,95,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(154,214,95,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.