COLOR #C0F09C

HEX: #C0F09C RGB: (192,240,156)

Color info

#C0F09C contains mainly red and green colors. Web safe color of #C0F09C is #CCFF99 (or #CF9).

RGB color model

#C0F09C color RGB value is (192,240,156).

RGB: (192,240,156) (75%, 94%, 61%)

RGB channels and saturation

R 192 of 255 = 75%
G 240 of 255 = 94%
B 156 of 255 = 61%

192
240
156

R + G + B ~ 77%. #C0F09C is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 240 + 156 = 588 (100%)
R 192 of 588 ~ 32.65%
G 240 of 588 ~ 40.82%
B 156 of 588 ~ 26.53'%

%32.65
%40.82
%26.53

CMYK color model

#C0F09C color CMYK value is (20,0,35,6).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 5.88%

CMYK: (20,0,35,6)
C20M0Y35K6 (20%, 0%, 35%, 6%)
(0.20 / 0.00 / 0.35 / 0.06)

CMYK percentages

%20
%0
%35
%5.88

Codes

Color #C0F09C in popluar color models

C0 F0 9C
RGB 192 240 156
HSL 94° 73.68% 77.65%
HSB/HSV 94° 35.00% 94.12%
CMYK 20.00% 0.00% 35.00%
5.88%

Color #C0F09C in popluar number systems.

HEX C0 F0 9C
Decimal 192 240 156
Binary 11000000 11110000 10011100
Octal 300 360 234

Shades and tints

Shades of #C0F09C

#C0F09C
(192,240,156)
#AFDB8E
(175,219,142)
#9EC680
(158,198,128)
#8DB172
(141,177,114)
#7C9C64
(124,156,100)
#6B8756
(107,135,86)
#5A7248
(90,114,72)
#495D3A
(73,93,58)
#38482C
(56,72,44)
#27331E
(39,51,30)
#161E10
(22,30,16)
#000000
(0,0,0)

Tints of #C0F09C

#C0F09C
(192,240,156)
#C5F1A5
(197,241,165)
#CAF2AE
(202,242,174)
#CFF3B7
(207,243,183)
#D4F4C0
(212,244,192)
#D9F5C9
(217,245,201)
#DEF6D2
(222,246,210)
#E3F7DB
(227,247,219)
#E8F8E4
(232,248,228)
#EDF9ED
(237,249,237)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0F09C color. Also use rgb(192,240,156) instead hex code.

Text Font Color

.myTextColor { color: #C0F09C; }

<p style="color:#C0F09C">This sample text font color is #C0F09C.</p>

This text font color is #C0F09C.

Background Color

.myBgColor { background-color: #C0F09C; }

<div style="background-color:#C0F09C">Inner text</div>

This div background color is #C0F09C.

Border color

.myBorderColor { border: 1px solid #C0F09C; }

<div style="border:3px solid #C0F09C">Div</div>

This div border color is #C0F09C.

Opacity

.myOpacity80 { color: #C0F09C; opacity: 0.8; }

<p style="color:#C0F09C;opacity:0.8;">80%</p>

Text with #C0F09C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C0F09C;}

<p style="text-shadow: 3px 3px 1px #C0F09C">Text here.</p>

This text has shadow with #C0F09C color.


.textShadow {text-shadow: 3px 3px 1px #C0F09C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C0F09C, 5px 5px 20px red">Text here.</p>

This text has shadow with #C0F09C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C0F09C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C0F09C, Direction=45, Strength=4)">Text</p>

This text has shadow with #C0F09C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C0F09C;
-webkit-box-shadow: 1px 1px 3px 2px #C0F09C;
box-shadow: 1px 1px 3px 2px #C0F09C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C0F09C; -webkit-box-shadow: 1px 1px 3px 2px #C0F09C; box-shadow:1px 1px 3px 2px #C0F09C;">
Div content here
</div>

This div box has shadow with color #C0F09C.

Preview

Color preview on black background

This text has color #C0F09C on black background.


Color preview on white background

This text has color #C0F09C on white background.


Black color preview on #C0F09C background

This text has black color on #C0F09C background.


White color preview on #C0F09C background

This text has white color on #C0F09C background.


Related colors

Complementary color

Complementary color for #hex is #3F0F63.


I love getcolorcode.com

Triadic colors

1 #9CC0F0 and #F09CC0 with #C0F09C are triadic colors.

2 #9CF0C0 and #F0C09C with #C0F09C are triadic colors.