crispedge.com

Color picker

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

#008f0d hex color - Green - Cool color - Information

#008f0d hex color - Green - Cool color

Color Hue/Base color: Green

Hex #008f0d Color code in RGB color code model is created after adding 0% red color, 56.08% green color and 5.1% blue color. Hex #008f0d Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 91% yellow and 44% black.

Hex #008f0d color code is between #008811 web safe hex color code and #009900 web safe hex color code. #008811 is the nearest web safe color code. You can see here many more shades of #008f0d color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Code008f0d#008f0d
RGB Decimal0, 143, 13rgb(0, 143, 13)
RGB Percent0%, 56%, 5%rgb(0%, 56%, 5%)
CSS RGBa0, 143, 13,1rgba(0,143,13,1)
CMYK Modelcmyk(100%,0%,91%,44%)
HSL Color Space125,100% ,28%hsl(125,100% ,28%)
HSV Color Space125°, 100%, 56%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001000111100001101
Octal021715
Decimal014313
Hex008f0d

Different shades of #008f0d color code.

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

Light Shade of #008f0d
#00c212
Dark Shade of #008f0d
#005c08
Saturated Shade of #008f0d
#008f0d
Desaturated Shade of #008f0d
#078813
Grey scale Shade of #008f0d
#474747
Brighten Shade
#19a826
Most Readable Shade
#FFFFFF

Shades of #008f0d color code

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

#008f0d
#007f0b
#006f0a
#005f08
#004f07
#003f05
#002f04
#001f02
#000f01
#000000

Similar Color like #008f0d color

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

#01900e
#02910f
#039210
#049311
#059412
#069513
#079614
#089715
#099816
#0a9917
#0b9a18
#0c9b19
#0d9c1a
#0e9d1b
#008e0c
#008d0b
#008c0a
#008b09
#008a08
#008907
#008806
#008705
#008604
#008503
#008402
#008301
#008200
#008100

Monochromatic Color with #008f0d

#008f0d
#00b911
#00e415
#000f01
#003a05
#006409

Tints of #008f0d Color

#008f0d
#1c9b27
#38a742
#55b45d
#71c078
#8dcd93
#aad9ae
#c6e6c9
#e2f2e4
#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

#008f0d
#8f0082

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

Split Complementary

#008f0d
#54008f
#8f003b

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

Analogous Color

#2c8f00
#108f00
#008f0d
#008f2a
#008f46

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

#008f0d
#0d008f
#8f0d00

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

#008f0d
#003a8f
#8f0082
#8f5400

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

#008f0d
#8f0082
#8f003b
#008f55

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 #008f0d 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.

#008f0d Color Code Preview on Black Background Color

This is how #008f0d Color will look on black background color. Color contrast ratio is 4.93

#008f0d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #008f0d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #008f0d

#008f0d color code is use for CSS Background Color

Background color for the above div is #008f0d

HTML with inline CSS

<div style="background-color:#008f0d;"></div>

#008f0d color code is use for CSS Border Color

CSS Border color for the above div is #008f0d

HTML with inline CSS

<div style="border:5px solid #008f0d;"></div>

CSS Border Left color for the above div is #008f0d

HTML with inline CSS

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

CSS Border Right color for the above div is #008f0d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #008f0d

HTML with inline CSS

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

CSS Border Top color for the above div is #008f0d

HTML with inline CSS

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

#008f0d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#008f0d Color code Preview on White Background

This is how #008f0d Color code will look on white background color. Color contrast ratio is 4.26

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

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.