COLOR #9CC71B

HEX: #9CC71B
RGB: (156,199,27)

Renk bilgisi

#9CC71B contains mainly red and green colors. #9CC71B ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#9CC71B color RGB value is (156,199,27).

  • kırmız ton 156;
  • yeşil ton 199;
  • mavi ton 27.
RGB:
(156,199,27)
(61%,78%,11%)

RGB bağlantıları ve doygunluk

R 156 of 255 = 61%
G 199 of 255 = 78%
B 27 of 255 = 11%

156
199
27

R + G + B ~ 50%. #9CC71B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
156 + 199 + 27 = 382 (100%)
R 156 of 382 ~ 40.84%
G 199 of 382 ~ 52.09%
B 27 of 382 ~ 7.07%

%40.84
%52.09

CMYK RENK MODELİ

#9CC71B rengi CMYK tonu (22,0,86,22).

  • camgöbeği tonu 21.61%
  • eflatun tonu 0.00%
  • sarı tonu 86.43%
  • ana renk tonu 21.96%
CMYK:
(22,0,86,22)
C22M0Y86K22 
(22%,0%,86%,22%)
(0.22/0.00/0.86/0.22)	

CMYK yüzdeleri

%21.61
%0
%86.43
%21.96

Codes

Color #9CC71B in popluar color models

9CC71B
RGB15619927
HSL75°76.11%44.31%
HSB/HSV75°86.43%78.04%
CMYK21.61%0.00%86.43%
21.96%

Color #9CC71B in popluar number systems.

HEX9CC71B
Decimal15619927
Binary100111001100011111011
Octal23430733

Shades and tints

Shades of #9CC71B

#9CC71B
(156,199,27)
#8EB519
(142,181,25)
#80A317
(128,163,23)
#729115
(114,145,21)
#647F13
(100,127,19)
#566D11
(86,109,17)
#485B0F
(72,91,15)
#3A490D
(58,73,13)
#2C370B
(44,55,11)
#1E2509
(30,37,9)
#101307
(16,19,7)
#000000
(0,0,0)

Tints of #9CC71B

#9CC71B
(156,199,27)
#A5CC2F
(165,204,47)
#AED143
(174,209,67)
#B7D657
(183,214,87)
#C0DB6B
(192,219,107)
#C9E07F
(201,224,127)
#D2E593
(210,229,147)
#DBEAA7
(219,234,167)
#E4EFBB
(228,239,187)
#EDF4CF
(237,244,207)
#F6F9E3
(246,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC71B color. Also use rgb(156,199,27) instead hex code.

Text Font Color

.myTextColor { color: #9CC71B; }

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

This text font color is #9CC71B.


Background Color

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

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

This div background color is #9CC71B.


Border color

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

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

This div border color is #9CC71B.


Opacity

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

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

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

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

This text has shadow with #9CC71B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC71B on black background.


Color preview on white background

This text has color #9CC71B on white background.



Black color preview on #9CC71B background

This text has black color on #9CC71B background.


White color preview on #9CC71B background

This text has white color on #9CC71B background.