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

#aab64b hex color - Green - Warm color - Information

#aab64b hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #aab64b Color code in RGB color code model is created after adding 66.67% red color, 71.37% green color and 29.41% blue color. Hex #aab64b Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 59% yellow and 28.63% black.

Hex #aab64b color code is between #99bb44 web safe hex color code and #bbaa55 web safe hex color code. #99bb44 is the nearest web safe color code. You can see here many more shades of #aab64b color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaab64b#aab64b
RGB Decimal170, 182, 75rgb(170, 182, 75)
RGB Percent67%, 71%, 29%rgb(67%, 71%, 29%)
CSS RGBa170, 182, 75,1rgba(170,182,75,1)
CMYK Modelcmyk(7%,0%,59%,28.63%)
HSL Color Space67,42% ,50%hsl(67,42% ,50%)
HSV Color Space67°, 59%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101011011001001011
Octal252266113
Decimal17018275
Hexaab64b

Different shades of #aab64b color code.

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

Light Shade of #aab64b
#bbc56f
Dark Shade of #aab64b
#89933b
Saturated Shade of #aab64b
#b4c33e
Desaturated Shade of #aab64b
#a0a958
Grey scale Shade of #aab64b
#808080
Brighten Shade
#c3cf64
Most Readable Shade
#000000

Shades of #aab64b color code

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

#aab64b
#97a142
#848d3a
#717932
#5e6529
#4b5021
#383c19
#252810
#121408
#000000

Similar Color like #aab64b color

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

#abb74c
#acb84d
#adb94e
#aeba4f
#afbb50
#b0bc51
#b1bd52
#b2be53
#b3bf54
#b4c055
#b5c156
#b6c257
#b7c358
#b8c459
#a9b54a
#a8b449
#a7b348
#a6b247
#a5b146
#a4b045
#a3af44
#a2ae43
#a1ad42
#a0ac41
#9fab40
#9eaa3f
#9da93e
#9ca83d

Monochromatic Color with #aab64b

#aab64b
#d2e05d
#0b0c05
#333616
#5b6128
#828b39

Tints of #aab64b Color

#aab64b
#b3be5f
#bcc673
#c6ce87
#cfd69b
#d9deaf
#e2e6c3
#eceed7
#f5f6eb
#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

#aab64b
#574bb6

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

Split Complementary

#aab64b
#4b74b6
#8c4bb6

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

Analogous Color

#b6974b
#b6ad4b
#aab64b
#95b64b
#7fb64b

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

#aab64b
#4baab6
#b64baa

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

#aab64b
#4bb68c
#574bb6
#b64b74

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

#aab64b
#574bb6
#8c4bb6
#75b64b

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

#aab64b Color Code Preview on Black Background Color

This is how #aab64b Color will look on black background color. Color contrast ratio is 9.50

#aab64b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab64b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab64b

#aab64b color code is use for CSS Background Color

Background color for the above div is #aab64b

HTML with inline CSS

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

#aab64b color code is use for CSS Border Color

CSS Border color for the above div is #aab64b

HTML with inline CSS

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

CSS Border Left color for the above div is #aab64b

HTML with inline CSS

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

CSS Border Right color for the above div is #aab64b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aab64b

HTML with inline CSS

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

CSS Border Top color for the above div is #aab64b

HTML with inline CSS

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

#aab64b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aab64b Color code Preview on White Background

This is how #aab64b Color code will look on white background color. Color contrast ratio is 2.21

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

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(170,182,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(87,75,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,182,75,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.