crispedge.com

Color picker

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

#4acca1 hex color - Green - Cool color - Information

#4acca1 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #4acca1 Color code in RGB color code model is created after adding 29.02% red color, 80% green color and 63.14% blue color. Hex #4acca1 Color code in CMYK color (process color) code model is generated after subtraction of 64% cyan, 0% magenta, 21% yellow and 20% black.

Hex #4acca1 color code is between #44bb99 web safe hex color code and #55ddaa web safe hex color code. #44bb99 is the nearest web safe color code. You can see here many more shades of #4acca1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code4acca1#4acca1
RGB Decimal74, 204, 161rgb(74, 204, 161)
RGB Percent29%, 80%, 63%rgb(29%, 80%, 63%)
CSS RGBa74, 204, 161,1rgba(74,204,161,1)
CMYK Modelcmyk(64%,0%,21%,20%)
HSL Color Space160,56% ,55%hsl(160,56% ,55%)
HSV Color Space160°, 64%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010101100110010100001
Octal112314241
Decimal74204161
Hex4acca1

Different shades of #4acca1 color code.

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

Light Shade of #4acca1
#72d7b6
Dark Shade of #4acca1
#32b187
Saturated Shade of #4acca1
#3ed8a5
Desaturated Shade of #4acca1
#56c09d
Grey scale Shade of #4acca1
#8b8b8b
Brighten Shade
#63e5ba
Most Readable Shade
#000000

Shades of #4acca1 color code

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

#4acca1
#41b58f
#399e7d
#31886b
#297159
#205a47
#184435
#102d23
#081611
#000000

Similar Color like #4acca1 color

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

#4bcda2
#4ccea3
#4dcfa4
#4ed0a5
#4fd1a6
#50d2a7
#51d3a8
#52d4a9
#53d5aa
#54d6ab
#55d7ac
#56d8ad
#57d9ae
#58daaf
#49cba0
#48ca9f
#47c99e
#46c89d
#45c79c
#44c69b
#43c59a
#42c499
#41c398
#40c297
#3fc196
#3ec095
#3dbf94
#3cbe93

Monochromatic Color with #4acca1

#4acca1
#59f6c3
#0c221b
#1c4c3c
#2b775e
#3ba17f

Tints of #4acca1 Color

#4acca1
#5ed1ab
#72d7b5
#86ddc0
#9ae2ca
#aee8d5
#c2eedf
#d6f3ea
#eaf9f4
#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

#4acca1
#cc4a75

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

Split Complementary

#4acca1
#cc4ab6
#cc604a

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

Analogous Color

#4acc6d
#4acc87
#4acca1
#4accbb
#4ac3cc

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

#4acca1
#a14acc
#cca14a

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

#4acca1
#604acc
#cc4a75
#b6cc4a

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

#4acca1
#cc4a75
#cc604a
#4ab6cc

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 #4acca1 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.

#4acca1 Color Code Preview on Black Background Color

This is how #4acca1 Color will look on black background color. Color contrast ratio is 10.44

#4acca1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4acca1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4acca1

#4acca1 color code is use for CSS Background Color

Background color for the above div is #4acca1

HTML with inline CSS

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

#4acca1 color code is use for CSS Border Color

CSS Border color for the above div is #4acca1

HTML with inline CSS

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

CSS Border Left color for the above div is #4acca1

HTML with inline CSS

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

CSS Border Right color for the above div is #4acca1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4acca1

HTML with inline CSS

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

CSS Border Top color for the above div is #4acca1

HTML with inline CSS

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

#4acca1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4acca1 Color code Preview on White Background

This is how #4acca1 Color code will look on white background color. Color contrast ratio is 2.01

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

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.