COLOR #C9F170

HEX: #C9F170
RGB: (201,241,112)

Color info

#C9F170 contains mainly red and green colors. Web safe color of #C9F170 is #CCFF66 (or #CF6).

RGB color model

#C9F170 color RGB value is (201,241,112).

  • red value is 201;
  • green value is 241;
  • blue value is 112.
RGB:
(201,241,112)
(79%,95%,44%)

RGB channels and saturation

R 201 of 255 = 79%
G 241 of 255 = 95%
B 112 of 255 = 44%

201
241
112

R + G + B ~ 73%. #C9F170 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 241 + 112 = 554 (100%)
R 201 of 554 ~ 36.28%
G 241 of 554 ~ 43.5%
B 112 of 554 ~ 20.22%

%36.28
%43.5
%20.22

CMYK color model

#C9F170 color CMYK value is (17,0,54,5).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 53.53%
  • key color value is 5.49%
CMYK:
(17,0,54,5)
C17M0Y54K5 
(17%,0%,54%,5%)
(0.17/0.00/0.54/0.05)	

CMYK percentages

%16.6
%0
%53.53
%5.49

Codes

Color #C9F170 in popluar color models

C9F170
RGB201241112
HSL79°82.17%69.22%
HSB/HSV79°53.53%94.51%
CMYK16.60%0.00%53.53%
5.49%

Color #C9F170 in popluar number systems.

HEXC9F170
Decimal201241112
Binary11001001111100011110000
Octal311361160

Shades and tints

Shades of #C9F170

#C9F170
(201,241,112)
#B7DC66
(183,220,102)
#A5C75C
(165,199,92)
#93B252
(147,178,82)
#819D48
(129,157,72)
#6F883E
(111,136,62)
#5D7334
(93,115,52)
#4B5E2A
(75,94,42)
#394920
(57,73,32)
#273416
(39,52,22)
#151F0C
(21,31,12)
#000000
(0,0,0)

Tints of #C9F170

#C9F170
(201,241,112)
#CDF27D
(205,242,125)
#D1F38A
(209,243,138)
#D5F497
(213,244,151)
#D9F5A4
(217,245,164)
#DDF6B1
(221,246,177)
#E1F7BE
(225,247,190)
#E5F8CB
(229,248,203)
#E9F9D8
(233,249,216)
#EDFAE5
(237,250,229)
#F1FBF2
(241,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F170 color. Also use rgb(201,241,112) instead hex code.

Text Font Color

.myTextColor { color: #C9F170; }

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

This text font color is #C9F170.


Background Color

.myBgColor { background-color: #C9F170; }

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

This div background color is #C9F170.


Border color

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

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

This div border color is #C9F170.


Opacity

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

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

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

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

This text has shadow with #C9F170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F170 on black background.


Color preview on white background

This text has color #C9F170 on white background.



Black color preview on #C9F170 background

This text has black color on #C9F170 background.


White color preview on #C9F170 background

This text has white color on #C9F170 background.