crispedge.com

Color picker

Loading...

#acf85b hex color - Green - Warm color - Information

#acf85b hex color - Green - Warm color

Color Hue/Base color: Green

Hex #acf85b Color code in RGB color code model is created after adding 67.45% red color, 97.25% green color and 35.69% blue color. Hex #acf85b Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 0% magenta, 63% yellow and 3% black.

Hex #acf85b color code is between #aaff55 web safe hex color code and #bbee66 web safe hex color code. #aaff55 is the nearest web safe color code. You can see here many more shades of #acf85b color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeacf85b#acf85b
RGB Decimal172, 248, 91rgb(172, 248, 91)
RGB Percent67%, 97%, 36%rgb(67%, 97%, 36%)
CSS RGBa172, 248, 91,1rgba(172,248,91,1)
CMYK Modelcmyk(31%,0%,63%,3%)
HSL Color Space89,92% ,66%hsl(89,92% ,66%)
HSV Color Space89°, 63%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011001111100001011011
Octal254370133
Decimal17224891
Hexacf85b

Different shades of #acf85b color code.

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

Light Shade of #acf85b
#c5fa8c
Dark Shade of #acf85b
#93f62a
Saturated Shade of #acf85b
#acff54
Desaturated Shade of #acf85b
#acef64
Grey scale Shade of #acf85b
#a9a9a9
Brighten Shade
#c5ff74
Most Readable Shade
#000000

Shades of #acf85b color code

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

#acf85b
#98dc50
#85c046
#72a53c
#5f8932
#4c6e28
#39521e
#263714
#131b0a
#000000

Similar Color like #acf85b color

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

#adf95c
#aefa5d
#affb5e
#b0fc5f
#b1fd60
#b2fe61
#b3ff62
#b4ff63
#b5ff64
#b6ff65
#b7ff66
#b8ff67
#b9ff68
#baff69
#abf75a
#aaf659
#a9f558
#a8f457
#a7f356
#a6f255
#a5f154
#a4f053
#a3ef52
#a2ee51
#a1ed50
#a0ec4f
#9feb4e
#9eea4d

Monochromatic Color with #acf85b

#acf85b
#19230d
#364e1d
#54782c
#71a33c
#8fcd4b

Tints of #acf85b Color

#acf85b
#b5f86d
#bef97f
#c7fa91
#d0fba3
#dafbb6
#e3fcc8
#ecfdda
#f5feec
#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

#acf85b
#a75bf8

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

Split Complementary

#acf85b
#5b5ef8
#f65bf8

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

Analogous Color

#ebf85b
#cbf85b
#acf85b
#8df85b
#6df85b

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

#acf85b
#5bacf8
#f85bac

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

#acf85b
#5bf8f5
#a75bf8
#f85b5d

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

#acf85b
#a75bf8
#f65bf8
#5ef85b

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

#acf85b Color Code Preview on Black Background Color

This is how #acf85b Color will look on black background color. Color contrast ratio is 16.33

#acf85b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acf85b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acf85b

#acf85b color code is use for CSS Background Color

Background color for the above div is #acf85b

HTML with inline CSS

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

#acf85b color code is use for CSS Border Color

CSS Border color for the above div is #acf85b

HTML with inline CSS

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

CSS Border Left color for the above div is #acf85b

HTML with inline CSS

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

CSS Border Right color for the above div is #acf85b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acf85b

HTML with inline CSS

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

CSS Border Top color for the above div is #acf85b

HTML with inline CSS

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

#acf85b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acf85b Color code Preview on White Background

This is how #acf85b Color code will look on white background color. Color contrast ratio is 1.29

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

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,248,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(167,91,248,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,248,91,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.