COLOR #9FD867

HEX: #9FD867 RGB: (159,216,103)

Color info

#9FD867 contains mainly red and green colors. Web safe color of #9FD867 is #99CC66 (or #9C6).

RGB color model

#9FD867 color RGB value is (159,216,103).

RGB: (159,216,103) (62%, 85%, 40%)

RGB channels and saturation

R 159 of 255 = 62%
G 216 of 255 = 85%
B 103 of 255 = 40%

159
216
103

R + G + B ~ 62%. #9FD867 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 216 + 103 = 478 (100%)
R 159 of 478 ~ 33.26%
G 216 of 478 ~ 45.19%
B 103 of 478 ~ 21.55'%

%33.26
%45.19
%21.55

CMYK color model

#9FD867 color CMYK value is (26,0,52,15).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 52.31%
  • key color value is 15.29%

CMYK: (26,0,52,15)
C26M0Y52K15 (26%, 0%, 52%, 15%)
(0.26 / 0.00 / 0.52 / 0.15)

CMYK percentages

%26.39
%0
%52.31
%15.29

Codes

Color #9FD867 in popluar color models

9F D8 67
RGB 159 216 103
HSL 90° 59.16% 62.55%
HSB/HSV 90° 52.31% 84.71%
CMYK 26.39% 0.00% 52.31%
15.29%

Color #9FD867 in popluar number systems.

HEX 9F D8 67
Decimal 159 216 103
Binary 10011111 11011000 1100111
Octal 237 330 147

Shades and tints

Shades of #9FD867

#9FD867
(159,216,103)
#91C55E
(145,197,94)
#83B255
(131,178,85)
#759F4C
(117,159,76)
#678C43
(103,140,67)
#59793A
(89,121,58)
#4B6631
(75,102,49)
#3D5328
(61,83,40)
#2F401F
(47,64,31)
#212D16
(33,45,22)
#131A0D
(19,26,13)
#000000
(0,0,0)

Tints of #9FD867

#9FD867
(159,216,103)
#A7DB74
(167,219,116)
#AFDE81
(175,222,129)
#B7E18E
(183,225,142)
#BFE49B
(191,228,155)
#C7E7A8
(199,231,168)
#CFEAB5
(207,234,181)
#D7EDC2
(215,237,194)
#DFF0CF
(223,240,207)
#E7F3DC
(231,243,220)
#EFF6E9
(239,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD867 color. Also use rgb(159,216,103) instead hex code.

Text Font Color

.myTextColor { color: #9FD867; }

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

This text font color is #9FD867.

Background Color

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

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

This div background color is #9FD867.

Border color

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

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

This div border color is #9FD867.

Opacity

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

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

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

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

This text has shadow with #9FD867 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD867.

Preview

Color preview on black background

This text has color #9FD867 on black background.


Color preview on white background

This text has color #9FD867 on white background.


Black color preview on #9FD867 background

This text has black color on #9FD867 background.


White color preview on #9FD867 background

This text has white color on #9FD867 background.


Related colors

Complementary color

Complementary color for #hex is #602798.


I love getcolorcode.com

Triadic colors

1 #679FD8 and #D8679F with #9FD867 are triadic colors.

2 #67D89F and #D89F67 with #9FD867 are triadic colors.