crispedge.com

Color picker

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

#a1bc1c hex color - Green - Warm color - Information

#a1bc1c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #a1bc1c Color code in RGB color code model is created after adding 63.14% red color, 73.73% green color and 10.98% blue color. Hex #a1bc1c Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 85% yellow and 26% black.

Hex #a1bc1c color code is between #99bb22 web safe hex color code and #aacc11 web safe hex color code. #99bb22 is the nearest web safe color code. You can see here many more shades of #a1bc1c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea1bc1c#a1bc1c
RGB Decimal161, 188, 28rgb(161, 188, 28)
RGB Percent63%, 74%, 11%rgb(63%, 74%, 11%)
CSS RGBa161, 188, 28,1rgba(161,188,28,1)
CMYK Modelcmyk(14%,0%,85%,26%)
HSL Color Space70,74% ,42%hsl(70,74% ,42%)
HSV Color Space70°, 85%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000011011110000011100
Octal24127434
Decimal16118828
Hexa1bc1c

Different shades of #a1bc1c color code.

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

Light Shade of #a1bc1c
#c1df2b
Dark Shade of #a1bc1c
#7b9015
Saturated Shade of #a1bc1c
#a8c711
Desaturated Shade of #a1bc1c
#9ab127
Grey scale Shade of #a1bc1c
#6c6c6c
Brighten Shade
#bad535
Most Readable Shade
#000000

Shades of #a1bc1c color code

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

#a1bc1c
#8fa718
#7d9215
#6b7d12
#59680f
#47530c
#353e09
#232906
#111403
#000000

Similar Color like #a1bc1c color

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

#a2bd1d
#a3be1e
#a4bf1f
#a5c020
#a6c121
#a7c222
#a8c323
#a9c424
#aac525
#abc626
#acc727
#adc828
#aec929
#afca2a
#a0bb1b
#9fba1a
#9eb919
#9db818
#9cb717
#9bb616
#9ab515
#99b414
#98b313
#97b212
#96b111
#95b010
#94af0f
#93ae0e

Monochromatic Color with #a1bc1c

#a1bc1c
#c5e622
#0f1203
#343c09
#58670f
#7d9116

Tints of #a1bc1c Color

#a1bc1c
#abc335
#b5ca4e
#c0d267
#cad980
#d5e19a
#dfe8b3
#eaf0cc
#f4f7e5
#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

#a1bc1c
#371cbc

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

Split Complementary

#a1bc1c
#1c51bc
#871cbc

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

Analogous Color

#bc971c
#bcb71c
#a1bc1c
#81bc1c
#61bc1c

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

#a1bc1c
#1ca1bc
#bc1ca1

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

#a1bc1c
#1cbc87
#371cbc
#bc1c51

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

#a1bc1c
#371cbc
#871cbc
#51bc1c

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

#a1bc1c Color Code Preview on Black Background Color

This is how #a1bc1c Color will look on black background color. Color contrast ratio is 9.73

#a1bc1c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a1bc1c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a1bc1c

#a1bc1c color code is use for CSS Background Color

Background color for the above div is #a1bc1c

HTML with inline CSS

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

#a1bc1c color code is use for CSS Border Color

CSS Border color for the above div is #a1bc1c

HTML with inline CSS

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

CSS Border Left color for the above div is #a1bc1c

HTML with inline CSS

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

CSS Border Right color for the above div is #a1bc1c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a1bc1c

HTML with inline CSS

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

CSS Border Top color for the above div is #a1bc1c

HTML with inline CSS

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

#a1bc1c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a1bc1c Color code Preview on White Background

This is how #a1bc1c Color code will look on white background color. Color contrast ratio is 2.16

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

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.