crispedge.com

Color picker

Loading...

#a1bb51 hex color - Green - Warm color - Information

#a1bb51 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #a1bb51 Color code in RGB color code model is created after adding 63.14% red color, 73.33% green color and 31.76% blue color. Hex #a1bb51 Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 57% yellow and 27% black.

Hex #a1bb51 color code is between #99aa55 web safe hex color code and #aacc44 web safe hex color code. #99aa55 is the nearest web safe color code. You can see here many more shades of #a1bb51 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea1bb51#a1bb51
RGB Decimal161, 187, 81rgb(161, 187, 81)
RGB Percent63%, 73%, 32%rgb(63%, 73%, 32%)
CSS RGBa161, 187, 81,1rgba(161,187,81,1)
CMYK Modelcmyk(14%,0%,57%,27%)
HSL Color Space75,44% ,53%hsl(75,44% ,53%)
HSV Color Space75°, 57%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000011011101101010001
Octal241273121
Decimal16118781
Hexa1bb51

Different shades of #a1bb51 color code.

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

Light Shade of #a1bb51
#b5c976
Dark Shade of #a1bb51
#859c3d
Saturated Shade of #a1bb51
#a7c745
Desaturated Shade of #a1bb51
#9baf5d
Grey scale Shade of #a1bb51
#868686
Brighten Shade
#bad46a
Most Readable Shade
#000000

Shades of #a1bb51 color code

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

#a1bb51
#8fa648
#7d913f
#6b7c36
#59672d
#475324
#353e1b
#232912
#111409
#000000

Similar Color like #a1bb51 color

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

#a2bc52
#a3bd53
#a4be54
#a5bf55
#a6c056
#a7c157
#a8c258
#a9c359
#aac45a
#abc55b
#acc65c
#adc75d
#aec85e
#afc95f
#a0ba50
#9fb94f
#9eb84e
#9db74d
#9cb64c
#9bb54b
#9ab44a
#99b349
#98b248
#97b147
#96b046
#95af45
#94ae44
#93ad43

Monochromatic Color with #a1bb51

#a1bb51
#c6e563
#0f1107
#333b1a
#58662c
#7c903f

Tints of #a1bb51 Color

#a1bb51
#abc264
#b5ca77
#c0d18b
#cad99e
#d5e0b1
#dfe8c5
#eaefd8
#f4f7eb
#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

#a1bb51
#6b51bb

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

Split Complementary

#a1bb51
#516cbb
#a051bb

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

Analogous Color

#bbab51
#b6bb51
#a1bb51
#8cbb51
#77bb51

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

#a1bb51
#51a1bb
#bb51a1

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

#a1bb51
#51bba0
#6b51bb
#bb516c

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

#a1bb51
#6b51bb
#a051bb
#6cbb51

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

#a1bb51 Color Code Preview on Black Background Color

This is how #a1bb51 Color will look on black background color. Color contrast ratio is 9.74

#a1bb51 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a1bb51

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a1bb51

#a1bb51 color code is use for CSS Background Color

Background color for the above div is #a1bb51

HTML with inline CSS

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

#a1bb51 color code is use for CSS Border Color

CSS Border color for the above div is #a1bb51

HTML with inline CSS

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

CSS Border Left color for the above div is #a1bb51

HTML with inline CSS

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

CSS Border Right color for the above div is #a1bb51

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a1bb51

HTML with inline CSS

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

CSS Border Top color for the above div is #a1bb51

HTML with inline CSS

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

#a1bb51 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a1bb51 Color code Preview on White Background

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

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(161,187,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(107,81,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(161,187,81,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.