COLOR #C0FF9E

HEX: #C0FF9E
RGB: (192,255,158)

Color info

#C0FF9E contains mainly green color. Web safe color of #C0FF9E is #CCFF99 (or #CF9).

RGB color model

#C0FF9E color RGB value is (192,255,158).

  • red value is 192;
  • green value is 255;
  • blue value is 158.
RGB:
(192,255,158)
(75%,100%,62%)

RGB channels and saturation

R 192 of 255 = 75%
G 255 of 255 = 100%
B 158 of 255 = 62%

192
255
158

R + G + B ~ 79%. #C0FF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 255 + 158 = 605 (100%)
R 192 of 605 ~ 31.74%
G 255 of 605 ~ 42.15%
B 158 of 605 ~ 26.12%

%31.74
%42.15
%26.12

CMYK color model

#C0FF9E color CMYK value is (25,0,38,0).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 0.00%
CMYK:
(25,0,38,0)
C25M0Y38K0 
(25%,0%,38%,0%)
(0.25/0.00/0.38/0.00)	

CMYK percentages

%24.71
%0
%38.04
%0

Codes

Color #C0FF9E in popluar color models

C0FF9E
RGB192255158
HSL99°100.00%80.98%
HSB/HSV99°38.04%100.00%
CMYK24.71%0.00%38.04%
0.00%

Color #C0FF9E in popluar number systems.

HEXC0FF9E
Decimal192255158
Binary110000001111111110011110
Octal300377236

Shades and tints

Shades of #C0FF9E

#C0FF9E
(192,255,158)
#AFE890
(175,232,144)
#9ED182
(158,209,130)
#8DBA74
(141,186,116)
#7CA366
(124,163,102)
#6B8C58
(107,140,88)
#5A754A
(90,117,74)
#495E3C
(73,94,60)
#38472E
(56,71,46)
#273020
(39,48,32)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #C0FF9E

#C0FF9E
(192,255,158)
#C5FFA6
(197,255,166)
#CAFFAE
(202,255,174)
#CFFFB6
(207,255,182)
#D4FFBE
(212,255,190)
#D9FFC6
(217,255,198)
#DEFFCE
(222,255,206)
#E3FFD6
(227,255,214)
#E8FFDE
(232,255,222)
#EDFFE6
(237,255,230)
#F2FFEE
(242,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0FF9E color. Also use rgb(192,255,158) instead hex code.

Text Font Color

.myTextColor { color: #C0FF9E; }

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

This text font color is #C0FF9E.


Background Color

.myBgColor { background-color: #C0FF9E; }

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

This div background color is #C0FF9E.


Border color

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

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

This div border color is #C0FF9E.


Opacity

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

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

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

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

This text has shadow with #C0FF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0FF9E on black background.


Color preview on white background

This text has color #C0FF9E on white background.



Black color preview on #C0FF9E background

This text has black color on #C0FF9E background.


White color preview on #C0FF9E background

This text has white color on #C0FF9E background.