COLOR #9FD690

HEX: #9FD690
RGB: (159,214,144)

Color info

#9FD690 contains mainly red and green colors. Web safe color of #9FD690 is #99CC99 (or #9C9).

RGB color model

#9FD690 color RGB value is (159,214,144).

  • red value is 159;
  • green value is 214;
  • blue value is 144.
RGB:
(159,214,144)
(62%,84%,56%)

RGB channels and saturation

R 159 of 255 = 62%
G 214 of 255 = 84%
B 144 of 255 = 56%

159
214
144

R + G + B ~ 67%. #9FD690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 214 + 144 = 517 (100%)
R 159 of 517 ~ 30.75%
G 214 of 517 ~ 41.39%
B 144 of 517 ~ 27.85%

%30.75
%41.39
%27.85

CMYK color model

#9FD690 color CMYK value is (26,0,33,16).

  • cyan value is 25.70%
  • magenta value is 0.00%
  • yellow value is 32.71%
  • key color value is 16.08%
CMYK:
(26,0,33,16)
C26M0Y33K16 
(26%,0%,33%,16%)
(0.26/0.00/0.33/0.16)	

CMYK percentages

%25.7
%0
%32.71
%16.08

Codes

Color #9FD690 in popluar color models

9FD690
RGB159214144
HSL107°46.05%70.20%
HSB/HSV107°32.71%83.92%
CMYK25.70%0.00%32.71%
16.08%

Color #9FD690 in popluar number systems.

HEX9FD690
Decimal159214144
Binary100111111101011010010000
Octal237326220

Shades and tints

Shades of #9FD690

#9FD690
(159,214,144)
#91C383
(145,195,131)
#83B076
(131,176,118)
#759D69
(117,157,105)
#678A5C
(103,138,92)
#59774F
(89,119,79)
#4B6442
(75,100,66)
#3D5135
(61,81,53)
#2F3E28
(47,62,40)
#212B1B
(33,43,27)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #9FD690

#9FD690
(159,214,144)
#A7D99A
(167,217,154)
#AFDCA4
(175,220,164)
#B7DFAE
(183,223,174)
#BFE2B8
(191,226,184)
#C7E5C2
(199,229,194)
#CFE8CC
(207,232,204)
#D7EBD6
(215,235,214)
#DFEEE0
(223,238,224)
#E7F1EA
(231,241,234)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD690 color. Also use rgb(159,214,144) instead hex code.

Text Font Color

.myTextColor { color: #9FD690; }

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

This text font color is #9FD690.


Background Color

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

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

This div background color is #9FD690.


Border color

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

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

This div border color is #9FD690.


Opacity

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

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

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

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

This text has shadow with #9FD690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD690 on black background.


Color preview on white background

This text has color #9FD690 on white background.



Black color preview on #9FD690 background

This text has black color on #9FD690 background.


White color preview on #9FD690 background

This text has white color on #9FD690 background.