crispedge.com

Color picker

Loading...

#add240 hex color - Green - Warm color - Information

#add240 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #add240 Color code in RGB color code model is created after adding 67.84% red color, 82.35% green color and 25.1% blue color. Hex #add240 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 70% yellow and 18% black.

Hex #add240 color code is between #aacc44 web safe hex color code and #bbdd33 web safe hex color code. #aacc44 is the nearest web safe color code. You can see here many more shades of #add240 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadd240#add240
RGB Decimal173, 210, 64rgb(173, 210, 64)
RGB Percent68%, 82%, 25%rgb(68%, 82%, 25%)
CSS RGBa173, 210, 64,1rgba(173,210,64,1)
CMYK Modelcmyk(18%,0%,70%,18%)
HSL Color Space75,62% ,54%hsl(75,62% ,54%)
HSV Color Space75°, 70%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011101001001000000
Octal255322100
Decimal17321064
Hexadd240

Different shades of #add240 color code.

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

Light Shade of #add240
#bfdc69
Dark Shade of #add240
#91b42b
Saturated Shade of #add240
#b3de34
Desaturated Shade of #add240
#a7c64c
Grey scale Shade of #add240
#898989
Brighten Shade
#c6eb59
Most Readable Shade
#000000

Shades of #add240 color code

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

#add240
#99ba38
#86a331
#738c2a
#607423
#4c5d1c
#394615
#262e0e
#131707
#000000

Similar Color like #add240 color

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

#aed341
#afd442
#b0d543
#b1d644
#b2d745
#b3d846
#b4d947
#b5da48
#b6db49
#b7dc4a
#b8dd4b
#b9de4c
#badf4d
#bbe04e
#acd13f
#abd03e
#aacf3d
#a9ce3c
#a8cd3b
#a7cc3a
#a6cb39
#a5ca38
#a4c937
#a3c836
#a2c735
#a1c634
#a0c533
#9fc432

Monochromatic Color with #add240

#add240
#d0fc4d
#21280c
#445219
#677d26
#8aa733

Tints of #add240 Color

#add240
#b6d755
#bfdc6a
#c8e17f
#d1e694
#daebaa
#e3f0bf
#ecf5d4
#f5fae9
#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

#add240
#6540d2

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

Split Complementary

#add240
#4064d2
#ae40d2

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

Analogous Color

#d2bd40
#cad240
#add240
#90d240
#73d240

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

#add240
#40add2
#d240ad

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

#add240
#40d2ae
#6540d2
#d24064

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

#add240
#6540d2
#ae40d2
#64d240

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

#add240 Color Code Preview on Black Background Color

This is how #add240 Color will look on black background color. Color contrast ratio is 12.07

#add240 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add240

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add240

#add240 color code is use for CSS Background Color

Background color for the above div is #add240

HTML with inline CSS

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

#add240 color code is use for CSS Border Color

CSS Border color for the above div is #add240

HTML with inline CSS

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

CSS Border Left color for the above div is #add240

HTML with inline CSS

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

CSS Border Right color for the above div is #add240

HTML with inline CSS

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

CSS Border Bottom color for the above div is #add240

HTML with inline CSS

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

CSS Border Top color for the above div is #add240

HTML with inline CSS

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

#add240 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#add240 Color code Preview on White Background

This is how #add240 Color code will look on white background color. Color contrast ratio is 1.74

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

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,210,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(101,64,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,210,64,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.