COLOR #9FE78C

HEX: #9FE78C RGB: (159,231,140)

Color info

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

RGB color model

#9FE78C color RGB value is (159,231,140).

RGB: (159,231,140) (62%, 91%, 55%)

RGB channels and saturation

R 159 of 255 = 62%
G 231 of 255 = 91%
B 140 of 255 = 55%

159
231
140

R + G + B ~ 69%. #9FE78C is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 231 + 140 = 530 (100%)
R 159 of 530 ~ 30%
G 231 of 530 ~ 43.58%
B 140 of 530 ~ 26.42'%

%30
%43.58
%26.42

CMYK color model

#9FE78C color CMYK value is (31,0,39,9).

  • cyan value is 31.17%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 9.41%

CMYK: (31,0,39,9)
C31M0Y39K9 (31%, 0%, 39%, 9%)
(0.31 / 0.00 / 0.39 / 0.09)

CMYK percentages

%31.17
%0
%39.39
%9.41

Codes

Color #9FE78C in popluar color models

9F E7 8C
RGB 159 231 140
HSL 107° 65.47% 72.75%
HSB/HSV 107° 39.39% 90.59%
CMYK 31.17% 0.00% 39.39%
9.41%

Color #9FE78C in popluar number systems.

HEX 9F E7 8C
Decimal 159 231 140
Binary 10011111 11100111 10001100
Octal 237 347 214

Shades and tints

Shades of #9FE78C

#9FE78C
(159,231,140)
#91D280
(145,210,128)
#83BD74
(131,189,116)
#75A868
(117,168,104)
#67935C
(103,147,92)
#597E50
(89,126,80)
#4B6944
(75,105,68)
#3D5438
(61,84,56)
#2F3F2C
(47,63,44)
#212A20
(33,42,32)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #9FE78C

#9FE78C
(159,231,140)
#A7E996
(167,233,150)
#AFEBA0
(175,235,160)
#B7EDAA
(183,237,170)
#BFEFB4
(191,239,180)
#C7F1BE
(199,241,190)
#CFF3C8
(207,243,200)
#D7F5D2
(215,245,210)
#DFF7DC
(223,247,220)
#E7F9E6
(231,249,230)
#EFFBF0
(239,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE78C color. Also use rgb(159,231,140) instead hex code.

Text Font Color

.myTextColor { color: #9FE78C; }

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

This text font color is #9FE78C.

Background Color

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

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

This div background color is #9FE78C.

Border color

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

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

This div border color is #9FE78C.

Opacity

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

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

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

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

This text has shadow with #9FE78C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE78C.

Preview

Color preview on black background

This text has color #9FE78C on black background.


Color preview on white background

This text has color #9FE78C on white background.


Black color preview on #9FE78C background

This text has black color on #9FE78C background.


White color preview on #9FE78C background

This text has white color on #9FE78C background.


Related colors

Complementary color

Complementary color for #hex is #601873.


I love getcolorcode.com

Triadic colors

1 #8C9FE7 and #E78C9F with #9FE78C are triadic colors.

2 #8CE79F and #E79F8C with #9FE78C are triadic colors.