COLOR #9FC428

HEX: #9FC428
RGB: (159,196,40)

Color info

#9FC428 contains mainly red and green colors. Web safe color of #9FC428 is #99CC33 (or #9C3).

RGB color model

#9FC428 color RGB value is (159,196,40).

  • red value is 159;
  • green value is 196;
  • blue value is 40.
RGB:
(159,196,40)
(62%,77%,16%)

RGB channels and saturation

R 159 of 255 = 62%
G 196 of 255 = 77%
B 40 of 255 = 16%

159
196
40

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

Portions of RGB colors in percentages

R + G + B =
159 + 196 + 40 = 395 (100%)
R 159 of 395 ~ 40.25%
G 196 of 395 ~ 49.62%
B 40 of 395 ~ 10.13%

%40.25
%49.62
%10.13

CMYK color model

#9FC428 color CMYK value is (19,0,80,23).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 79.59%
  • key color value is 23.14%
CMYK:
(19,0,80,23)
C19M0Y80K23 
(19%,0%,80%,23%)
(0.19/0.00/0.80/0.23)	

CMYK percentages

%18.88
%0
%79.59
%23.14

Codes

Color #9FC428 in popluar color models

9FC428
RGB15919640
HSL74°66.10%46.27%
HSB/HSV74°79.59%76.86%
CMYK18.88%0.00%79.59%
23.14%

Color #9FC428 in popluar number systems.

HEX9FC428
Decimal15919640
Binary1001111111000100101000
Octal23730450

Shades and tints

Shades of #9FC428

#9FC428
(159,196,40)
#91B325
(145,179,37)
#83A222
(131,162,34)
#75911F
(117,145,31)
#67801C
(103,128,28)
#596F19
(89,111,25)
#4B5E16
(75,94,22)
#3D4D13
(61,77,19)
#2F3C10
(47,60,16)
#212B0D
(33,43,13)
#131A0A
(19,26,10)
#000000
(0,0,0)

Tints of #9FC428

#9FC428
(159,196,40)
#A7C93B
(167,201,59)
#AFCE4E
(175,206,78)
#B7D361
(183,211,97)
#BFD874
(191,216,116)
#C7DD87
(199,221,135)
#CFE29A
(207,226,154)
#D7E7AD
(215,231,173)
#DFECC0
(223,236,192)
#E7F1D3
(231,241,211)
#EFF6E6
(239,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC428 color. Also use rgb(159,196,40) instead hex code.

Text Font Color

.myTextColor { color: #9FC428; }

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

This text font color is #9FC428.


Background Color

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

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

This div background color is #9FC428.


Border color

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

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

This div border color is #9FC428.


Opacity

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

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

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

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

This text has shadow with #9FC428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC428 on black background.


Color preview on white background

This text has color #9FC428 on white background.



Black color preview on #9FC428 background

This text has black color on #9FC428 background.


White color preview on #9FC428 background

This text has white color on #9FC428 background.