crispedge.com

Color picker

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

#121c12 hex color - Green - Cool color - Information

#121c12 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #121c12 Color code in RGB color code model is created after adding 7.06% red color, 10.98% green color and 7.06% blue color. Hex #121c12 Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 0% magenta, 36% yellow and 89% black.

Hex #121c12 color code is between #112211 web safe hex color code and #221122 web safe hex color code. #112211 is the nearest web safe color code. You can see here many more shades of #121c12 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code121c12#121c12
RGB Decimal18, 28, 18rgb(18, 28, 18)
RGB Percent7%, 11%, 7%rgb(7%, 11%, 7%)
CSS RGBa18, 28, 18,1rgba(18,28,18,1)
CMYK Modelcmyk(36%,0%,36%,89%)
HSL Color Space120,22% ,9%hsl(120,22% ,9%)
HSV Color Space120°, 36%, 11%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100100001110000010010
Octal223422
Decimal182818
Hex121c12

Different shades of #121c12 color code.

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

Light Shade of #121c12
#263b26
Dark Shade of #121c12
#000000
Saturated Shade of #121c12
#101e10
Desaturated Shade of #121c12
#141a14
Grey scale Shade of #121c12
#171717
Brighten Shade
#2b352b
Most Readable Shade
#FFFFFF

Shades of #121c12 color code

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

#121c12
#101810
#0e150e
#0c120c
#0a0f0a
#080c08
#060906
#040604
#020302
#000000

Similar Color like #121c12 color

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

#131d13
#141e14
#151f15
#162016
#172117
#182218
#192319
#1a241a
#1b251b
#1c261c
#1d271d
#1e281e
#1f291f
#202a20
#111b11
#101a10
#0f190f
#0e180e
#0d170d
#0c160c
#0b150b
#0a140a
#091309
#081208
#071107
#061006
#050f05
#040e04

Monochromatic Color with #121c12

#121c12
#2d462d
#497149
#649b64
#7fc67f
#9bf09b

Tints of #121c12 Color

#121c12
#2c352c
#464e46
#616761
#7b807b
#959a95
#b0b3b0
#caccca
#e4e5e4
#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

#121c12
#1c121c

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

Split Complementary

#121c12
#17121c
#1c1217

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

Analogous Color

#161c12
#141c12
#121c12
#121c14
#121c16

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

#121c12
#12121c
#1c1212

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

#121c12
#12171c
#1c121c
#1c1712

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

#121c12
#1c121c
#1c1217
#121c17

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 #121c12 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.

#121c12 Color Code Preview on Black Background Color

This is how #121c12 Color will look on black background color. Color contrast ratio is 1.20

#121c12 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #121c12

HTML with inline CSS

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

Your Example Paragraph content text in with font color #121c12

#121c12 color code is use for CSS Background Color

Background color for the above div is #121c12

HTML with inline CSS

<div style="background-color:#121c12;"></div>

#121c12 color code is use for CSS Border Color

CSS Border color for the above div is #121c12

HTML with inline CSS

<div style="border:5px solid #121c12;"></div>

CSS Border Left color for the above div is #121c12

HTML with inline CSS

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

CSS Border Right color for the above div is #121c12

HTML with inline CSS

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

CSS Border Bottom color for the above div is #121c12

HTML with inline CSS

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

CSS Border Top color for the above div is #121c12

HTML with inline CSS

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

#121c12 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#121c12 Color code Preview on White Background

This is how #121c12 Color code will look on white background color. Color contrast ratio is 17.49

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

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.