COLOR #C2F2A9

HEX: #C2F2A9
RGB: (194,242,169)

Color info

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

RGB color model

#C2F2A9 color RGB value is (194,242,169).

  • red value is 194;
  • green value is 242;
  • blue value is 169.
RGB:
(194,242,169)
(76%,95%,66%)

RGB channels and saturation

R 194 of 255 = 76%
G 242 of 255 = 95%
B 169 of 255 = 66%

194
242
169

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

Portions of RGB colors in percentages

R + G + B =
194 + 242 + 169 = 605 (100%)
R 194 of 605 ~ 32.07%
G 242 of 605 ~ 40%
B 169 of 605 ~ 27.93%

%32.07
%40
%27.93

CMYK color model

#C2F2A9 color CMYK value is (20,0,30,5).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • key color value is 5.10%
CMYK:
(20,0,30,5)
C20M0Y30K5 
(20%,0%,30%,5%)
(0.20/0.00/0.30/0.05)	

CMYK percentages

%19.83
%0
%30.17
%5.1

Codes

Color #C2F2A9 in popluar color models

C2F2A9
RGB194242169
HSL99°73.74%80.59%
HSB/HSV99°30.17%94.90%
CMYK19.83%0.00%30.17%
5.10%

Color #C2F2A9 in popluar number systems.

HEXC2F2A9
Decimal194242169
Binary110000101111001010101001
Octal302362251

Shades and tints

Shades of #C2F2A9

#C2F2A9
(194,242,169)
#B1DC9A
(177,220,154)
#A0C68B
(160,198,139)
#8FB07C
(143,176,124)
#7E9A6D
(126,154,109)
#6D845E
(109,132,94)
#5C6E4F
(92,110,79)
#4B5840
(75,88,64)
#3A4231
(58,66,49)
#292C22
(41,44,34)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #C2F2A9

#C2F2A9
(194,242,169)
#C7F3B0
(199,243,176)
#CCF4B7
(204,244,183)
#D1F5BE
(209,245,190)
#D6F6C5
(214,246,197)
#DBF7CC
(219,247,204)
#E0F8D3
(224,248,211)
#E5F9DA
(229,249,218)
#EAFAE1
(234,250,225)
#EFFBE8
(239,251,232)
#F4FCEF
(244,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F2A9 color. Also use rgb(194,242,169) instead hex code.

Text Font Color

.myTextColor { color: #C2F2A9; }

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

This text font color is #C2F2A9.


Background Color

.myBgColor { background-color: #C2F2A9; }

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

This div background color is #C2F2A9.


Border color

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

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

This div border color is #C2F2A9.


Opacity

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

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

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

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

This text has shadow with #C2F2A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F2A9 on black background.


Color preview on white background

This text has color #C2F2A9 on white background.



Black color preview on #C2F2A9 background

This text has black color on #C2F2A9 background.


White color preview on #C2F2A9 background

This text has white color on #C2F2A9 background.