@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#acd50d hex color - Green - Warm color - Information

#acd50d hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #acd50d Color code in RGB color code model is created after adding 67.45% red color, 83.53% green color and 5.1% blue color. Hex #acd50d Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 94% yellow and 16.47% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code acd50d #acd50d
RGB Decimal 172, 213, 13 rgb(172, 213, 13)
RGB Percent 67%, 84%, 5% rgb(67%, 84%, 5%)
CSS RGBa 172, 213, 13,1 rgba(172,213,13,1)
CMYK Model cmyk(19%,0%,94%,16.47%)
HSL Color Space 72,88% ,44% hsl(72,88% ,44%)
HSV Color Space 72°, 94%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101100 11010101 00001101
Octal 254 325 15
Decimal 172 213 13
Hex ac d5 0d

Different shades of #acd50d color code.

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

Light Shade of #acd50d
#c7f223
Dark Shade of #acd50d
#85a50a
Saturated Shade of #acd50d
#b3e002
Desaturated Shade of #acd50d
#a5ca18
Grey scale Shade of #acd50d
#717171
Brighten Shade
#c5ee26
Most Readable Shade
#000000

Shades of #acd50d color code

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

#acd50d
#98bd0b
#85a50a
#728e08
#5f7607
#4c5e05
#394704
#262f02
#131701
#000000

Similar Color like #acd50d color

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

#add60e
#aed70f
#afd810
#b0d911
#b1da12
#b2db13
#b3dc14
#b4dd15
#b5de16
#b6df17
#b7e018
#b8e119
#b9e21a
#bae31b
#abd40c
#aad30b
#a9d20a
#a8d109
#a7d008
#a6cf07
#a5ce06
#a4cd05
#a3cc04
#a2cb03
#a1ca02
#a0c901
#9fc800
#9ec700

Monochromatic Color with #acd50d

#acd50d
#000000
#232b03
#455505
#678008
#8aaa0a

Tints of #acd50d Color

#acd50d
#b5d927
#bede42
#c7e35d
#d0e778
#daec93
#e3f1ae
#ecf5c9
#f5fae4
#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

#acd50d
#360dd5

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

Split Complementary

#acd50d
#0d48d5
#9a0dd5

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

Analogous Color

#d5ae0d
#d4d50d
#acd50d
#84d50d
#5cd50d

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

#acd50d
#0dacd5
#d50dac

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

#acd50d
#0dd59a
#360dd5
#d50d48

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

#acd50d
#360dd5
#9a0dd5
#48d50d

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

#acd50d Color Code Preview on Black Background Color

This is how #acd50d Color will look on black background color. Color contrast ratio is 12.28

#acd50d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd50d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd50d

#acd50d color code is use for CSS Background Color

Background color for the above div is #acd50d

HTML with inline CSS

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

#acd50d color code is use for CSS Border Color

CSS Border color for the above div is #acd50d

HTML with inline CSS

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

CSS Border Left color for the above div is #acd50d

HTML with inline CSS

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

CSS Border Right color for the above div is #acd50d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acd50d

HTML with inline CSS

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

CSS Border Top color for the above div is #acd50d

HTML with inline CSS

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

#acd50d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acd50d Color code Preview on White Background

This is how #acd50d Color code will look on white background color. Color contrast ratio is 1.71

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

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(172,213,13,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(54,13,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,213,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.