crispedge.com

Color picker

Loading...

#13ce10 hex color - Green - Cool color - Information

#13ce10 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #13ce10 Color code in RGB color code model is created after adding 7.45% red color, 80.78% green color and 6.27% blue color. Hex #13ce10 Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 0% magenta, 92% yellow and 19% black.

Hex #13ce10 color code is between #11cc11 web safe hex color code and #22dd00 web safe hex color code. #11cc11 is the nearest web safe color code. You can see here many more shades of #13ce10 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code13ce10#13ce10
RGB Decimal19, 206, 16rgb(19, 206, 16)
RGB Percent7%, 81%, 6%rgb(7%, 81%, 6%)
CSS RGBa19, 206, 16,1rgba(19,206,16,1)
CMYK Modelcmyk(91%,0%,92%,19%)
HSL Color Space119,86% ,44%hsl(119,86% ,44%)
HSV Color Space119°, 92%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100111100111000010000
Octal2331620
Decimal1920616
Hex13ce10

Different shades of #13ce10 color code.

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

Light Shade of #13ce10
#26ee23
Dark Shade of #13ce10
#0f9f0c
Saturated Shade of #13ce10
#08d905
Desaturated Shade of #13ce10
#1ec31b
Grey scale Shade of #13ce10
#6f6f6f
Brighten Shade
#2ce729
Most Readable Shade
#000000

Shades of #13ce10 color code

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

#13ce10
#10b70e
#0ea00c
#0c890a
#0a7208
#085b07
#064405
#042d03
#021601
#000000

Similar Color like #13ce10 color

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

#14cf11
#15d012
#16d113
#17d214
#18d315
#19d416
#1ad517
#1bd618
#1cd719
#1dd81a
#1ed91b
#1fda1c
#20db1d
#21dc1e
#12cd0f
#11cc0e
#10cb0d
#0fca0c
#0ec90b
#0dc80a
#0cc709
#0bc608
#0ac507
#09c406
#08c305
#07c204
#06c103
#05c002

Monochromatic Color with #13ce10

#13ce10
#17f813
#032403
#074e06
#0b7909
#0fa30d

Tints of #13ce10 Color

#13ce10
#2dd32a
#47d845
#61de5f
#7be37a
#96e994
#b0eeaf
#caf4c9
#e4f9e4
#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

#13ce10
#cb10ce

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

Split Complementary

#13ce10
#6c10ce
#ce1072

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

Analogous Color

#5fce10
#39ce10
#13ce10
#10ce33
#10ce59

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

#13ce10
#1013ce
#ce1013

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

#13ce10
#1072ce
#cb10ce
#ce6c10

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

#13ce10
#cb10ce
#ce1072
#10ce6c

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 #13ce10 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.

#13ce10 Color Code Preview on Black Background Color

This is how #13ce10 Color will look on black background color. Color contrast ratio is 9.86

#13ce10 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13ce10

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13ce10

#13ce10 color code is use for CSS Background Color

Background color for the above div is #13ce10

HTML with inline CSS

<div style="background-color:#13ce10;"></div>

#13ce10 color code is use for CSS Border Color

CSS Border color for the above div is #13ce10

HTML with inline CSS

<div style="border:5px solid #13ce10;"></div>

CSS Border Left color for the above div is #13ce10

HTML with inline CSS

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

CSS Border Right color for the above div is #13ce10

HTML with inline CSS

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

CSS Border Bottom color for the above div is #13ce10

HTML with inline CSS

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

CSS Border Top color for the above div is #13ce10

HTML with inline CSS

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

#13ce10 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#13ce10 Color code Preview on White Background

This is how #13ce10 Color code will look on white background color. Color contrast ratio is 2.13

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(19,206,16,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,16,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(19,206,16,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.