COLOR #9FC29E

HEX: #9FC29E RGB: (159,194,158)

Color info

#9FC29E contains red, green and blue colors in about the same proportion. Web safe color of #9FC29E is #99CC99 (or #9C9).

RGB color model

#9FC29E color RGB value is (159,194,158).

RGB: (159,194,158) (62%, 76%, 62%)

RGB channels and saturation

R 159 of 255 = 62%
G 194 of 255 = 76%
B 158 of 255 = 62%

159
194
158

R + G + B ~ 67%. #9FC29E is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 194 + 158 = 511 (100%)
R 159 of 511 ~ 31.12%
G 194 of 511 ~ 37.96%
B 158 of 511 ~ 30.92'%

%31.12
%37.96
%30.92

CMYK color model

#9FC29E color CMYK value is (18,0,19,24).

  • cyan value is 18.04%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 23.92%

CMYK: (18,0,19,24)
C18M0Y19K24 (18%, 0%, 19%, 24%)
(0.18 / 0.00 / 0.19 / 0.24)

CMYK percentages

%18.04
%0
%18.56
%23.92

Codes

Color #9FC29E in popluar color models

9F C2 9E
RGB 159 194 158
HSL 118° 22.78% 69.02%
HSB/HSV 118° 18.56% 76.08%
CMYK 18.04% 0.00% 18.56%
23.92%

Color #9FC29E in popluar number systems.

HEX 9F C2 9E
Decimal 159 194 158
Binary 10011111 11000010 10011110
Octal 237 302 236

Shades and tints

Shades of #9FC29E

#9FC29E
(159,194,158)
#91B190
(145,177,144)
#83A082
(131,160,130)
#758F74
(117,143,116)
#677E66
(103,126,102)
#596D58
(89,109,88)
#4B5C4A
(75,92,74)
#3D4B3C
(61,75,60)
#2F3A2E
(47,58,46)
#212920
(33,41,32)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #9FC29E

#9FC29E
(159,194,158)
#A7C7A6
(167,199,166)
#AFCCAE
(175,204,174)
#B7D1B6
(183,209,182)
#BFD6BE
(191,214,190)
#C7DBC6
(199,219,198)
#CFE0CE
(207,224,206)
#D7E5D6
(215,229,214)
#DFEADE
(223,234,222)
#E7EFE6
(231,239,230)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC29E color. Also use rgb(159,194,158) instead hex code.

Text Font Color

.myTextColor { color: #9FC29E; }

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

This text font color is #9FC29E.

Background Color

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

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

This div background color is #9FC29E.

Border color

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

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

This div border color is #9FC29E.

Opacity

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

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

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

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

This text has shadow with #9FC29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC29E.

Preview

Color preview on black background

This text has color #9FC29E on black background.


Color preview on white background

This text has color #9FC29E on white background.


Black color preview on #9FC29E background

This text has black color on #9FC29E background.


White color preview on #9FC29E background

This text has white color on #9FC29E background.


Related colors

Complementary color

Complementary color for #hex is #603D61.


I love getcolorcode.com

Triadic colors

1 #9E9FC2 and #C29E9F with #9FC29E are triadic colors.

2 #9EC29F and #C29F9E with #9FC29E are triadic colors.