COLOR #C0FF90

HEX: #C0FF90
RGB: (192,255,144)

Color info

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

RGB color model

#C0FF90 color RGB value is (192,255,144).

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

RGB channels and saturation

R 192 of 255 = 75%
G 255 of 255 = 100%
B 144 of 255 = 56%

192
255
144

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

Portions of RGB colors in percentages

R + G + B =
192 + 255 + 144 = 591 (100%)
R 192 of 591 ~ 32.49%
G 255 of 591 ~ 43.15%
B 144 of 591 ~ 24.37%

%32.49
%43.15
%24.37

CMYK color model

#C0FF90 color CMYK value is (25,0,44,0).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 43.53%
  • key color value is 0.00%
CMYK:
(25,0,44,0)
C25M0Y44K0 
(25%,0%,44%,0%)
(0.25/0.00/0.44/0.00)	

CMYK percentages

%24.71
%0
%43.53
%0

Codes

Color #C0FF90 in popluar color models

C0FF90
RGB192255144
HSL94°100.00%78.24%
HSB/HSV94°43.53%100.00%
CMYK24.71%0.00%43.53%
0.00%

Color #C0FF90 in popluar number systems.

HEXC0FF90
Decimal192255144
Binary110000001111111110010000
Octal300377220

Shades and tints

Shades of #C0FF90

#C0FF90
(192,255,144)
#AFE883
(175,232,131)
#9ED176
(158,209,118)
#8DBA69
(141,186,105)
#7CA35C
(124,163,92)
#6B8C4F
(107,140,79)
#5A7542
(90,117,66)
#495E35
(73,94,53)
#384728
(56,71,40)
#27301B
(39,48,27)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #C0FF90

#C0FF90
(192,255,144)
#C5FF9A
(197,255,154)
#CAFFA4
(202,255,164)
#CFFFAE
(207,255,174)
#D4FFB8
(212,255,184)
#D9FFC2
(217,255,194)
#DEFFCC
(222,255,204)
#E3FFD6
(227,255,214)
#E8FFE0
(232,255,224)
#EDFFEA
(237,255,234)
#F2FFF4
(242,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0FF90; }

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

This text font color is #C0FF90.


Background Color

.myBgColor { background-color: #C0FF90; }

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

This div background color is #C0FF90.


Border color

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

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

This div border color is #C0FF90.


Opacity

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

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

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

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

This text has shadow with #C0FF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0FF90 on black background.


Color preview on white background

This text has color #C0FF90 on white background.



Black color preview on #C0FF90 background

This text has black color on #C0FF90 background.


White color preview on #C0FF90 background

This text has white color on #C0FF90 background.