crispedge.com

Color picker

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

#009a82 hex color - Green - Cool color - Information

#009a82 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #009a82 Color code in RGB color code model is created after adding 0% red color, 60.39% green color and 50.98% blue color. Hex #009a82 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 16% yellow and 40% black.

Hex #009a82 color code is between #009988 web safe hex color code and #00aa77 web safe hex color code. #009988 is the nearest web safe color code. You can see here many more shades of #009a82 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Code009a82#009a82
RGB Decimal0, 154, 130rgb(0, 154, 130)
RGB Percent0%, 60%, 51%rgb(0%, 60%, 51%)
CSS RGBa0, 154, 130,1rgba(0,154,130,1)
CMYK Modelcmyk(100%,0%,16%,40%)
HSL Color Space171,100% ,30%hsl(171,100% ,30%)
HSV Color Space171°, 100%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001001101010000010
Octal0232202
Decimal0154130
Hex009a82

Different shades of #009a82 color code.

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

Light Shade of #009a82
#00cdad
Dark Shade of #009a82
#006757
Saturated Shade of #009a82
#009a82
Desaturated Shade of #009a82
#08927d
Grey scale Shade of #009a82
#4d4d4d
Brighten Shade
#19b39b
Most Readable Shade
#000000

Shades of #009a82 color code

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

#009a82
#008873
#007765
#006656
#005548
#004439
#00332b
#00221c
#00110e
#000000

Similar Color like #009a82 color

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

#019b83
#029c84
#039d85
#049e86
#059f87
#06a088
#07a189
#08a28a
#09a38b
#0aa48c
#0ba58d
#0ca68e
#0da78f
#0ea890
#009981
#009880
#00977f
#00967e
#00957d
#00947c
#00937b
#00927a
#009179
#009078
#008f77
#008e76
#008d75
#008c74

Monochromatic Color with #009a82

#009a82
#00c4a6
#00efca
#001a16
#00453a
#006f5e

Tints of #009a82 Color

#009a82
#1ca58f
#38b09d
#55bbab
#71c6b9
#8dd2c7
#aaddd5
#c6e8e3
#e2f3f1
#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

#009a82
#9a0018

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

Split Complementary

#009a82
#9a0065
#9a3500

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

Analogous Color

#009a44
#009a63
#009a82
#00939a
#00749a

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

#009a82
#82009a
#9a8200

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

#009a82
#35009a
#9a0018
#659a00

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

#009a82
#9a0018
#9a3500
#00659a

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 #009a82 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.

#009a82 Color Code Preview on Black Background Color

This is how #009a82 Color will look on black background color. Color contrast ratio is 5.94

#009a82 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #009a82

HTML with inline CSS

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

Your Example Paragraph content text in with font color #009a82

#009a82 color code is use for CSS Background Color

Background color for the above div is #009a82

HTML with inline CSS

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

#009a82 color code is use for CSS Border Color

CSS Border color for the above div is #009a82

HTML with inline CSS

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

CSS Border Left color for the above div is #009a82

HTML with inline CSS

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

CSS Border Right color for the above div is #009a82

HTML with inline CSS

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

CSS Border Bottom color for the above div is #009a82

HTML with inline CSS

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

CSS Border Top color for the above div is #009a82

HTML with inline CSS

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

#009a82 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#009a82 Color code Preview on White Background

This is how #009a82 Color code will look on white background color. Color contrast ratio is 3.53

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.