COLOR #9FE17A

HEX: #9FE17A
RGB: (159,225,122)

Color info

#9FE17A contains mainly green color. Web safe color of #9FE17A is #99CC66 (or #9C6).

RGB color model

#9FE17A color RGB value is (159,225,122).

  • red value is 159;
  • green value is 225;
  • blue value is 122.
RGB:
(159,225,122)
(62%,88%,48%)

RGB channels and saturation

R 159 of 255 = 62%
G 225 of 255 = 88%
B 122 of 255 = 48%

159
225
122

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

Portions of RGB colors in percentages

R + G + B =
159 + 225 + 122 = 506 (100%)
R 159 of 506 ~ 31.42%
G 225 of 506 ~ 44.47%
B 122 of 506 ~ 24.11%

%31.42
%44.47
%24.11

CMYK color model

#9FE17A color CMYK value is (29,0,46,12).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 11.76%
CMYK:
(29,0,46,12)
C29M0Y46K12 
(29%,0%,46%,12%)
(0.29/0.00/0.46/0.12)	

CMYK percentages

%29.33
%0
%45.78
%11.76

Codes

Color #9FE17A in popluar color models

9FE17A
RGB159225122
HSL98°63.19%68.04%
HSB/HSV98°45.78%88.24%
CMYK29.33%0.00%45.78%
11.76%

Color #9FE17A in popluar number systems.

HEX9FE17A
Decimal159225122
Binary10011111111000011111010
Octal237341172

Shades and tints

Shades of #9FE17A

#9FE17A
(159,225,122)
#91CD6F
(145,205,111)
#83B964
(131,185,100)
#75A559
(117,165,89)
#67914E
(103,145,78)
#597D43
(89,125,67)
#4B6938
(75,105,56)
#3D552D
(61,85,45)
#2F4122
(47,65,34)
#212D17
(33,45,23)
#13190C
(19,25,12)
#000000
(0,0,0)

Tints of #9FE17A

#9FE17A
(159,225,122)
#A7E386
(167,227,134)
#AFE592
(175,229,146)
#B7E79E
(183,231,158)
#BFE9AA
(191,233,170)
#C7EBB6
(199,235,182)
#CFEDC2
(207,237,194)
#D7EFCE
(215,239,206)
#DFF1DA
(223,241,218)
#E7F3E6
(231,243,230)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE17A color. Also use rgb(159,225,122) instead hex code.

Text Font Color

.myTextColor { color: #9FE17A; }

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

This text font color is #9FE17A.


Background Color

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

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

This div background color is #9FE17A.


Border color

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

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

This div border color is #9FE17A.


Opacity

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

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

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

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

This text has shadow with #9FE17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE17A on black background.


Color preview on white background

This text has color #9FE17A on white background.



Black color preview on #9FE17A background

This text has black color on #9FE17A background.


White color preview on #9FE17A background

This text has white color on #9FE17A background.