COLOR #9FF458

HEX: #9FF458
RGB: (159,244,88)

Color info

#9FF458 contains mainly green color. Web safe color of #9FF458 is #99FF66 (or #9F6).

RGB color model

#9FF458 color RGB value is (159,244,88).

  • red value is 159;
  • green value is 244;
  • blue value is 88.
RGB:
(159,244,88)
(62%,96%,35%)

RGB channels and saturation

R 159 of 255 = 62%
G 244 of 255 = 96%
B 88 of 255 = 35%

159
244
88

R + G + B ~ 64%. #9FF458 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 244 + 88 = 491 (100%)
R 159 of 491 ~ 32.38%
G 244 of 491 ~ 49.69%
B 88 of 491 ~ 17.92%

%32.38
%49.69
%17.92

CMYK color model

#9FF458 color CMYK value is (35,0,64,4).

  • cyan value is 34.84%
  • magenta value is 0.00%
  • yellow value is 63.93%
  • key color value is 4.31%
CMYK:
(35,0,64,4)
C35M0Y64K4 
(35%,0%,64%,4%)
(0.35/0.00/0.64/0.04)	

CMYK percentages

%34.84
%0
%63.93
%4.31

Codes

Color #9FF458 in popluar color models

9FF458
RGB15924488
HSL93°87.64%65.10%
HSB/HSV93°63.93%95.69%
CMYK34.84%0.00%63.93%
4.31%

Color #9FF458 in popluar number systems.

HEX9FF458
Decimal15924488
Binary10011111111101001011000
Octal237364130

Shades and tints

Shades of #9FF458

#9FF458
(159,244,88)
#91DE50
(145,222,80)
#83C848
(131,200,72)
#75B240
(117,178,64)
#679C38
(103,156,56)
#598630
(89,134,48)
#4B7028
(75,112,40)
#3D5A20
(61,90,32)
#2F4418
(47,68,24)
#212E10
(33,46,16)
#131808
(19,24,8)
#000000
(0,0,0)

Tints of #9FF458

#9FF458
(159,244,88)
#A7F567
(167,245,103)
#AFF676
(175,246,118)
#B7F785
(183,247,133)
#BFF894
(191,248,148)
#C7F9A3
(199,249,163)
#CFFAB2
(207,250,178)
#D7FBC1
(215,251,193)
#DFFCD0
(223,252,208)
#E7FDDF
(231,253,223)
#EFFEEE
(239,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FF458 color. Also use rgb(159,244,88) instead hex code.

Text Font Color

.myTextColor { color: #9FF458; }

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

This text font color is #9FF458.


Background Color

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

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

This div background color is #9FF458.


Border color

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

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

This div border color is #9FF458.


Opacity

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

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

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

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

This text has shadow with #9FF458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FF458 on black background.


Color preview on white background

This text has color #9FF458 on white background.



Black color preview on #9FF458 background

This text has black color on #9FF458 background.


White color preview on #9FF458 background

This text has white color on #9FF458 background.