COLOR #C0FA99

HEX: #C0FA99
RGB: (192,250,153)

Color info

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

RGB color model

#C0FA99 color RGB value is (192,250,153).

  • red value is 192;
  • green value is 250;
  • blue value is 153.
RGB:
(192,250,153)
(75%,98%,60%)

RGB channels and saturation

R 192 of 255 = 75%
G 250 of 255 = 98%
B 153 of 255 = 60%

192
250
153

R + G + B ~ 78%. #C0FA99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 250 + 153 = 595 (100%)
R 192 of 595 ~ 32.27%
G 250 of 595 ~ 42.02%
B 153 of 595 ~ 25.71%

%32.27
%42.02
%25.71

CMYK color model

#C0FA99 color CMYK value is (23,0,39,2).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 38.80%
  • key color value is 1.96%
CMYK:
(23,0,39,2)
C23M0Y39K2 
(23%,0%,39%,2%)
(0.23/0.00/0.39/0.02)	

CMYK percentages

%23.2
%0
%38.8
%1.96

Codes

Color #C0FA99 in popluar color models

C0FA99
RGB192250153
HSL96°90.65%79.02%
HSB/HSV96°38.80%98.04%
CMYK23.20%0.00%38.80%
1.96%

Color #C0FA99 in popluar number systems.

HEXC0FA99
Decimal192250153
Binary110000001111101010011001
Octal300372231

Shades and tints

Shades of #C0FA99

#C0FA99
(192,250,153)
#AFE48C
(175,228,140)
#9ECE7F
(158,206,127)
#8DB872
(141,184,114)
#7CA265
(124,162,101)
#6B8C58
(107,140,88)
#5A764B
(90,118,75)
#49603E
(73,96,62)
#384A31
(56,74,49)
#273424
(39,52,36)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #C0FA99

#C0FA99
(192,250,153)
#C5FAA2
(197,250,162)
#CAFAAB
(202,250,171)
#CFFAB4
(207,250,180)
#D4FABD
(212,250,189)
#D9FAC6
(217,250,198)
#DEFACF
(222,250,207)
#E3FAD8
(227,250,216)
#E8FAE1
(232,250,225)
#EDFAEA
(237,250,234)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0FA99 color. Also use rgb(192,250,153) instead hex code.

Text Font Color

.myTextColor { color: #C0FA99; }

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

This text font color is #C0FA99.


Background Color

.myBgColor { background-color: #C0FA99; }

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

This div background color is #C0FA99.


Border color

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

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

This div border color is #C0FA99.


Opacity

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

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

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

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

This text has shadow with #C0FA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0FA99 on black background.


Color preview on white background

This text has color #C0FA99 on white background.



Black color preview on #C0FA99 background

This text has black color on #C0FA99 background.


White color preview on #C0FA99 background

This text has white color on #C0FA99 background.