crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#a0c41d hex color - Green - Warm color - Information

#a0c41d hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #a0c41d Color code in RGB color code model is created after adding 62.75% red color, 76.86% green color and 11.37% blue color. Hex #a0c41d Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 85% yellow and 23% black.

Hex #a0c41d color code is between #99cc22 web safe hex color code and #aabb11 web safe hex color code. #99cc22 is the nearest web safe color code. You can see here many more shades of #a0c41d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea0c41d#a0c41d
RGB Decimal160, 196, 29rgb(160, 196, 29)
RGB Percent63%, 77%, 11%rgb(63%, 77%, 11%)
CSS RGBa160, 196, 29,1rgba(160,196,29,1)
CMYK Modelcmyk(18%,0%,85%,23%)
HSL Color Space73,74% ,44%hsl(73,74% ,44%)
HSV Color Space73°, 85%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000001100010000011101
Octal24030435
Decimal16019629
Hexa0c41d

Different shades of #a0c41d color code.

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

Light Shade of #a0c41d
#bbe133
Dark Shade of #a0c41d
#7c9816
Saturated Shade of #a0c41d
#a6cf12
Desaturated Shade of #a0c41d
#9ab928
Grey scale Shade of #a0c41d
#707070
Brighten Shade
#b9dd36
Most Readable Shade
#000000

Shades of #a0c41d color code

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

#a0c41d
#8eae19
#7c9816
#6a8213
#586c10
#47570c
#354109
#232b06
#111503
#000000

Similar Color like #a0c41d color

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

#a1c51e
#a2c61f
#a3c720
#a4c821
#a5c922
#a6ca23
#a7cb24
#a8cc25
#a9cd26
#aace27
#abcf28
#acd029
#add12a
#aed22b
#9fc31c
#9ec21b
#9dc11a
#9cc019
#9bbf18
#9abe17
#99bd16
#98bc15
#97bb14
#96ba13
#95b912
#94b811
#93b710
#92b60f

Monochromatic Color with #a0c41d

#a0c41d
#c3ee23
#151a04
#38440a
#5b6f10
#7d9917

Tints of #a0c41d Color

#a0c41d
#aaca36
#b5d14f
#bfd768
#cade81
#d4e49a
#dfebb3
#e9f1cc
#f4f8e5
#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

#a0c41d
#411dc4

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

Split Complementary

#a0c41d
#1d4dc4
#951dc4

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

Analogous Color

#c4a51d
#c1c41d
#a0c41d
#7fc41d
#5dc41d

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

#a0c41d
#1da0c4
#c41da0

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

#a0c41d
#1dc494
#411dc4
#c41d4c

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

#a0c41d
#411dc4
#951dc4
#4cc41d

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

#a0c41d Color Code Preview on Black Background Color

This is how #a0c41d Color will look on black background color. Color contrast ratio is 10.41

#a0c41d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a0c41d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a0c41d

#a0c41d color code is use for CSS Background Color

Background color for the above div is #a0c41d

HTML with inline CSS

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

#a0c41d color code is use for CSS Border Color

CSS Border color for the above div is #a0c41d

HTML with inline CSS

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

CSS Border Left color for the above div is #a0c41d

HTML with inline CSS

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

CSS Border Right color for the above div is #a0c41d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a0c41d

HTML with inline CSS

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

CSS Border Top color for the above div is #a0c41d

HTML with inline CSS

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

#a0c41d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a0c41d Color code Preview on White Background

This is how #a0c41d Color code will look on white background color. Color contrast ratio is 2.02

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.