crispedge.com

Color picker

Loading...

#adf38d hex color - Green - Cool color - Information

#adf38d hex color - Green - Cool color

Color Hue/Base color: Green

Hex #adf38d Color code in RGB color code model is created after adding 67.84% red color, 95.29% green color and 55.29% blue color. Hex #adf38d Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 0% magenta, 42% yellow and 5% black.

Hex #adf38d color code is between #aaee88 web safe hex color code and #bbff99 web safe hex color code. #aaee88 is the nearest web safe color code. You can see here many more shades of #adf38d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadf38d#adf38d
RGB Decimal173, 243, 141rgb(173, 243, 141)
RGB Percent68%, 95%, 55%rgb(68%, 95%, 55%)
CSS RGBa173, 243, 141,1rgba(173,243,141,1)
CMYK Modelcmyk(29%,0%,42%,5%)
HSL Color Space101,81% ,75%hsl(101,81% ,75%)
HSV Color Space101°, 42%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011111001110001101
Octal255363215
Decimal173243141
Hexadf38d

Different shades of #adf38d color code.

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

Light Shade of #adf38d
#cef8bb
Dark Shade of #adf38d
#8cee5f
Saturated Shade of #adf38d
#abf987
Desaturated Shade of #adf38d
#afed93
Grey scale Shade of #adf38d
#c0c0c0
Brighten Shade
#c6ffa6
Most Readable Shade
#000000

Shades of #adf38d color code

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

#adf38d
#99d87d
#86bd6d
#73a25e
#60874e
#4c6c3e
#39512f
#26361f
#131b0f
#000000

Similar Color like #adf38d color

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

#aef48e
#aff58f
#b0f690
#b1f791
#b2f892
#b3f993
#b4fa94
#b5fb95
#b6fc96
#b7fd97
#b8fe98
#b9ff99
#baff9a
#bbff9b
#acf28c
#abf18b
#aaf08a
#a9ef89
#a8ee88
#a7ed87
#a6ec86
#a5eb85
#a4ea84
#a3e983
#a2e882
#a1e781
#a0e680
#9fe57f

Monochromatic Color with #adf38d

#adf38d
#161e12
#34492a
#527343
#709e5c
#8fc874

Tints of #adf38d Color

#adf38d
#b6f499
#bff5a6
#c8f7b3
#d1f8bf
#daf9cc
#e3fbd9
#ecfce5
#f5fdf2
#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

#adf38d
#d38df3

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

Split Complementary

#adf38d
#a08df3
#f38de0

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

Analogous Color

#d6f38d
#c1f38d
#adf38d
#99f38d
#8df396

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

#adf38d
#8dadf3
#f38dad

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

#adf38d
#8de0f3
#d38df3
#f3a08d

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

#adf38d
#d38df3
#f38de0
#8df3a0

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

#adf38d Color Code Preview on Black Background Color

This is how #adf38d Color will look on black background color. Color contrast ratio is 15.98

#adf38d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adf38d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adf38d

#adf38d color code is use for CSS Background Color

Background color for the above div is #adf38d

HTML with inline CSS

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

#adf38d color code is use for CSS Border Color

CSS Border color for the above div is #adf38d

HTML with inline CSS

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

CSS Border Left color for the above div is #adf38d

HTML with inline CSS

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

CSS Border Right color for the above div is #adf38d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adf38d

HTML with inline CSS

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

CSS Border Top color for the above div is #adf38d

HTML with inline CSS

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

#adf38d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adf38d Color code Preview on White Background

This is how #adf38d Color code will look on white background color. Color contrast ratio is 1.31

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

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,243,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(211,141,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,243,141,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.