COLOR #C2F9AA

HEX: #C2F9AA
RGB: (194,249,170)

Color info

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

RGB color model

#C2F9AA color RGB value is (194,249,170).

  • red value is 194;
  • green value is 249;
  • blue value is 170.
RGB: (194,249,170) (76%,98%,67%)

RGB channels and saturation

R 194 of 255 = 76%
G 249 of 255 = 98%
B 170 of 255 = 67%

194
249
170

R + G + B ~ 80%. #C2F9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 249 + 170 = 613 (100%)
R 194 of 613 ~ 31.65%
G 249 of 613 ~ 40.62%
B 170 of 613 ~ 27.73%

%31.65
%40.62
%27.73

CMYK color model

#C2F9AA color CMYK value is (22,0,32,2).

  • cyan value is 22.09%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 2.35%
CMYK: (22,0,32,2) C22M0Y32K2 (22%,0%,32%,2%) (0.22/0.00/0.32/0.02)

CMYK percentages

%22.09
%0
%31.73
%2.35

Codes

Color #C2F9AA in popluar color models

C2F9AA
RGB194249170
HSL102°86.81%82.16%
HSB/HSV102°31.73%97.65%
CMYK22.09%0.00%31.73%
2.35%

Color #C2F9AA in popluar number systems.

HEXC2F9AA
Decimal194249170
Binary110000101111100110101010
Octal302371252

Shades and tints

Shades of #C2F9AA

#C2F9AA
(194,249,170)
#B1E39B
(177,227,155)
#A0CD8C
(160,205,140)
#8FB77D
(143,183,125)
#7EA16E
(126,161,110)
#6D8B5F
(109,139,95)
#5C7550
(92,117,80)
#4B5F41
(75,95,65)
#3A4932
(58,73,50)
#293323
(41,51,35)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #C2F9AA

#C2F9AA
(194,249,170)
#C7F9B1
(199,249,177)
#CCF9B8
(204,249,184)
#D1F9BF
(209,249,191)
#D6F9C6
(214,249,198)
#DBF9CD
(219,249,205)
#E0F9D4
(224,249,212)
#E5F9DB
(229,249,219)
#EAF9E2
(234,249,226)
#EFF9E9
(239,249,233)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F9AA color. Also use rgb(194,249,170) instead hex code.

Text Font Color

.myTextColor { color: #C2F9AA; }

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

This text font color is #C2F9AA.


Background Color

.myBgColor { background-color: #C2F9AA; }

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

This div background color is #C2F9AA.


Border color

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

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

This div border color is #C2F9AA.


Opacity

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

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

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

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

This text has shadow with #C2F9AA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C2F9AA on black background.


Color preview on white background

This text has color #C2F9AA on white background.



Black color preview on #C2F9AA background

This text has black color on #C2F9AA background.


White color preview on #C2F9AA background

This text has white color on #C2F9AA background.