COLOR #9FFB14

HEX: #9FFB14
RGB: (159,251,20)

Color info

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

RGB color model

#9FFB14 color RGB value is (159,251,20).

  • red value is 159;
  • green value is 251;
  • blue value is 20.
RGB:
(159,251,20)
(62%,98%,8%)

RGB channels and saturation

R 159 of 255 = 62%
G 251 of 255 = 98%
B 20 of 255 = 8%

159
251
20

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

Portions of RGB colors in percentages

R + G + B =
159 + 251 + 20 = 430 (100%)
R 159 of 430 ~ 36.98%
G 251 of 430 ~ 58.37%
B 20 of 430 ~ 4.65%

%36.98
%58.37

CMYK color model

#9FFB14 color CMYK value is (37,0,92,2).

  • cyan value is 36.65%
  • magenta value is 0.00%
  • yellow value is 92.03%
  • key color value is 1.57%
CMYK:
(37,0,92,2)
C37M0Y92K2 
(37%,0%,92%,2%)
(0.37/0.00/0.92/0.02)	

CMYK percentages

%36.65
%0
%92.03
%1.57

Codes

Color #9FFB14 in popluar color models

9FFB14
RGB15925120
HSL84°96.65%53.14%
HSB/HSV84°92.03%98.43%
CMYK36.65%0.00%92.03%
1.57%

Color #9FFB14 in popluar number systems.

HEX9FFB14
Decimal15925120
Binary100111111111101110100
Octal23737324

Shades and tints

Shades of #9FFB14

#9FFB14
(159,251,20)
#91E513
(145,229,19)
#83CF12
(131,207,18)
#75B911
(117,185,17)
#67A310
(103,163,16)
#598D0F
(89,141,15)
#4B770E
(75,119,14)
#3D610D
(61,97,13)
#2F4B0C
(47,75,12)
#21350B
(33,53,11)
#131F0A
(19,31,10)
#000000
(0,0,0)

Tints of #9FFB14

#9FFB14
(159,251,20)
#A7FB29
(167,251,41)
#AFFB3E
(175,251,62)
#B7FB53
(183,251,83)
#BFFB68
(191,251,104)
#C7FB7D
(199,251,125)
#CFFB92
(207,251,146)
#D7FBA7
(215,251,167)
#DFFBBC
(223,251,188)
#E7FBD1
(231,251,209)
#EFFBE6
(239,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FFB14 color. Also use rgb(159,251,20) instead hex code.

Text Font Color

.myTextColor { color: #9FFB14; }

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

This text font color is #9FFB14.


Background Color

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

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

This div background color is #9FFB14.


Border color

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

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

This div border color is #9FFB14.


Opacity

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

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

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

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

This text has shadow with #9FFB14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FFB14 on black background.


Color preview on white background

This text has color #9FFB14 on white background.



Black color preview on #9FFB14 background

This text has black color on #9FFB14 background.


White color preview on #9FFB14 background

This text has white color on #9FFB14 background.