COLOR #9DFA97

HEX: #9DFA97
RGB: (157,250,151)

Color info

#9DFA97 contains mainly green color. Web safe color of #9DFA97 is #99FF99 (or #9F9).

RGB color model

#9DFA97 color RGB value is (157,250,151).

  • red value is 157;
  • green value is 250;
  • blue value is 151.
RGB:
(157,250,151)
(62%,98%,59%)

RGB channels and saturation

R 157 of 255 = 62%
G 250 of 255 = 98%
B 151 of 255 = 59%

157
250
151

R + G + B ~ 73%. #9DFA97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 250 + 151 = 558 (100%)
R 157 of 558 ~ 28.14%
G 250 of 558 ~ 44.8%
B 151 of 558 ~ 27.06%

%28.14
%44.8
%27.06

CMYK color model

#9DFA97 color CMYK value is (37,0,40,2).

  • cyan value is 37.20%
  • magenta value is 0.00%
  • yellow value is 39.60%
  • key color value is 1.96%
CMYK:
(37,0,40,2)
C37M0Y40K2 
(37%,0%,40%,2%)
(0.37/0.00/0.40/0.02)	

CMYK percentages

%37.2
%0
%39.6
%1.96

Codes

Color #9DFA97 in popluar color models

9DFA97
RGB157250151
HSL116°90.83%78.63%
HSB/HSV116°39.60%98.04%
CMYK37.20%0.00%39.60%
1.96%

Color #9DFA97 in popluar number systems.

HEX9DFA97
Decimal157250151
Binary100111011111101010010111
Octal235372227

Shades and tints

Shades of #9DFA97

#9DFA97
(157,250,151)
#8FE48A
(143,228,138)
#81CE7D
(129,206,125)
#73B870
(115,184,112)
#65A263
(101,162,99)
#578C56
(87,140,86)
#497649
(73,118,73)
#3B603C
(59,96,60)
#2D4A2F
(45,74,47)
#1F3422
(31,52,34)
#111E15
(17,30,21)
#000000
(0,0,0)

Tints of #9DFA97

#9DFA97
(157,250,151)
#A5FAA0
(165,250,160)
#ADFAA9
(173,250,169)
#B5FAB2
(181,250,178)
#BDFABB
(189,250,187)
#C5FAC4
(197,250,196)
#CDFACD
(205,250,205)
#D5FAD6
(213,250,214)
#DDFADF
(221,250,223)
#E5FAE8
(229,250,232)
#EDFAF1
(237,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DFA97 color. Also use rgb(157,250,151) instead hex code.

Text Font Color

.myTextColor { color: #9DFA97; }

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

This text font color is #9DFA97.


Background Color

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

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

This div background color is #9DFA97.


Border color

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

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

This div border color is #9DFA97.


Opacity

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

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

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

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

This text has shadow with #9DFA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DFA97 on black background.


Color preview on white background

This text has color #9DFA97 on white background.



Black color preview on #9DFA97 background

This text has black color on #9DFA97 background.


White color preview on #9DFA97 background

This text has white color on #9DFA97 background.