COLOR #C4F9AA

HEX: #C4F9AA
RGB: (196,249,170)

Color info

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

RGB color model

#C4F9AA color RGB value is (196,249,170).

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

RGB channels and saturation

R 196 of 255 = 77%
G 249 of 255 = 98%
B 170 of 255 = 67%

196
249
170

R + G + B ~ 81%. #C4F9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 249 + 170 = 615 (100%)
R 196 of 615 ~ 31.87%
G 249 of 615 ~ 40.49%
B 170 of 615 ~ 27.64%

%31.87
%40.49
%27.64

CMYK color model

#C4F9AA color CMYK value is (21,0,32,2).

  • cyan value is 21.29%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 2.35%
CMYK:
(21,0,32,2)
C21M0Y32K2 
(21%,0%,32%,2%)
(0.21/0.00/0.32/0.02)	

CMYK percentages

%21.29
%0
%31.73
%2.35

Codes

Color #C4F9AA in popluar color models

C4F9AA
RGB196249170
HSL100°86.81%82.16%
HSB/HSV100°31.73%97.65%
CMYK21.29%0.00%31.73%
2.35%

Color #C4F9AA in popluar number systems.

HEXC4F9AA
Decimal196249170
Binary110001001111100110101010
Octal304371252

Shades and tints

Shades of #C4F9AA

#C4F9AA
(196,249,170)
#B3E39B
(179,227,155)
#A2CD8C
(162,205,140)
#91B77D
(145,183,125)
#80A16E
(128,161,110)
#6F8B5F
(111,139,95)
#5E7550
(94,117,80)
#4D5F41
(77,95,65)
#3C4932
(60,73,50)
#2B3323
(43,51,35)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #C4F9AA

#C4F9AA
(196,249,170)
#C9F9B1
(201,249,177)
#CEF9B8
(206,249,184)
#D3F9BF
(211,249,191)
#D8F9C6
(216,249,198)
#DDF9CD
(221,249,205)
#E2F9D4
(226,249,212)
#E7F9DB
(231,249,219)
#ECF9E2
(236,249,226)
#F1F9E9
(241,249,233)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F9AA; }

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

This text font color is #C4F9AA.


Background Color

.myBgColor { background-color: #C4F9AA; }

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

This div background color is #C4F9AA.


Border color

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

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

This div border color is #C4F9AA.


Opacity

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

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

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

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

This text has shadow with #C4F9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F9AA on black background.


Color preview on white background

This text has color #C4F9AA on white background.



Black color preview on #C4F9AA background

This text has black color on #C4F9AA background.


White color preview on #C4F9AA background

This text has white color on #C4F9AA background.