COLOR #C0F09D

HEX: #C0F09D
RGB: (192,240,157)

Color info

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

RGB color model

#C0F09D color RGB value is (192,240,157).

  • red value is 192;
  • green value is 240;
  • blue value is 157.
RGB:
(192,240,157)
(75%,94%,62%)

RGB channels and saturation

R 192 of 255 = 75%
G 240 of 255 = 94%
B 157 of 255 = 62%

192
240
157

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

Portions of RGB colors in percentages

R + G + B =
192 + 240 + 157 = 589 (100%)
R 192 of 589 ~ 32.6%
G 240 of 589 ~ 40.75%
B 157 of 589 ~ 26.66%

%32.6
%40.75
%26.66

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 34.58%
  • 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
%34.58
%5.88

Codes

Color #C0F09D in popluar color models

C0F09D
RGB192240157
HSL95°73.45%77.84%
HSB/HSV95°34.58%94.12%
CMYK20.00%0.00%34.58%
5.88%

Color #C0F09D in popluar number systems.

HEXC0F09D
Decimal192240157
Binary110000001111000010011101
Octal300360235

Shades and tints

Shades of #C0F09D

#C0F09D
(192,240,157)
#AFDB8F
(175,219,143)
#9EC681
(158,198,129)
#8DB173
(141,177,115)
#7C9C65
(124,156,101)
#6B8757
(107,135,87)
#5A7249
(90,114,73)
#495D3B
(73,93,59)
#38482D
(56,72,45)
#27331F
(39,51,31)
#161E11
(22,30,17)
#000000
(0,0,0)

Tints of #C0F09D

#C0F09D
(192,240,157)
#C5F1A5
(197,241,165)
#CAF2AD
(202,242,173)
#CFF3B5
(207,243,181)
#D4F4BD
(212,244,189)
#D9F5C5
(217,245,197)
#DEF6CD
(222,246,205)
#E3F7D5
(227,247,213)
#E8F8DD
(232,248,221)
#EDF9E5
(237,249,229)
#F2FAED
(242,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0F09D; }

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

This text font color is #C0F09D.


Background Color

.myBgColor { background-color: #C0F09D; }

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

This div background color is #C0F09D.


Border color

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

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

This div border color is #C0F09D.


Opacity

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

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

Text with #C0F09D 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 #C0F09D;}

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

This text has shadow with #C0F09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0F09D on black background.


Color preview on white background

This text has color #C0F09D on white background.



Black color preview on #C0F09D background

This text has black color on #C0F09D background.


White color preview on #C0F09D background

This text has white color on #C0F09D background.