crispedge.com

Color picker

Loading...

#abd070 hex color - Green - Warm color - Information

#abd070 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #abd070 Color code in RGB color code model is created after adding 67.06% red color, 81.57% green color and 43.92% blue color. Hex #abd070 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 46% yellow and 18% black.

Hex #abd070 color code is between #aacc77 web safe hex color code and #bbdd66 web safe hex color code. #aacc77 is the nearest web safe color code. You can see here many more shades of #abd070 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeabd070#abd070
RGB Decimal171, 208, 112rgb(171, 208, 112)
RGB Percent67%, 82%, 44%rgb(67%, 82%, 44%)
CSS RGBa171, 208, 112,1rgba(171,208,112,1)
CMYK Modelcmyk(18%,0%,46%,18%)
HSL Color Space83,51% ,63%hsl(83,51% ,63%)
HSV Color Space83°, 46%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010111101000001110000
Octal253320160
Decimal171208112
Hexabd070

Different shades of #abd070 color code.

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

Light Shade of #abd070
#c2dd96
Dark Shade of #abd070
#94c34a
Saturated Shade of #abd070
#add966
Desaturated Shade of #abd070
#a9c679
Grey scale Shade of #abd070
#a0a0a0
Brighten Shade
#c4e989
Most Readable Shade
#000000

Shades of #abd070 color code

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

#abd070
#98b863
#85a157
#728a4a
#5f733e
#4c5c31
#394525
#262e18
#13170c
#000000

Similar Color like #abd070 color

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

#acd171
#add272
#aed373
#afd474
#b0d575
#b1d676
#b2d777
#b3d878
#b4d979
#b5da7a
#b6db7b
#b7dc7c
#b8dd7d
#b9de7e
#aacf6f
#a9ce6e
#a8cd6d
#a7cc6c
#a6cb6b
#a5ca6a
#a4c969
#a3c868
#a2c767
#a1c666
#a0c565
#9fc464
#9ec363
#9dc262

Monochromatic Color with #abd070

#abd070
#cefa87
#1f2614
#42502b
#657b42
#88a559

Tints of #abd070 Color

#abd070
#b4d57f
#bdda8f
#c7df9f
#d0e4af
#d9eabf
#e3efcf
#ecf4df
#f5f9ef
#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

#abd070
#9570d0

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

Split Complementary

#abd070
#707bd0
#c570d0

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

Analogous Color

#d0cf70
#bed070
#abd070
#98d070
#85d070

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

#abd070
#70abd0
#d070ab

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

#abd070
#70d0c5
#9570d0
#d0707b

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

#abd070
#9570d0
#c570d0
#7bd070

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

#abd070 Color Code Preview on Black Background Color

This is how #abd070 Color will look on black background color. Color contrast ratio is 11.99

#abd070 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abd070

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abd070

#abd070 color code is use for CSS Background Color

Background color for the above div is #abd070

HTML with inline CSS

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

#abd070 color code is use for CSS Border Color

CSS Border color for the above div is #abd070

HTML with inline CSS

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

CSS Border Left color for the above div is #abd070

HTML with inline CSS

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

CSS Border Right color for the above div is #abd070

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abd070

HTML with inline CSS

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

CSS Border Top color for the above div is #abd070

HTML with inline CSS

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

#abd070 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abd070 Color code Preview on White Background

This is how #abd070 Color code will look on white background color. Color contrast ratio is 1.75

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

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(171,208,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(149,112,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,208,112,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.