crispedge.com

Color picker

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

#0ac704 hex color - Green - Cool color - Information

#0ac704 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #0ac704 Color code in RGB color code model is created after adding 3.92% red color, 78.04% green color and 1.57% blue color. Hex #0ac704 Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 0% magenta, 98% yellow and 22% black.

Hex #0ac704 color code is between #11cc00 web safe hex color code and #00bb00 web safe hex color code. #11cc00 is the nearest web safe color code. You can see here many more shades of #0ac704 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code0ac704#0ac704
RGB Decimal10, 199, 4rgb(10, 199, 4)
RGB Percent4%, 78%, 2%rgb(4%, 78%, 2%)
CSS RGBa10, 199, 4,1rgba(10,199,4,1)
CMYK Modelcmyk(95%,0%,98%,22%)
HSL Color Space118,96% ,40%hsl(118,96% ,40%)
HSV Color Space118°, 98%, 78%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010101100011100000100
Octal123074
Decimal101994
Hex0ac704

Different shades of #0ac704 color code.

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

Light Shade of #0ac704
#0df905
Dark Shade of #0ac704
#079503
Saturated Shade of #0ac704
#06cb00
Desaturated Shade of #0ac704
#14bd0e
Grey scale Shade of #0ac704
#656565
Brighten Shade
#23e01d
Most Readable Shade
#000000

Shades of #0ac704 color code

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

#0ac704
#08b003
#079a03
#068402
#056e02
#045801
#034201
#022c00
#011600
#000000

Similar Color like #0ac704 color

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

#0bc805
#0cc906
#0dca07
#0ecb08
#0fcc09
#10cd0a
#11ce0b
#12cf0c
#13d00d
#14d10e
#15d20f
#16d310
#17d411
#18d512
#09c603
#08c502
#07c401
#06c300
#05c200
#04c100
#03c000
#02bf00
#01be00
#00bd00
#00bc00
#00bb00
#00ba00
#00b900

Monochromatic Color with #0ac704

#0ac704
#0cf105
#011d01
#044701
#067202
#089c03

Tints of #0ac704 Color

#0ac704
#25cd1f
#40d33b
#5bd957
#76df73
#92e68f
#adecab
#c8f2c7
#e3f8e3
#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

#0ac704
#c104c7

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

Split Complementary

#0ac704
#6004c7
#c7046b

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

Analogous Color

#58c704
#31c704
#0ac704
#04c725
#04c74c

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

#0ac704
#040ac7
#c7040a

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

#0ac704
#046bc7
#c104c7
#c75f04

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

#0ac704
#c104c7
#c7046b
#04c760

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 #0ac704 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.

#0ac704 Color Code Preview on Black Background Color

This is how #0ac704 Color will look on black background color. Color contrast ratio is 9.18

#0ac704 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0ac704

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0ac704

#0ac704 color code is use for CSS Background Color

Background color for the above div is #0ac704

HTML with inline CSS

<div style="background-color:#0ac704;"></div>

#0ac704 color code is use for CSS Border Color

CSS Border color for the above div is #0ac704

HTML with inline CSS

<div style="border:5px solid #0ac704;"></div>

CSS Border Left color for the above div is #0ac704

HTML with inline CSS

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

CSS Border Right color for the above div is #0ac704

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0ac704

HTML with inline CSS

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

CSS Border Top color for the above div is #0ac704

HTML with inline CSS

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

#0ac704 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0ac704 Color code Preview on White Background

This is how #0ac704 Color code will look on white background color. Color contrast ratio is 2.29

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

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.