COLOR #C9FC8A

HEX: #C9FC8A RGB: (201,252,138)

Color info

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

RGB color model

#C9FC8A color RGB value is (201,252,138).

RGB: (201,252,138) (79%, 99%, 54%)

RGB channels and saturation

R 201 of 255 = 79%
G 252 of 255 = 99%
B 138 of 255 = 54%

201
252
138

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

Portions of RGB colors in percentages

R + G + B = 201 + 252 + 138 = 591 (100%)
R 201 of 591 ~ 34.01%
G 252 of 591 ~ 42.64%
B 138 of 591 ~ 23.35'%

%34.01
%42.64
%23.35

CMYK color model

#C9FC8A color CMYK value is (20,0,45,1).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 1.18%

CMYK: (20,0,45,1)
C20M0Y45K1 (20%, 0%, 45%, 1%)
(0.20 / 0.00 / 0.45 / 0.01)

CMYK percentages

%20.24
%0
%45.24
%1.18

Codes

Color #C9FC8A in popluar color models

C9 FC 8A
RGB 201 252 138
HSL 87° 95.00% 76.47%
HSB/HSV 87° 45.24% 98.82%
CMYK 20.24% 0.00% 45.24%
1.18%

Color #C9FC8A in popluar number systems.

HEX C9 FC 8A
Decimal 201 252 138
Binary 11001001 11111100 10001010
Octal 311 374 212

Shades and tints

Shades of #C9FC8A

#C9FC8A
(201,252,138)
#B7E67E
(183,230,126)
#A5D072
(165,208,114)
#93BA66
(147,186,102)
#81A45A
(129,164,90)
#6F8E4E
(111,142,78)
#5D7842
(93,120,66)
#4B6236
(75,98,54)
#394C2A
(57,76,42)
#27361E
(39,54,30)
#152012
(21,32,18)
#000000
(0,0,0)

Tints of #C9FC8A

#C9FC8A
(201,252,138)
#CDFC94
(205,252,148)
#D1FC9E
(209,252,158)
#D5FCA8
(213,252,168)
#D9FCB2
(217,252,178)
#DDFCBC
(221,252,188)
#E1FCC6
(225,252,198)
#E5FCD0
(229,252,208)
#E9FCDA
(233,252,218)
#EDFCE4
(237,252,228)
#F1FCEE
(241,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FC8A color. Also use rgb(201,252,138) instead hex code.

Text Font Color

.myTextColor { color: #C9FC8A; }

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

This text font color is #C9FC8A.

Background Color

.myBgColor { background-color: #C9FC8A; }

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

This div background color is #C9FC8A.

Border color

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

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

This div border color is #C9FC8A.

Opacity

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

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

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

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

This text has shadow with #C9FC8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FC8A.

Preview

Color preview on black background

This text has color #C9FC8A on black background.


Color preview on white background

This text has color #C9FC8A on white background.


Black color preview on #C9FC8A background

This text has black color on #C9FC8A background.


White color preview on #C9FC8A background

This text has white color on #C9FC8A background.


Related colors

Complementary color

Complementary color for #hex is #360375.


I love getcolorcode.com

Triadic colors

1 #8AC9FC and #FC8AC9 with #C9FC8A are triadic colors.

2 #8AFCC9 and #FCC98A with #C9FC8A are triadic colors.