crispedge.com

#a5dc0d hex color - Green - Warm color - Information

#a5dc0d hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #a5dc0d Color code in RGB color code model is created after adding 64.71% red color, 86.27% green color and 5.1% blue color. Hex #a5dc0d Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 0% magenta, 94% yellow and 14% black.

Hex #a5dc0d color code is between #aadd11 web safe hex color code and #99cc00 web safe hex color code. #aadd11 is the nearest web safe color code. You can see here many more shades of #a5dc0d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea5dc0d#a5dc0d
RGB Decimal165, 220, 13rgb(165, 220, 13)
RGB Percent65%, 86%, 5%rgb(65%, 86%, 5%)
CSS RGBa165, 220, 13,1rgba(165,220,13,1)
CMYK Modelcmyk(25%,0%,94%,14%)
HSL Color Space76,89% ,46%hsl(76,89% ,46%)
HSV Color Space76°, 94%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001011101110000001101
Octal24533415
Decimal16522013
Hexa5dc0d

Different shades of #a5dc0d color code.

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

Light Shade of #a5dc0d
#bdf22a
Dark Shade of #a5dc0d
#81ac0a
Saturated Shade of #a5dc0d
#aae801
Desaturated Shade of #a5dc0d
#a0d019
Grey scale Shade of #a5dc0d
#747474
Brighten Shade
#bef526
Most Readable Shade
#000000

Shades of #a5dc0d color code

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

#a5dc0d
#92c30b
#80ab0a
#6e9208
#5b7a07
#496105
#374904
#243002
#121801
#000000

Similar Color like #a5dc0d color

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

#a6dd0e
#a7de0f
#a8df10
#a9e011
#aae112
#abe213
#ace314
#ade415
#aee516
#afe617
#b0e718
#b1e819
#b2e91a
#b3ea1b
#a4db0c
#a3da0b
#a2d90a
#a1d809
#a0d708
#9fd607
#9ed506
#9dd405
#9cd304
#9bd203
#9ad102
#99d001
#98cf00
#97ce00

Monochromatic Color with #a5dc0d

#a5dc0d
#060700
#253203
#455c05
#658708
#85b10a

Tints of #a5dc0d Color

#a5dc0d
#afdf27
#b9e342
#c3e75d
#cdeb78
#d7ef93
#e1f3ae
#ebf7c9
#f5fbe4
#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

#a5dc0d
#440ddc

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

Split Complementary

#a5dc0d
#0d3ddc
#ac0ddc

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

Analogous Color

#dcc00d
#cedc0d
#a5dc0d
#7cdc0d
#52dc0d

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

#a5dc0d
#0da5dc
#dc0da5

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

#a5dc0d
#0ddcab
#440ddc
#dc0d3d

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

#a5dc0d
#440ddc
#ac0ddc
#3ddc0d

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

#a5dc0d Color Code Preview on Black Background Color

This is how #a5dc0d Color will look on black background color. Color contrast ratio is 12.84

#a5dc0d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5dc0d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5dc0d

#a5dc0d color code is use for CSS Background Color

Background color for the above div is #a5dc0d

HTML with inline CSS

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

#a5dc0d color code is use for CSS Border Color

CSS Border color for the above div is #a5dc0d

HTML with inline CSS

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

CSS Border Left color for the above div is #a5dc0d

HTML with inline CSS

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

CSS Border Right color for the above div is #a5dc0d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a5dc0d

HTML with inline CSS

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

CSS Border Top color for the above div is #a5dc0d

HTML with inline CSS

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

#a5dc0d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a5dc0d Color code Preview on White Background

This is how #a5dc0d Color code will look on white background color. Color contrast ratio is 1.64

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

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(165,220,13,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(68,13,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(165,220,13,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.

< /html>