COLOR #9FD471

HEX: #9FD471
RGB: (159,212,113)

Renk bilgisi

#9FD471 contains mainly red and green colors. #9FD471 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#9FD471 color RGB value is (159,212,113).

  • kırmız ton 159;
  • yeşil ton 212;
  • mavi ton 113.
RGB:
(159,212,113)
(62%,83%,44%)

RGB bağlantıları ve doygunluk

R 159 of 255 = 62%
G 212 of 255 = 83%
B 113 of 255 = 44%

159
212
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
159 + 212 + 113 = 484 (100%)
R 159 of 484 ~ 32.85%
G 212 of 484 ~ 43.8%
B 113 of 484 ~ 23.35%

%32.85
%43.8
%23.35

CMYK RENK MODELİ

#9FD471 rengi CMYK tonu (25,0,47,17).

  • camgöbeği tonu 25.00%
  • eflatun tonu 0.00%
  • sarı tonu 46.70%
  • ana renk tonu 16.86%
CMYK:
(25,0,47,17)
C25M0Y47K17 
(25%,0%,47%,17%)
(0.25/0.00/0.47/0.17)	

CMYK yüzdeleri

%25
%0
%46.7
%16.86

Codes

Color #9FD471 in popluar color models

9FD471
RGB159212113
HSL92°53.51%63.73%
HSB/HSV92°46.70%83.14%
CMYK25.00%0.00%46.70%
16.86%

Color #9FD471 in popluar number systems.

HEX9FD471
Decimal159212113
Binary10011111110101001110001
Octal237324161

Shades and tints

Shades of #9FD471

#9FD471
(159,212,113)
#91C167
(145,193,103)
#83AE5D
(131,174,93)
#759B53
(117,155,83)
#678849
(103,136,73)
#59753F
(89,117,63)
#4B6235
(75,98,53)
#3D4F2B
(61,79,43)
#2F3C21
(47,60,33)
#212917
(33,41,23)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #9FD471

#9FD471
(159,212,113)
#A7D77D
(167,215,125)
#AFDA89
(175,218,137)
#B7DD95
(183,221,149)
#BFE0A1
(191,224,161)
#C7E3AD
(199,227,173)
#CFE6B9
(207,230,185)
#D7E9C5
(215,233,197)
#DFECD1
(223,236,209)
#E7EFDD
(231,239,221)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD471 color. Also use rgb(159,212,113) instead hex code.

Text Font Color

.myTextColor { color: #9FD471; }

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

This text font color is #9FD471.


Background Color

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

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

This div background color is #9FD471.


Border color

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

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

This div border color is #9FD471.


Opacity

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

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

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

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

This text has shadow with #9FD471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD471 on black background.


Color preview on white background

This text has color #9FD471 on white background.



Black color preview on #9FD471 background

This text has black color on #9FD471 background.


White color preview on #9FD471 background

This text has white color on #9FD471 background.