COLOR #9FC605

HEX: #9FC605
RGB: (159,198,5)

Color info

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

RGB color model

#9FC605 color RGB value is (159,198,5).

  • red value is 159;
  • green value is 198;
  • blue value is 5.
RGB:
(159,198,5)
(62%,78%,2%)

RGB channels and saturation

R 159 of 255 = 62%
G 198 of 255 = 78%
B 5 of 255 = 2%

159
198
5

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

Portions of RGB colors in percentages

R + G + B =
159 + 198 + 5 = 362 (100%)
R 159 of 362 ~ 43.92%
G 198 of 362 ~ 54.7%
B 5 of 362 ~ 1.38%

%43.92
%54.7

CMYK color model

#9FC605 color CMYK value is (20,0,97,22).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 97.47%
  • key color value is 22.35%
CMYK:
(20,0,97,22)
C20M0Y97K22 
(20%,0%,97%,22%)
(0.20/0.00/0.97/0.22)	

CMYK percentages

%19.7
%0
%97.47
%22.35

Codes

Color #9FC605 in popluar color models

9FC605
RGB1591985
HSL72°95.07%39.80%
HSB/HSV72°97.47%77.65%
CMYK19.70%0.00%97.47%
22.35%

Color #9FC605 in popluar number systems.

HEX9FC605
Decimal1591985
Binary1001111111000110101
Octal2373065

Shades and tints

Shades of #9FC605

#9FC605
(159,198,5)
#91B405
(145,180,5)
#83A205
(131,162,5)
#759005
(117,144,5)
#677E05
(103,126,5)
#596C05
(89,108,5)
#4B5A05
(75,90,5)
#3D4805
(61,72,5)
#2F3605
(47,54,5)
#212405
(33,36,5)
#131205
(19,18,5)
#000000
(0,0,0)

Tints of #9FC605

#9FC605
(159,198,5)
#A7CB1B
(167,203,27)
#AFD031
(175,208,49)
#B7D547
(183,213,71)
#BFDA5D
(191,218,93)
#C7DF73
(199,223,115)
#CFE489
(207,228,137)
#D7E99F
(215,233,159)
#DFEEB5
(223,238,181)
#E7F3CB
(231,243,203)
#EFF8E1
(239,248,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC605 color. Also use rgb(159,198,5) instead hex code.

Text Font Color

.myTextColor { color: #9FC605; }

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

This text font color is #9FC605.


Background Color

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

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

This div background color is #9FC605.


Border color

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

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

This div border color is #9FC605.


Opacity

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

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

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

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

This text has shadow with #9FC605 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC605 on black background.


Color preview on white background

This text has color #9FC605 on white background.



Black color preview on #9FC605 background

This text has black color on #9FC605 background.


White color preview on #9FC605 background

This text has white color on #9FC605 background.