COLOR #9FC500

HEX: #9FC500 RGB: (159,197,0)

Color info

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

RGB color model

#9FC500 color RGB value is (159,197,0).

RGB: (159,197,0) (62%, 77%, 0%)

RGB channels and saturation

R 159 of 255 = 62%
G 197 of 255 = 77%
B 0 of 255 = 0%

159
197
0

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

Portions of RGB colors in percentages

R + G + B = 159 + 197 + 0 = 356 (100%)
R 159 of 356 ~ 44.66%
G 197 of 356 ~ 55.34%
B 0 of 356 ~ 0'%

%44.66
%55.34

CMYK color model

#9FC500 color CMYK value is (19,0,100,23).

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 22.75%

CMYK: (19,0,100,23)
C19M0Y100K23 (19%, 0%, 100%, 23%)
(0.19 / 0.00 / 1.00 / 0.23)

CMYK percentages

%19.29
%0
%100
%22.75

Codes

Color #9FC500 in popluar color models

9F C5 00
RGB 159 197 0
HSL 72° 100.00% 38.63%
HSB/HSV 72° 100.00% 77.25%
CMYK 19.29% 0.00% 100.00%
22.75%

Color #9FC500 in popluar number systems.

HEX 9F C5 00
Decimal 159 197 0
Binary 10011111 11000101 0
Octal 237 305 0

Shades and tints

Shades of #9FC500

#9FC500
(159,197,0)
#91B400
(145,180,0)
#83A300
(131,163,0)
#759200
(117,146,0)
#678100
(103,129,0)
#597000
(89,112,0)
#4B5F00
(75,95,0)
#3D4E00
(61,78,0)
#2F3D00
(47,61,0)
#212C00
(33,44,0)
#131B00
(19,27,0)
#000000
(0,0,0)

Tints of #9FC500

#9FC500
(159,197,0)
#A7CA17
(167,202,23)
#AFCF2E
(175,207,46)
#B7D445
(183,212,69)
#BFD95C
(191,217,92)
#C7DE73
(199,222,115)
#CFE38A
(207,227,138)
#D7E8A1
(215,232,161)
#DFEDB8
(223,237,184)
#E7F2CF
(231,242,207)
#EFF7E6
(239,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC500; }

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

This text font color is #9FC500.

Background Color

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

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

This div background color is #9FC500.

Border color

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

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

This div border color is #9FC500.

Opacity

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

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

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

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

This text has shadow with #9FC500 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC500.

Preview

Color preview on black background

This text has color #9FC500 on black background.


Color preview on white background

This text has color #9FC500 on white background.


Black color preview on #9FC500 background

This text has black color on #9FC500 background.


White color preview on #9FC500 background

This text has white color on #9FC500 background.


Related colors

Complementary color

Complementary color for #hex is #603AFF.


I love getcolorcode.com

Triadic colors

1 #009FC5 and #C5009F with #9FC500 are triadic colors.

2 #00C59F and #C59F00 with #9FC500 are triadic colors.