crispedge.com

Color picker

Loading...

#ccffa0 hex color - Green - Cool color - Information

#ccffa0 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #ccffa0 Color code in RGB color code model is created after adding 80% red color, 100% green color and 62.75% blue color. Hex #ccffa0 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 37% yellow and 0% black.

Hex #ccffa0 color code is between #bbee99 web safe hex color code and #ddddaa web safe hex color code. #bbee99 is the nearest web safe color code. You can see here many more shades of #ccffa0 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeccffa0#ccffa0
RGB Decimal204, 255, 160rgb(204, 255, 160)
RGB Percent80%, 100%, 63%rgb(80%, 100%, 63%)
CSS RGBa204, 255, 160,1rgba(204,255,160,1)
CMYK Modelcmyk(20%,0%,37%,0%)
HSL Color Space92,100% ,81%hsl(92,100% ,81%)
HSV Color Space92°, 37%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011001111111110100000
Octal314377240
Decimal204255160
Hexccffa0

Different shades of #ccffa0 color code.

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

Light Shade of #ccffa0
#e7ffd3
Dark Shade of #ccffa0
#b1ff6d
Saturated Shade of #ccffa0
#ccffa0
Desaturated Shade of #ccffa0
#ccfaa5
Grey scale Shade of #ccffa0
#cfcfcf
Brighten Shade
#e5ffb9
Most Readable Shade
#000000

Shades of #ccffa0 color code

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

#ccffa0
#b5e28e
#9ec67c
#88aa6a
#718d58
#5a7147
#445535
#2d3823
#161c11
#000000

Similar Color like #ccffa0 color

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

#cdffa1
#ceffa2
#cfffa3
#d0ffa4
#d1ffa5
#d2ffa6
#d3ffa7
#d4ffa8
#d5ffa9
#d6ffaa
#d7ffab
#d8ffac
#d9ffad
#daffae
#cbfe9f
#cafd9e
#c9fc9d
#c8fb9c
#c7fa9b
#c6f99a
#c5f899
#c4f798
#c3f697
#c2f596
#c1f495
#c0f394
#bff293
#bef192

Monochromatic Color with #ccffa0

#ccffa0
#222a1b
#445535
#668050
#88aa6b
#aad485

Tints of #ccffa0 Color

#ccffa0
#d1ffaa
#d7ffb5
#ddffbf
#e2ffca
#e8ffd4
#eeffdf
#f3ffe9
#f9fff4
#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

#ccffa0
#d3a0ff

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

Split Complementary

#ccffa0
#a4a0ff
#ffa0fc

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

Analogous Color

#f2ffa0
#dfffa0
#ccffa0
#b9ffa0
#a6ffa0

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

#ccffa0
#a0ccff
#ffa0cc

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

#ccffa0
#a0fbff
#d3a0ff
#ffa3a0

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

#ccffa0
#d3a0ff
#ffa0fc
#a0ffa4

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 #ccffa0 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.

#ccffa0 Color Code Preview on Black Background Color

This is how #ccffa0 Color will look on black background color. Color contrast ratio is 18.38

#ccffa0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccffa0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccffa0

#ccffa0 color code is use for CSS Background Color

Background color for the above div is #ccffa0

HTML with inline CSS

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

#ccffa0 color code is use for CSS Border Color

CSS Border color for the above div is #ccffa0

HTML with inline CSS

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

CSS Border Left color for the above div is #ccffa0

HTML with inline CSS

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

CSS Border Right color for the above div is #ccffa0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccffa0

HTML with inline CSS

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

CSS Border Top color for the above div is #ccffa0

HTML with inline CSS

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

#ccffa0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccffa0 Color code Preview on White Background

This is how #ccffa0 Color code will look on white background color. Color contrast ratio is 1.14

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

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(204,255,160,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(211,160,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,255,160,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.