COLOR #9FD190

HEX: #9FD190
RGB: (159,209,144)

Color info

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

RGB color model

#9FD190 color RGB value is (159,209,144).

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

RGB channels and saturation

R 159 of 255 = 62%
G 209 of 255 = 82%
B 144 of 255 = 56%

159
209
144

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

Portions of RGB colors in percentages

R + G + B =
159 + 209 + 144 = 512 (100%)
R 159 of 512 ~ 31.05%
G 209 of 512 ~ 40.82%
B 144 of 512 ~ 28.13%

%31.05
%40.82
%28.13

CMYK color model

#9FD190 color CMYK value is (24,0,31,18).

  • cyan value is 23.92%
  • magenta value is 0.00%
  • yellow value is 31.10%
  • key color value is 18.04%
CMYK:
(24,0,31,18)
C24M0Y31K18 
(24%,0%,31%,18%)
(0.24/0.00/0.31/0.18)	

CMYK percentages

%23.92
%0
%31.1
%18.04

Codes

Color #9FD190 in popluar color models

9FD190
RGB159209144
HSL106°41.40%69.22%
HSB/HSV106°31.10%81.96%
CMYK23.92%0.00%31.10%
18.04%

Color #9FD190 in popluar number systems.

HEX9FD190
Decimal159209144
Binary100111111101000110010000
Octal237321220

Shades and tints

Shades of #9FD190

#9FD190
(159,209,144)
#91BE83
(145,190,131)
#83AB76
(131,171,118)
#759869
(117,152,105)
#67855C
(103,133,92)
#59724F
(89,114,79)
#4B5F42
(75,95,66)
#3D4C35
(61,76,53)
#2F3928
(47,57,40)
#21261B
(33,38,27)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #9FD190

#9FD190
(159,209,144)
#A7D59A
(167,213,154)
#AFD9A4
(175,217,164)
#B7DDAE
(183,221,174)
#BFE1B8
(191,225,184)
#C7E5C2
(199,229,194)
#CFE9CC
(207,233,204)
#D7EDD6
(215,237,214)
#DFF1E0
(223,241,224)
#E7F5EA
(231,245,234)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD190; }

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

This text font color is #9FD190.


Background Color

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

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

This div background color is #9FD190.


Border color

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

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

This div border color is #9FD190.


Opacity

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

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

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

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

This text has shadow with #9FD190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD190 on black background.


Color preview on white background

This text has color #9FD190 on white background.



Black color preview on #9FD190 background

This text has black color on #9FD190 background.


White color preview on #9FD190 background

This text has white color on #9FD190 background.