COLOR #9FD68A

HEX: #9FD68A RGB: (159,214,138)

Color info

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

RGB color model

#9FD68A color RGB value is (159,214,138).

RGB: (159,214,138) (62%, 84%, 54%)

RGB channels and saturation

R 159 of 255 = 62%
G 214 of 255 = 84%
B 138 of 255 = 54%

159
214
138

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

Portions of RGB colors in percentages

R + G + B = 159 + 214 + 138 = 511 (100%)
R 159 of 511 ~ 31.12%
G 214 of 511 ~ 41.88%
B 138 of 511 ~ 27.01'%

%31.12
%41.88
%27.01

CMYK color model

#9FD68A color CMYK value is (26,0,36,16).

  • cyan value is 25.70%
  • magenta value is 0.00%
  • yellow value is 35.51%
  • key color value is 16.08%

CMYK: (26,0,36,16)
C26M0Y36K16 (26%, 0%, 36%, 16%)
(0.26 / 0.00 / 0.36 / 0.16)

CMYK percentages

%25.7
%0
%35.51
%16.08

Codes

Color #9FD68A in popluar color models

9F D6 8A
RGB 159 214 138
HSL 103° 48.10% 69.02%
HSB/HSV 103° 35.51% 83.92%
CMYK 25.70% 0.00% 35.51%
16.08%

Color #9FD68A in popluar number systems.

HEX 9F D6 8A
Decimal 159 214 138
Binary 10011111 11010110 10001010
Octal 237 326 212

Shades and tints

Shades of #9FD68A

#9FD68A
(159,214,138)
#91C37E
(145,195,126)
#83B072
(131,176,114)
#759D66
(117,157,102)
#678A5A
(103,138,90)
#59774E
(89,119,78)
#4B6442
(75,100,66)
#3D5136
(61,81,54)
#2F3E2A
(47,62,42)
#212B1E
(33,43,30)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #9FD68A

#9FD68A
(159,214,138)
#A7D994
(167,217,148)
#AFDC9E
(175,220,158)
#B7DFA8
(183,223,168)
#BFE2B2
(191,226,178)
#C7E5BC
(199,229,188)
#CFE8C6
(207,232,198)
#D7EBD0
(215,235,208)
#DFEEDA
(223,238,218)
#E7F1E4
(231,241,228)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD68A; }

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

This text font color is #9FD68A.

Background Color

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

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

This div background color is #9FD68A.

Border color

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

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

This div border color is #9FD68A.

Opacity

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

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

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

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

This text has shadow with #9FD68A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD68A.

Preview

Color preview on black background

This text has color #9FD68A on black background.


Color preview on white background

This text has color #9FD68A on white background.


Black color preview on #9FD68A background

This text has black color on #9FD68A background.


White color preview on #9FD68A background

This text has white color on #9FD68A background.


Related colors

Complementary color

Complementary color for #hex is #602975.


I love getcolorcode.com

Triadic colors

1 #8A9FD6 and #D68A9F with #9FD68A are triadic colors.

2 #8AD69F and #D69F8A with #9FD68A are triadic colors.