crispedge.com

Color picker

Loading...

#adc95c hex color - Green - Warm color - Information

#adc95c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #adc95c Color code in RGB color code model is created after adding 67.84% red color, 78.82% green color and 36.08% blue color. Hex #adc95c Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 54% yellow and 21% black.

Hex #adc95c color code is between #aacc55 web safe hex color code and #bbbb66 web safe hex color code. #aacc55 is the nearest web safe color code. You can see here many more shades of #adc95c color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeadc95c#adc95c
RGB Decimal173, 201, 92rgb(173, 201, 92)
RGB Percent68%, 79%, 36%rgb(68%, 79%, 36%)
CSS RGBa173, 201, 92,1rgba(173,201,92,1)
CMYK Modelcmyk(14%,0%,54%,21%)
HSL Color Space75,50% ,57%hsl(75,50% ,57%)
HSV Color Space75°, 54%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011100100101011100
Octal255311134
Decimal17320192
Hexadc95c

Different shades of #adc95c color code.

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

Light Shade of #adc95c
#c0d682
Dark Shade of #adc95c
#97b63c
Saturated Shade of #adc95c
#b2d451
Desaturated Shade of #adc95c
#a8be67
Grey scale Shade of #adc95c
#929292
Brighten Shade
#c6e275
Most Readable Shade
#000000

Shades of #adc95c color code

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

#adc95c
#99b251
#869c47
#73863d
#606f33
#4c5928
#39431e
#262c14
#13160a
#000000

Similar Color like #adc95c color

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

#aeca5d
#afcb5e
#b0cc5f
#b1cd60
#b2ce61
#b3cf62
#b4d063
#b5d164
#b6d265
#b7d366
#b8d467
#b9d568
#bad669
#bbd76a
#acc85b
#abc75a
#aac659
#a9c558
#a8c457
#a7c356
#a6c255
#a5c154
#a4c053
#a3bf52
#a2be51
#a1bd50
#a0bc4f
#9fbb4e

Monochromatic Color with #adc95c

#adc95c
#d2f36f
#1b1f0e
#3f4922
#647435
#889e49

Tints of #adc95c Color

#adc95c
#b6cf6e
#bfd580
#c8db92
#d1e1a4
#dae7b6
#e3edc8
#ecf3da
#f5f9ec
#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

#adc95c
#785cc9

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

Split Complementary

#adc95c
#5c77c9
#af5cc9

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

Analogous Color

#c9b95c
#c3c95c
#adc95c
#97c95c
#81c95c

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

#adc95c
#5cadc9
#c95cad

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

#adc95c
#5cc9ae
#785cc9
#c95c76

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

#adc95c
#785cc9
#af5cc9
#76c95c

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 #adc95c 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.

#adc95c Color Code Preview on Black Background Color

This is how #adc95c Color will look on black background color. Color contrast ratio is 11.29

#adc95c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adc95c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adc95c

#adc95c color code is use for CSS Background Color

Background color for the above div is #adc95c

HTML with inline CSS

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

#adc95c color code is use for CSS Border Color

CSS Border color for the above div is #adc95c

HTML with inline CSS

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

CSS Border Left color for the above div is #adc95c

HTML with inline CSS

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

CSS Border Right color for the above div is #adc95c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adc95c

HTML with inline CSS

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

CSS Border Top color for the above div is #adc95c

HTML with inline CSS

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

#adc95c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adc95c Color code Preview on White Background

This is how #adc95c Color code will look on white background color. Color contrast ratio is 1.86

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

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(173,201,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(120,92,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,201,92,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.