crispedge.com

Color picker

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

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

#00a051 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #00a051 Color code in RGB color code model is created after adding 0% red color, 62.75% green color and 31.76% blue color. Hex #00a051 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 49% yellow and 37% black.

Hex #00a051 color code is between #009955 web safe hex color code and #00aa44 web safe hex color code. #009955 is the nearest web safe color code. You can see here many more shades of #00a051 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code00a051#00a051
RGB Decimal0, 160, 81rgb(0, 160, 81)
RGB Percent0%, 63%, 32%rgb(0%, 63%, 32%)
CSS RGBa0, 160, 81,1rgba(0,160,81,1)
CMYK Modelcmyk(100%,0%,49%,37%)
HSL Color Space150,100% ,31%hsl(150,100% ,31%)
HSV Color Space150°, 100%, 63%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001010000001010001
Octal0240121
Decimal016081
Hex00a051

Different shades of #00a051 color code.

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

Light Shade of #00a051
#00d36b
Dark Shade of #00a051
#006d37
Saturated Shade of #00a051
#00a051
Desaturated Shade of #00a051
#089851
Grey scale Shade of #00a051
#505050
Brighten Shade
#19b96a
Most Readable Shade
#000000

Shades of #00a051 color code

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

#00a051
#008e48
#007c3f
#006a36
#00582d
#004724
#00351b
#002312
#001109
#000000

Similar Color like #00a051 color

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

#01a152
#02a253
#03a354
#04a455
#05a556
#06a657
#07a758
#08a859
#09a95a
#0aaa5b
#0bab5c
#0cac5d
#0dad5e
#0eae5f
#009f50
#009e4f
#009d4e
#009c4d
#009b4c
#009a4b
#00994a
#009849
#009748
#009647
#009546
#009445
#009344
#009243

Monochromatic Color with #00a051

#00a051
#00ca67
#00f57c
#002010
#004b26
#00753b

Tints of #00a051 Color

#00a051
#1caa64
#38b577
#55bf8b
#71ca9e
#8dd4b1
#aadfc5
#c6e9d8
#e2f4eb
#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

#00a051
#a0004f

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

Split Complementary

#00a051
#a0009f
#a00100

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

Analogous Color

#00a011
#00a031
#00a051
#00a071
#00a091

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

#00a051
#5100a0
#a05100

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

#00a051
#0100a0
#a0004f
#9fa000

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

#00a051
#a0004f
#a00100
#009fa0

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

#00a051 Color Code Preview on Black Background Color

This is how #00a051 Color will look on black background color. Color contrast ratio is 6.15

#00a051 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#00a051 color code is use for CSS Background Color

Background color for the above div is #00a051

HTML with inline CSS

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

#00a051 color code is use for CSS Border Color

CSS Border color for the above div is #00a051

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#00a051 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00a051 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.