COLOR #9CF29D

HEX: #9CF29D
RGB: (156,242,157)

Color info

#9CF29D contains mainly green color. Web safe color of #9CF29D is #99FF99 (or #9F9).

RGB color model

#9CF29D color RGB value is (156,242,157).

  • red value is 156;
  • green value is 242;
  • blue value is 157.
RGB:
(156,242,157)
(61%,95%,62%)

RGB channels and saturation

R 156 of 255 = 61%
G 242 of 255 = 95%
B 157 of 255 = 62%

156
242
157

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

Portions of RGB colors in percentages

R + G + B =
156 + 242 + 157 = 555 (100%)
R 156 of 555 ~ 28.11%
G 242 of 555 ~ 43.6%
B 157 of 555 ~ 28.29%

%28.11
%43.6
%28.29

CMYK color model

#9CF29D color CMYK value is (36,0,35,5).

  • cyan value is 35.54%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 5.10%
CMYK:
(36,0,35,5)
C36M0Y35K5 
(36%,0%,35%,5%)
(0.36/0.00/0.35/0.05)	

CMYK percentages

%35.54
%0
%35.12
%5.1

Codes

Color #9CF29D in popluar color models

9CF29D
RGB156242157
HSL121°76.79%78.04%
HSB/HSV121°35.54%94.90%
CMYK35.54%0.00%35.12%
5.10%

Color #9CF29D in popluar number systems.

HEX9CF29D
Decimal156242157
Binary100111001111001010011101
Octal234362235

Shades and tints

Shades of #9CF29D

#9CF29D
(156,242,157)
#8EDC8F
(142,220,143)
#80C681
(128,198,129)
#72B073
(114,176,115)
#649A65
(100,154,101)
#568457
(86,132,87)
#486E49
(72,110,73)
#3A583B
(58,88,59)
#2C422D
(44,66,45)
#1E2C1F
(30,44,31)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #9CF29D

#9CF29D
(156,242,157)
#A5F3A5
(165,243,165)
#AEF4AD
(174,244,173)
#B7F5B5
(183,245,181)
#C0F6BD
(192,246,189)
#C9F7C5
(201,247,197)
#D2F8CD
(210,248,205)
#DBF9D5
(219,249,213)
#E4FADD
(228,250,221)
#EDFBE5
(237,251,229)
#F6FCED
(246,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF29D color. Also use rgb(156,242,157) instead hex code.

Text Font Color

.myTextColor { color: #9CF29D; }

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

This text font color is #9CF29D.


Background Color

.myBgColor { background-color: #9CF29D; }

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

This div background color is #9CF29D.


Border color

.myBorderColor { border: 1px solid #9CF29D; }

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

This div border color is #9CF29D.


Opacity

.myOpacity80 { color: #9CF29D; opacity: 0.8; }

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

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

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

This text has shadow with #9CF29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF29D on black background.


Color preview on white background

This text has color #9CF29D on white background.



Black color preview on #9CF29D background

This text has black color on #9CF29D background.


White color preview on #9CF29D background

This text has white color on #9CF29D background.