COLOR #9FDE68

HEX: #9FDE68 RGB: (159,222,104)

Color info

#9FDE68 contains mainly green color. Web safe color of #9FDE68 is #99CC66 (or #9C6).

RGB color model

#9FDE68 color RGB value is (159,222,104).

RGB: (159,222,104) (62%, 87%, 41%)

RGB channels and saturation

R 159 of 255 = 62%
G 222 of 255 = 87%
B 104 of 255 = 41%

159
222
104

R + G + B ~ 63%. #9FDE68 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 222 + 104 = 485 (100%)
R 159 of 485 ~ 32.78%
G 222 of 485 ~ 45.77%
B 104 of 485 ~ 21.44'%

%32.78
%45.77
%21.44

CMYK color model

#9FDE68 color CMYK value is (28,0,53,13).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 53.15%
  • key color value is 12.94%
CMYK: (28,0,53,13) C28M0Y53K13 (28%,0%,53%,13%) (0.28/0.00/0.53/0.13) 

CMYK percentages

%28.38
%0
%53.15
%12.94

Codes

Color #9FDE68 in popluar color models

9F DE 68
RGB 159 222 104
HSL 92° 64.13% 63.92%
HSB/HSV 92° 53.15% 87.06%
CMYK 28.38% 0.00% 53.15%
12.94%

Color #9FDE68 in popluar number systems.

HEX 9F DE 68
Decimal 159 222 104
Binary 10011111 11011110 1101000
Octal 237 336 150

Shades and tints

Shades of #9FDE68

#9FDE68
(159,222,104)
#91CA5F
(145,202,95)
#83B656
(131,182,86)
#75A24D
(117,162,77)
#678E44
(103,142,68)
#597A3B
(89,122,59)
#4B6632
(75,102,50)
#3D5229
(61,82,41)
#2F3E20
(47,62,32)
#212A17
(33,42,23)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #9FDE68

#9FDE68
(159,222,104)
#A7E175
(167,225,117)
#AFE482
(175,228,130)
#B7E78F
(183,231,143)
#BFEA9C
(191,234,156)
#C7EDA9
(199,237,169)
#CFF0B6
(207,240,182)
#D7F3C3
(215,243,195)
#DFF6D0
(223,246,208)
#E7F9DD
(231,249,221)
#EFFCEA
(239,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDE68 color. Also use rgb(159,222,104) instead hex code.

Text Font Color

.myTextColor { color: #9FDE68; }

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

This text font color is #9FDE68.

Background Color

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

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

This div background color is #9FDE68.

Border color

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

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

This div border color is #9FDE68.

Opacity

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

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

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

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

This text has shadow with #9FDE68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FDE68.

Preview

Color preview on black background

This text has color #9FDE68 on black background.


Color preview on white background

This text has color #9FDE68 on white background.


Black color preview on #9FDE68 background

This text has black color on #9FDE68 background.


White color preview on #9FDE68 background

This text has white color on #9FDE68 background.


Related colors

Complementary color

Complementary color for #hex is #602197.


I love getcolorcode.com

Triadic colors

1 #689FDE and #DE689F with #9FDE68 are triadic colors.

2 #68DE9F and #DE9F68 with #9FDE68 are triadic colors.