COLOR #9FD58D

HEX: #9FD58D RGB: (159,213,141)

Color info

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

RGB color model

#9FD58D color RGB value is (159,213,141).

RGB: (159,213,141) (62%, 84%, 55%)

RGB channels and saturation

R 159 of 255 = 62%
G 213 of 255 = 84%
B 141 of 255 = 55%

159
213
141

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

Portions of RGB colors in percentages

R + G + B = 159 + 213 + 141 = 513 (100%)
R 159 of 513 ~ 30.99%
G 213 of 513 ~ 41.52%
B 141 of 513 ~ 27.49'%

%30.99
%41.52
%27.49

CMYK color model

#9FD58D color CMYK value is (25,0,34,16).

  • cyan value is 25.35%
  • magenta value is 0.00%
  • yellow value is 33.80%
  • key color value is 16.47%
CMYK: (25,0,34,16) C25M0Y34K16 (25%,0%,34%,16%) (0.25/0.00/0.34/0.16) 

CMYK percentages

%25.35
%0
%33.8
%16.47

Codes

Color #9FD58D in popluar color models

9F D5 8D
RGB 159 213 141
HSL 105° 46.15% 69.41%
HSB/HSV 105° 33.80% 83.53%
CMYK 25.35% 0.00% 33.80%
16.47%

Color #9FD58D in popluar number systems.

HEX 9F D5 8D
Decimal 159 213 141
Binary 10011111 11010101 10001101
Octal 237 325 215

Shades and tints

Shades of #9FD58D

#9FD58D
(159,213,141)
#91C281
(145,194,129)
#83AF75
(131,175,117)
#759C69
(117,156,105)
#67895D
(103,137,93)
#597651
(89,118,81)
#4B6345
(75,99,69)
#3D5039
(61,80,57)
#2F3D2D
(47,61,45)
#212A21
(33,42,33)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #9FD58D

#9FD58D
(159,213,141)
#A7D897
(167,216,151)
#AFDBA1
(175,219,161)
#B7DEAB
(183,222,171)
#BFE1B5
(191,225,181)
#C7E4BF
(199,228,191)
#CFE7C9
(207,231,201)
#D7EAD3
(215,234,211)
#DFEDDD
(223,237,221)
#E7F0E7
(231,240,231)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD58D color. Also use rgb(159,213,141) instead hex code.

Text Font Color

.myTextColor { color: #9FD58D; }

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

This text font color is #9FD58D.

Background Color

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

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

This div background color is #9FD58D.

Border color

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

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

This div border color is #9FD58D.

Opacity

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

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

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

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

This text has shadow with #9FD58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD58D.

Preview

Color preview on black background

This text has color #9FD58D on black background.


Color preview on white background

This text has color #9FD58D on white background.


Black color preview on #9FD58D background

This text has black color on #9FD58D background.


White color preview on #9FD58D background

This text has white color on #9FD58D background.


Related colors

Complementary color

Complementary color for #hex is #602A72.


I love getcolorcode.com

Triadic colors

1 #8D9FD5 and #D58D9F with #9FD58D are triadic colors.

2 #8DD59F and #D59F8D with #9FD58D are triadic colors.