COLOR #9FEC46

HEX: #9FEC46
RGB: (159,236,70)

Color info

#9FEC46 contains mainly green color. Web safe color of #9FEC46 is #99FF33 (or #9F3).

RGB color model

#9FEC46 color RGB value is (159,236,70).

  • red value is 159;
  • green value is 236;
  • blue value is 70.
RGB:
(159,236,70)
(62%,93%,27%)

RGB channels and saturation

R 159 of 255 = 62%
G 236 of 255 = 93%
B 70 of 255 = 27%

159
236
70

R + G + B ~ 61%. #9FEC46 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 236 + 70 = 465 (100%)
R 159 of 465 ~ 34.19%
G 236 of 465 ~ 50.75%
B 70 of 465 ~ 15.05%

%34.19
%50.75
%15.05

CMYK color model

#9FEC46 color CMYK value is (33,0,70,7).

  • cyan value is 32.63%
  • magenta value is 0.00%
  • yellow value is 70.34%
  • key color value is 7.45%
CMYK:
(33,0,70,7)
C33M0Y70K7 
(33%,0%,70%,7%)
(0.33/0.00/0.70/0.07)	

CMYK percentages

%32.63
%0
%70.34
%7.45

Codes

Color #9FEC46 in popluar color models

9FEC46
RGB15923670
HSL88°81.37%60.00%
HSB/HSV88°70.34%92.55%
CMYK32.63%0.00%70.34%
7.45%

Color #9FEC46 in popluar number systems.

HEX9FEC46
Decimal15923670
Binary10011111111011001000110
Octal237354106

Shades and tints

Shades of #9FEC46

#9FEC46
(159,236,70)
#91D740
(145,215,64)
#83C23A
(131,194,58)
#75AD34
(117,173,52)
#67982E
(103,152,46)
#598328
(89,131,40)
#4B6E22
(75,110,34)
#3D591C
(61,89,28)
#2F4416
(47,68,22)
#212F10
(33,47,16)
#131A0A
(19,26,10)
#000000
(0,0,0)

Tints of #9FEC46

#9FEC46
(159,236,70)
#A7ED56
(167,237,86)
#AFEE66
(175,238,102)
#B7EF76
(183,239,118)
#BFF086
(191,240,134)
#C7F196
(199,241,150)
#CFF2A6
(207,242,166)
#D7F3B6
(215,243,182)
#DFF4C6
(223,244,198)
#E7F5D6
(231,245,214)
#EFF6E6
(239,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FEC46 color. Also use rgb(159,236,70) instead hex code.

Text Font Color

.myTextColor { color: #9FEC46; }

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

This text font color is #9FEC46.


Background Color

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

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

This div background color is #9FEC46.


Border color

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

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

This div border color is #9FEC46.


Opacity

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

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

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

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

This text has shadow with #9FEC46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FEC46 on black background.


Color preview on white background

This text has color #9FEC46 on white background.



Black color preview on #9FEC46 background

This text has black color on #9FEC46 background.


White color preview on #9FEC46 background

This text has white color on #9FEC46 background.