crispedge.com

Color picker

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

#98a49d hex color - Green - Cool color - Information

#98a49d hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #98a49d Color code in RGB color code model is created after adding 59.61% red color, 64.31% green color and 61.57% blue color. Hex #98a49d Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 4% yellow and 36% black.

Hex #98a49d color code is between #99aa99 web safe hex color code and #8899aa web safe hex color code. #99aa99 is the nearest web safe color code. You can see here many more shades of #98a49d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code98a49d#98a49d
RGB Decimal152, 164, 157rgb(152, 164, 157)
RGB Percent60%, 64%, 62%rgb(60%, 64%, 62%)
CSS RGBa152, 164, 157,1rgba(152,164,157,1)
CMYK Modelcmyk(7%,0%,4%,36%)
HSL Color Space145,6% ,62%hsl(145,6% ,62%)
HSV Color Space145°, 7%, 64%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110001010010010011101
Octal230244235
Decimal152164157
Hex98a49d

Different shades of #98a49d color code.

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

Light Shade of #98a49d
#b3bcb7
Dark Shade of #98a49d
#7d8c83
Saturated Shade of #98a49d
#8eae9b
Desaturated Shade of #98a49d
#9e9e9e
Grey scale Shade of #98a49d
#9e9e9e
Brighten Shade
#b1bdb6
Most Readable Shade
#000000

Shades of #98a49d color code

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

#98a49d
#87918b
#767f7a
#656d68
#545b57
#434845
#323634
#212422
#101211
#000000

Similar Color like #98a49d color

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

#99a59e
#9aa69f
#9ba7a0
#9ca8a1
#9da9a2
#9eaaa3
#9faba4
#a0aca5
#a1ada6
#a2aea7
#a3afa8
#a4b0a9
#a5b1aa
#a6b2ab
#97a39c
#96a29b
#95a19a
#94a099
#939f98
#929e97
#919d96
#909c95
#8f9b94
#8e9a93
#8d9992
#8c9891
#8b9790
#8a968f

Monochromatic Color with #98a49d

#98a49d
#bfcec6
#e7f9ee
#222423
#494f4c
#717974

Tints of #98a49d Color

#98a49d
#a3aea7
#aeb8b2
#bac2bd
#c5ccc8
#d1d6d3
#dce0de
#e8eae9
#f3f4f4
#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

#98a49d
#a4989f

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

Split Complementary

#98a49d
#a398a4
#a49899

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

Analogous Color

#98a498
#98a49b
#98a49d
#98a49f
#98a4a2

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

#98a49d
#9d98a4
#a49d98

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

#98a49d
#9899a4
#a4989f
#a4a398

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

#98a49d
#a4989f
#a49899
#98a4a3

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 #98a49d 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.

#98a49d Color Code Preview on Black Background Color

This is how #98a49d Color will look on black background color. Color contrast ratio is 8.13

#98a49d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98a49d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98a49d

#98a49d color code is use for CSS Background Color

Background color for the above div is #98a49d

HTML with inline CSS

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

#98a49d color code is use for CSS Border Color

CSS Border color for the above div is #98a49d

HTML with inline CSS

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

CSS Border Left color for the above div is #98a49d

HTML with inline CSS

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

CSS Border Right color for the above div is #98a49d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #98a49d

HTML with inline CSS

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

CSS Border Top color for the above div is #98a49d

HTML with inline CSS

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

#98a49d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98a49d Color code Preview on White Background

This is how #98a49d Color code will look on white background color. Color contrast ratio is 2.58

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

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.