COLOR #9FD700

HEX: #9FD700
RGB: (159,215,0)

Color info

#9FD700 contains only red and green colors. Web safe color of #9FD700 is #99CC00 (or #9C0).

RGB color model

#9FD700 color RGB value is (159,215,0).

  • red value is 159;
  • green value is 215;
  • blue value is 0.
RGB:
(159,215,0)
(62%,84%,0%)

RGB channels and saturation

R 159 of 255 = 62%
G 215 of 255 = 84%
B 0 of 255 = 0%

159
215
0

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

Portions of RGB colors in percentages

R + G + B =
159 + 215 + 0 = 374 (100%)
R 159 of 374 ~ 42.51%
G 215 of 374 ~ 57.49%
B 0 of 374 ~ 0%

%42.51
%57.49

CMYK color model

#9FD700 color CMYK value is (26,0,100,16).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 15.69%
CMYK:
(26,0,100,16)
C26M0Y100K16 
(26%,0%,100%,16%)
(0.26/0.00/1.00/0.16)	

CMYK percentages

%26.05
%0
%100
%15.69

Codes

Color #9FD700 in popluar color models

9FD700
RGB1592150
HSL76°100.00%42.16%
HSB/HSV76°100.00%84.31%
CMYK26.05%0.00%100.00%
15.69%

Color #9FD700 in popluar number systems.

HEX9FD700
Decimal1592150
Binary10011111110101110
Octal2373270

Shades and tints

Shades of #9FD700

#9FD700
(159,215,0)
#91C400
(145,196,0)
#83B100
(131,177,0)
#759E00
(117,158,0)
#678B00
(103,139,0)
#597800
(89,120,0)
#4B6500
(75,101,0)
#3D5200
(61,82,0)
#2F3F00
(47,63,0)
#212C00
(33,44,0)
#131900
(19,25,0)
#000000
(0,0,0)

Tints of #9FD700

#9FD700
(159,215,0)
#A7DA17
(167,218,23)
#AFDD2E
(175,221,46)
#B7E045
(183,224,69)
#BFE35C
(191,227,92)
#C7E673
(199,230,115)
#CFE98A
(207,233,138)
#D7ECA1
(215,236,161)
#DFEFB8
(223,239,184)
#E7F2CF
(231,242,207)
#EFF5E6
(239,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD700 color. Also use rgb(159,215,0) instead hex code.

Text Font Color

.myTextColor { color: #9FD700; }

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

This text font color is #9FD700.


Background Color

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

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

This div background color is #9FD700.


Border color

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

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

This div border color is #9FD700.


Opacity

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

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

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

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

This text has shadow with #9FD700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD700 on black background.


Color preview on white background

This text has color #9FD700 on white background.



Black color preview on #9FD700 background

This text has black color on #9FD700 background.


White color preview on #9FD700 background

This text has white color on #9FD700 background.