COLOR #9FED12

HEX: #9FED12
RGB: (159,237,18)

Color info

#9FED12 contains mainly green color. Web safe color of #9FED12 is #99FF00 (or #9F0).

RGB color model

#9FED12 color RGB value is (159,237,18).

  • red value is 159;
  • green value is 237;
  • blue value is 18.
RGB:
(159,237,18)
(62%,93%,7%)

RGB channels and saturation

R 159 of 255 = 62%
G 237 of 255 = 93%
B 18 of 255 = 7%

159
237
18

R + G + B ~ 54%. #9FED12 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 237 + 18 = 414 (100%)
R 159 of 414 ~ 38.41%
G 237 of 414 ~ 57.25%
B 18 of 414 ~ 4.35%

%38.41
%57.25

CMYK color model

#9FED12 color CMYK value is (33,0,92,7).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 92.41%
  • key color value is 7.06%
CMYK:
(33,0,92,7)
C33M0Y92K7 
(33%,0%,92%,7%)
(0.33/0.00/0.92/0.07)	

CMYK percentages

%32.91
%0
%92.41
%7.06

Codes

Color #9FED12 in popluar color models

9FED12
RGB15923718
HSL81°85.88%50.00%
HSB/HSV81°92.41%92.94%
CMYK32.91%0.00%92.41%
7.06%

Color #9FED12 in popluar number systems.

HEX9FED12
Decimal15923718
Binary100111111110110110010
Octal23735522

Shades and tints

Shades of #9FED12

#9FED12
(159,237,18)
#91D811
(145,216,17)
#83C310
(131,195,16)
#75AE0F
(117,174,15)
#67990E
(103,153,14)
#59840D
(89,132,13)
#4B6F0C
(75,111,12)
#3D5A0B
(61,90,11)
#2F450A
(47,69,10)
#213009
(33,48,9)
#131B08
(19,27,8)
#000000
(0,0,0)

Tints of #9FED12

#9FED12
(159,237,18)
#A7EE27
(167,238,39)
#AFEF3C
(175,239,60)
#B7F051
(183,240,81)
#BFF166
(191,241,102)
#C7F27B
(199,242,123)
#CFF390
(207,243,144)
#D7F4A5
(215,244,165)
#DFF5BA
(223,245,186)
#E7F6CF
(231,246,207)
#EFF7E4
(239,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FED12 color. Also use rgb(159,237,18) instead hex code.

Text Font Color

.myTextColor { color: #9FED12; }

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

This text font color is #9FED12.


Background Color

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

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

This div background color is #9FED12.


Border color

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

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

This div border color is #9FED12.


Opacity

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

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

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

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

This text has shadow with #9FED12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FED12 on black background.


Color preview on white background

This text has color #9FED12 on white background.



Black color preview on #9FED12 background

This text has black color on #9FED12 background.


White color preview on #9FED12 background

This text has white color on #9FED12 background.