COLOR #C9E18A

HEX: #C9E18A
RGB: (201,225,138)

Color info

#C9E18A contains mainly red and green colors. Web safe color of #C9E18A is #CCCC99 (or #CC9).

RGB color model

#C9E18A color RGB value is (201,225,138).

  • red value is 201;
  • green value is 225;
  • blue value is 138.
RGB:
(201,225,138)
(79%,88%,54%)

RGB channels and saturation

R 201 of 255 = 79%
G 225 of 255 = 88%
B 138 of 255 = 54%

201
225
138

R + G + B ~ 74%. #C9E18A is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 225 + 138 = 564 (100%)
R 201 of 564 ~ 35.64%
G 225 of 564 ~ 39.89%
B 138 of 564 ~ 24.47%

%35.64
%39.89
%24.47

CMYK color model

#C9E18A color CMYK value is (11,0,39,12).

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 11.76%
CMYK:
(11,0,39,12)
C11M0Y39K12 
(11%,0%,39%,12%)
(0.11/0.00/0.39/0.12)	

CMYK percentages

%10.67
%0
%38.67
%11.76

Codes

Color #C9E18A in popluar color models

C9E18A
RGB201225138
HSL77°59.18%71.18%
HSB/HSV77°38.67%88.24%
CMYK10.67%0.00%38.67%
11.76%

Color #C9E18A in popluar number systems.

HEXC9E18A
Decimal201225138
Binary110010011110000110001010
Octal311341212

Shades and tints

Shades of #C9E18A

#C9E18A
(201,225,138)
#B7CD7E
(183,205,126)
#A5B972
(165,185,114)
#93A566
(147,165,102)
#81915A
(129,145,90)
#6F7D4E
(111,125,78)
#5D6942
(93,105,66)
#4B5536
(75,85,54)
#39412A
(57,65,42)
#272D1E
(39,45,30)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #C9E18A

#C9E18A
(201,225,138)
#CDE394
(205,227,148)
#D1E59E
(209,229,158)
#D5E7A8
(213,231,168)
#D9E9B2
(217,233,178)
#DDEBBC
(221,235,188)
#E1EDC6
(225,237,198)
#E5EFD0
(229,239,208)
#E9F1DA
(233,241,218)
#EDF3E4
(237,243,228)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E18A; }

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

This text font color is #C9E18A.


Background Color

.myBgColor { background-color: #C9E18A; }

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

This div background color is #C9E18A.


Border color

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

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

This div border color is #C9E18A.


Opacity

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

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

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

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

This text has shadow with #C9E18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E18A on black background.


Color preview on white background

This text has color #C9E18A on white background.



Black color preview on #C9E18A background

This text has black color on #C9E18A background.


White color preview on #C9E18A background

This text has white color on #C9E18A background.