@
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.

#acd512 hex color - Green - Warm color - Information

#acd512 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #acd512 color code is between #aadd11 web safe hex color code and #bbcc22 web safe hex color code. #aadd11 is the nearest web safe color code. You can see here many more shades of #acd512 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 acd512 #acd512
RGB Decimal 172, 213, 18 rgb(172, 213, 18)
RGB Percent 67%, 84%, 7% rgb(67%, 84%, 7%)
CSS RGBa 172, 213, 18,1 rgba(172,213,18,1)
CMYK Model cmyk(19%,0%,92%,16.47%)
HSL Color Space 73,84% ,45% hsl(73,84% ,45%)
HSV Color Space 73°, 92%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101100 11010101 00010010
Octal 254 325 22
Decimal 172 213 18
Hex ac d5 12

Different shades of #acd512 color code.

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

Light Shade of #acd512
#c5ed2d
Dark Shade of #acd512
#86a60e
Saturated Shade of #acd512
#b3e106
Desaturated Shade of #acd512
#a5c91e
Grey scale Shade of #acd512
#737373
Brighten Shade
#c5ee2b
Most Readable Shade
#000000

Shades of #acd512 color code

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

#acd512
#98bd10
#85a50e
#728e0c
#5f760a
#4c5e08
#394706
#262f04
#131702
#000000

Similar Color like #acd512 color

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

#add613
#aed714
#afd815
#b0d916
#b1da17
#b2db18
#b3dc19
#b4dd1a
#b5de1b
#b6df1c
#b7e01d
#b8e11e
#b9e21f
#bae320
#abd411
#aad310
#a9d20f
#a8d10e
#a7d00d
#a6cf0c
#a5ce0b
#a4cd0a
#a3cc09
#a2cb08
#a1ca07
#a0c906
#9fc805
#9ec704

Monochromatic Color with #acd512

#acd512
#000000
#232b04
#455507
#67800b
#8aaa0e

Tints of #acd512 Color

#acd512
#b5d92c
#bede46
#c7e361
#d0e77b
#daec95
#e3f1b0
#ecf5ca
#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

#acd512
#3b12d5

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

Split Complementary

#acd512
#124bd5
#9d12d5

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

Analogous Color

#d5b012
#d3d512
#acd512
#85d512
#5ed512

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

#acd512
#12acd5
#d512ac

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

#acd512
#12d59c
#3b12d5
#d5124a

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

#acd512
#3b12d5
#9d12d5
#4ad512

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

#acd512 Color Code Preview on Black Background Color

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

#acd512 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd512

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd512

#acd512 color code is use for CSS Background Color

Background color for the above div is #acd512

HTML with inline CSS

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

#acd512 color code is use for CSS Border Color

CSS Border color for the above div is #acd512

HTML with inline CSS

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

CSS Border Left color for the above div is #acd512

HTML with inline CSS

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

CSS Border Right color for the above div is #acd512

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acd512

HTML with inline CSS

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

CSS Border Top color for the above div is #acd512

HTML with inline CSS

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

#acd512 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acd512 Color code Preview on White Background

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

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