COLOR #9FDB7A

HEX: #9FDB7A RGB: (159,219,122)

Color info

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

RGB color model

#9FDB7A color RGB value is (159,219,122).

RGB: (159,219,122) (62%, 86%, 48%)

RGB channels and saturation

R 159 of 255 = 62%
G 219 of 255 = 86%
B 122 of 255 = 48%

159
219
122

R + G + B ~ 65%. #9FDB7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 219 + 122 = 500 (100%)
R 159 of 500 ~ 31.8%
G 219 of 500 ~ 43.8%
B 122 of 500 ~ 24.4'%

%31.8
%43.8
%24.4

CMYK color model

#9FDB7A color CMYK value is (27,0,44,14).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 44.29%
  • key color value is 14.12%
CMYK: (27,0,44,14) C27M0Y44K14 (27%,0%,44%,14%) (0.27/0.00/0.44/0.14) 

CMYK percentages

%27.4
%0
%44.29
%14.12

Codes

Color #9FDB7A in popluar color models

9F DB 7A
RGB 159 219 122
HSL 97° 57.40% 66.86%
HSB/HSV 97° 44.29% 85.88%
CMYK 27.40% 0.00% 44.29%
14.12%

Color #9FDB7A in popluar number systems.

HEX 9F DB 7A
Decimal 159 219 122
Binary 10011111 11011011 1111010
Octal 237 333 172

Shades and tints

Shades of #9FDB7A

#9FDB7A
(159,219,122)
#91C86F
(145,200,111)
#83B564
(131,181,100)
#75A259
(117,162,89)
#678F4E
(103,143,78)
#597C43
(89,124,67)
#4B6938
(75,105,56)
#3D562D
(61,86,45)
#2F4322
(47,67,34)
#213017
(33,48,23)
#131D0C
(19,29,12)
#000000
(0,0,0)

Tints of #9FDB7A

#9FDB7A
(159,219,122)
#A7DE86
(167,222,134)
#AFE192
(175,225,146)
#B7E49E
(183,228,158)
#BFE7AA
(191,231,170)
#C7EAB6
(199,234,182)
#CFEDC2
(207,237,194)
#D7F0CE
(215,240,206)
#DFF3DA
(223,243,218)
#E7F6E6
(231,246,230)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDB7A color. Also use rgb(159,219,122) instead hex code.

Text Font Color

.myTextColor { color: #9FDB7A; }

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

This text font color is #9FDB7A.

Background Color

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

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

This div background color is #9FDB7A.

Border color

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

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

This div border color is #9FDB7A.

Opacity

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

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

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

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

This text has shadow with #9FDB7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FDB7A.

Preview

Color preview on black background

This text has color #9FDB7A on black background.


Color preview on white background

This text has color #9FDB7A on white background.


Black color preview on #9FDB7A background

This text has black color on #9FDB7A background.


White color preview on #9FDB7A background

This text has white color on #9FDB7A background.


Related colors

Complementary color

Complementary color for #hex is #602485.


I love getcolorcode.com

Triadic colors

1 #7A9FDB and #DB7A9F with #9FDB7A are triadic colors.

2 #7ADB9F and #DB9F7A with #9FDB7A are triadic colors.