crispedge.com

Color picker

Loading...

#adcf61 hex color - Green - Warm color - Information

#adcf61 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #adcf61 Color code in RGB color code model is created after adding 67.84% red color, 81.18% green color and 38.04% blue color. Hex #adcf61 Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 53% yellow and 19% black.

Hex #adcf61 color code is between #aacc66 web safe hex color code and #bbdd55 web safe hex color code. #aacc66 is the nearest web safe color code. You can see here many more shades of #adcf61 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadcf61#adcf61
RGB Decimal173, 207, 97rgb(173, 207, 97)
RGB Percent68%, 81%, 38%rgb(68%, 81%, 38%)
CSS RGBa173, 207, 97,1rgba(173,207,97,1)
CMYK Modelcmyk(16%,0%,53%,19%)
HSL Color Space79,53% ,60%hsl(79,53% ,60%)
HSV Color Space79°, 53%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011100111101100001
Octal255317141
Decimal17320797
Hexadcf61

Different shades of #adcf61 color code.

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

Light Shade of #adcf61
#c1db88
Dark Shade of #adcf61
#98c23b
Saturated Shade of #adcf61
#b1d957
Desaturated Shade of #adcf61
#a9c56b
Grey scale Shade of #adcf61
#989898
Brighten Shade
#c6e87a
Most Readable Shade
#000000

Shades of #adcf61 color code

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

#adcf61
#99b856
#86a14b
#738a40
#607335
#4c5c2b
#394520
#262e15
#13170a
#000000

Similar Color like #adcf61 color

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

#aed062
#afd163
#b0d264
#b1d365
#b2d466
#b3d567
#b4d668
#b5d769
#b6d86a
#b7d96b
#b8da6c
#b9db6d
#badc6e
#bbdd6f
#acce60
#abcd5f
#aacc5e
#a9cb5d
#a8ca5c
#a7c95b
#a6c85a
#a5c759
#a4c658
#a3c557
#a2c456
#a1c355
#a0c254
#9fc153

Monochromatic Color with #adcf61

#adcf61
#d1f975
#1f2511
#424f25
#667a39
#89a44d

Tints of #adcf61 Color

#adcf61
#b6d472
#bfd984
#c8df95
#d1e4a7
#dae9b8
#e3efca
#ecf4db
#f5f9ed
#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

#adcf61
#8361cf

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

Split Complementary

#adcf61
#6176cf
#ba61cf

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

Analogous Color

#cfc561
#c3cf61
#adcf61
#97cf61
#81cf61

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

#adcf61
#61adcf
#cf61ad

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

#adcf61
#61cfba
#8361cf
#cf6176

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

#adcf61
#8361cf
#ba61cf
#76cf61

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

#adcf61 Color Code Preview on Black Background Color

This is how #adcf61 Color will look on black background color. Color contrast ratio is 11.87

#adcf61 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adcf61

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adcf61

#adcf61 color code is use for CSS Background Color

Background color for the above div is #adcf61

HTML with inline CSS

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

#adcf61 color code is use for CSS Border Color

CSS Border color for the above div is #adcf61

HTML with inline CSS

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

CSS Border Left color for the above div is #adcf61

HTML with inline CSS

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

CSS Border Right color for the above div is #adcf61

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adcf61

HTML with inline CSS

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

CSS Border Top color for the above div is #adcf61

HTML with inline CSS

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

#adcf61 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adcf61 Color code Preview on White Background

This is how #adcf61 Color code will look on white background color. Color contrast ratio is 1.77

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

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,207,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(131,97,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,207,97,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.