COLOR #C9E58A

HEX: #C9E58A
RGB: (201,229,138)

Color info

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

RGB color model

#C9E58A color RGB value is (201,229,138).

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

RGB channels and saturation

R 201 of 255 = 79%
G 229 of 255 = 90%
B 138 of 255 = 54%

201
229
138

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

Portions of RGB colors in percentages

R + G + B =
201 + 229 + 138 = 568 (100%)
R 201 of 568 ~ 35.39%
G 229 of 568 ~ 40.32%
B 138 of 568 ~ 24.3%

%35.39
%40.32
%24.3

CMYK color model

#C9E58A color CMYK value is (12,0,40,10).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 10.20%
CMYK:
(12,0,40,10)
C12M0Y40K10 
(12%,0%,40%,10%)
(0.12/0.00/0.40/0.10)	

CMYK percentages

%12.23
%0
%39.74
%10.2

Codes

Color #C9E58A in popluar color models

C9E58A
RGB201229138
HSL78°63.64%71.96%
HSB/HSV78°39.74%89.80%
CMYK12.23%0.00%39.74%
10.20%

Color #C9E58A in popluar number systems.

HEXC9E58A
Decimal201229138
Binary110010011110010110001010
Octal311345212

Shades and tints

Shades of #C9E58A

#C9E58A
(201,229,138)
#B7D17E
(183,209,126)
#A5BD72
(165,189,114)
#93A966
(147,169,102)
#81955A
(129,149,90)
#6F814E
(111,129,78)
#5D6D42
(93,109,66)
#4B5936
(75,89,54)
#39452A
(57,69,42)
#27311E
(39,49,30)
#151D12
(21,29,18)
#000000
(0,0,0)

Tints of #C9E58A

#C9E58A
(201,229,138)
#CDE794
(205,231,148)
#D1E99E
(209,233,158)
#D5EBA8
(213,235,168)
#D9EDB2
(217,237,178)
#DDEFBC
(221,239,188)
#E1F1C6
(225,241,198)
#E5F3D0
(229,243,208)
#E9F5DA
(233,245,218)
#EDF7E4
(237,247,228)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E58A; }

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

This text font color is #C9E58A.


Background Color

.myBgColor { background-color: #C9E58A; }

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

This div background color is #C9E58A.


Border color

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

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

This div border color is #C9E58A.


Opacity

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

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

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

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

This text has shadow with #C9E58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E58A on black background.


Color preview on white background

This text has color #C9E58A on white background.



Black color preview on #C9E58A background

This text has black color on #C9E58A background.


White color preview on #C9E58A background

This text has white color on #C9E58A background.