crispedge.com

Color picker

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

#00ad94 hex color - Green - Cool color - Information

#00ad94 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #00ad94 Color code in RGB color code model is created after adding 0% red color, 67.84% green color and 58.04% blue color. Hex #00ad94 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 14% yellow and 32% black.

Hex #00ad94 color code is between #00aa99 web safe hex color code and #00bb88 web safe hex color code. #00aa99 is the nearest web safe color code. You can see here many more shades of #00ad94 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code00ad94#00ad94
RGB Decimal0, 173, 148rgb(0, 173, 148)
RGB Percent0%, 68%, 58%rgb(0%, 68%, 58%)
CSS RGBa0, 173, 148,1rgba(0,173,148,1)
CMYK Modelcmyk(100%,0%,14%,32%)
HSL Color Space171,100% ,34%hsl(171,100% ,34%)
HSV Color Space171°, 100%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001010110110010100
Octal0255224
Decimal0173148
Hex00ad94

Different shades of #00ad94 color code.

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

Light Shade of #00ad94
#00e0c0
Dark Shade of #00ad94
#007a68
Saturated Shade of #00ad94
#00ad94
Desaturated Shade of #00ad94
#09a48e
Grey scale Shade of #00ad94
#565656
Brighten Shade
#19c6ad
Most Readable Shade
#000000

Shades of #00ad94 color code

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

#00ad94
#009983
#008673
#007362
#006052
#004c41
#003931
#002620
#001310
#000000

Similar Color like #00ad94 color

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

#01ae95
#02af96
#03b097
#04b198
#05b299
#06b39a
#07b49b
#08b59c
#09b69d
#0ab79e
#0bb89f
#0cb9a0
#0dbaa1
#0ebba2
#00ac93
#00ab92
#00aa91
#00a990
#00a88f
#00a78e
#00a68d
#00a58c
#00a48b
#00a38a
#00a289
#00a188
#00a087
#009f86

Monochromatic Color with #00ad94

#00ad94
#00d7b8
#000303
#002d27
#00584b
#008270

Tints of #00ad94 Color

#00ad94
#1cb69f
#38bfab
#55c8b7
#71d1c3
#8ddacf
#aae3db
#c6ece7
#e2f5f3
#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

#00ad94
#ad0019

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

Split Complementary

#00ad94
#ad006f
#ad3e00

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

Analogous Color

#00ad4f
#00ad71
#00ad94
#00a3ad
#0081ad

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

#00ad94
#9400ad
#ad9400

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

#00ad94
#3d00ad
#ad0019
#6fad00

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

#00ad94
#ad0019
#ad3e00
#006fad

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 #00ad94 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.

#00ad94 Color Code Preview on Black Background Color

This is how #00ad94 Color will look on black background color. Color contrast ratio is 7.41

#00ad94 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00ad94

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00ad94

#00ad94 color code is use for CSS Background Color

Background color for the above div is #00ad94

HTML with inline CSS

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

#00ad94 color code is use for CSS Border Color

CSS Border color for the above div is #00ad94

HTML with inline CSS

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

CSS Border Left color for the above div is #00ad94

HTML with inline CSS

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

CSS Border Right color for the above div is #00ad94

HTML with inline CSS

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

CSS Border Bottom color for the above div is #00ad94

HTML with inline CSS

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

CSS Border Top color for the above div is #00ad94

HTML with inline CSS

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

#00ad94 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00ad94 Color code Preview on White Background

This is how #00ad94 Color code will look on white background color. Color contrast ratio is 2.84

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

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.