COLOR #9FE971

HEX: #9FE971 RGB: (159,233,113)

Color info

#9FE971 contains mainly green color. Web safe color of #9FE971 is #99FF66 (or #9F6).

RGB color model

#9FE971 color RGB value is (159,233,113).

RGB: (159,233,113) (62%, 91%, 44%)

RGB channels and saturation

R 159 of 255 = 62%
G 233 of 255 = 91%
B 113 of 255 = 44%

159
233
113

R + G + B ~ 66%. #9FE971 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 233 + 113 = 505 (100%)
R 159 of 505 ~ 31.49%
G 233 of 505 ~ 46.14%
B 113 of 505 ~ 22.38'%

%31.49
%46.14
%22.38

CMYK color model

#9FE971 color CMYK value is (32,0,52,9).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 51.50%
  • key color value is 8.63%

CMYK: (32,0,52,9)
C32M0Y52K9 (32%, 0%, 52%, 9%)
(0.32 / 0.00 / 0.52 / 0.09)

CMYK percentages

%31.76
%0
%51.5
%8.63

Codes

Color #9FE971 in popluar color models

9F E9 71
RGB 159 233 113
HSL 97° 73.17% 67.84%
HSB/HSV 97° 51.50% 91.37%
CMYK 31.76% 0.00% 51.50%
8.63%

Color #9FE971 in popluar number systems.

HEX 9F E9 71
Decimal 159 233 113
Binary 10011111 11101001 1110001
Octal 237 351 161

Shades and tints

Shades of #9FE971

#9FE971
(159,233,113)
#91D467
(145,212,103)
#83BF5D
(131,191,93)
#75AA53
(117,170,83)
#679549
(103,149,73)
#59803F
(89,128,63)
#4B6B35
(75,107,53)
#3D562B
(61,86,43)
#2F4121
(47,65,33)
#212C17
(33,44,23)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #9FE971

#9FE971
(159,233,113)
#A7EB7D
(167,235,125)
#AFED89
(175,237,137)
#B7EF95
(183,239,149)
#BFF1A1
(191,241,161)
#C7F3AD
(199,243,173)
#CFF5B9
(207,245,185)
#D7F7C5
(215,247,197)
#DFF9D1
(223,249,209)
#E7FBDD
(231,251,221)
#EFFDE9
(239,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE971 color. Also use rgb(159,233,113) instead hex code.

Text Font Color

.myTextColor { color: #9FE971; }

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

This text font color is #9FE971.

Background Color

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

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

This div background color is #9FE971.

Border color

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

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

This div border color is #9FE971.

Opacity

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

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

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

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

This text has shadow with #9FE971 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE971.

Preview

Color preview on black background

This text has color #9FE971 on black background.


Color preview on white background

This text has color #9FE971 on white background.


Black color preview on #9FE971 background

This text has black color on #9FE971 background.


White color preview on #9FE971 background

This text has white color on #9FE971 background.


Related colors

Complementary color

Complementary color for #hex is #60168E.


I love getcolorcode.com

Triadic colors

1 #719FE9 and #E9719F with #9FE971 are triadic colors.

2 #71E99F and #E99F71 with #9FE971 are triadic colors.