crispedge.com

Color picker

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

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

#008e14 hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code008e14#008e14
RGB Decimal0, 142, 20rgb(0, 142, 20)
RGB Percent0%, 56%, 8%rgb(0%, 56%, 8%)
CSS RGBa0, 142, 20,1rgba(0,142,20,1)
CMYK Modelcmyk(100%,0%,86%,44%)
HSL Color Space128,100% ,28%hsl(128,100% ,28%)
HSV Color Space128°, 100%, 56%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001000111000010100
Octal021624
Decimal014220
Hex008e14

Different shades of #008e14 color code.

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

Light Shade of #008e14
#00c11b
Dark Shade of #008e14
#005b0d
Saturated Shade of #008e14
#008e14
Desaturated Shade of #008e14
#078719
Grey scale Shade of #008e14
#474747
Brighten Shade
#19a72d
Most Readable Shade
#FFFFFF

Shades of #008e14 color code

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

#008e14
#007e11
#006e0f
#005e0d
#004e0b
#003f08
#002f06
#001f04
#000f02
#000000

Similar Color like #008e14 color

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

#018f15
#029016
#039117
#049218
#059319
#06941a
#07951b
#08961c
#09971d
#0a981e
#0b991f
#0c9a20
#0d9b21
#0e9c22
#008d13
#008c12
#008b11
#008a10
#00890f
#00880e
#00870d
#00860c
#00850b
#00840a
#008309
#008208
#008107
#008006

Monochromatic Color with #008e14

#008e14
#00b81a
#00e320
#000e02
#003908
#00630e

Tints of #008e14 Color

#008e14
#1c9a2e
#38a748
#55b362
#71c07c
#8dcc96
#aad9b0
#c6e5ca
#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

#008e14
#8e007a

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

Split Complementary

#008e14
#5b008e
#8e0033

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

Analogous Color

#258e00
#088e00
#008e14
#008e30
#008e4d

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

#008e14
#14008e
#8e1400

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

#008e14
#00338e
#8e007a
#8e5b00

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

#008e14
#8e007a
#8e0033
#008e5b

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

#008e14 Color Code Preview on Black Background Color

This is how #008e14 Color will look on black background color. Color contrast ratio is 4.88

#008e14 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#008e14 color code is use for CSS Background Color

Background color for the above div is #008e14

HTML with inline CSS

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

#008e14 color code is use for CSS Border Color

CSS Border color for the above div is #008e14

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#008e14 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#008e14 Color code Preview on White Background

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

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

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.