COLOR #9CC596

HEX: #9CC596
RGB: (156,197,150)

Renk bilgisi

#9CC596 contains red, green and blue colors in about the same proportion. #9CC596 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#9CC596 color RGB value is (156,197,150).

  • kırmız ton 156;
  • yeşil ton 197;
  • mavi ton 150.
RGB:
(156,197,150)
(61%,77%,59%)

RGB bağlantıları ve doygunluk

R 156 of 255 = 61%
G 197 of 255 = 77%
B 150 of 255 = 59%

156
197
150

R + G + B ~ 66%. #9CC596 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
156 + 197 + 150 = 503 (100%)
R 156 of 503 ~ 31.01%
G 197 of 503 ~ 39.17%
B 150 of 503 ~ 29.82%

%31.01
%39.17
%29.82

CMYK RENK MODELİ

#9CC596 rengi CMYK tonu (21,0,24,23).

  • camgöbeği tonu 20.81%
  • eflatun tonu 0.00%
  • sarı tonu 23.86%
  • ana renk tonu 22.75%
CMYK:
(21,0,24,23)
C21M0Y24K23 
(21%,0%,24%,23%)
(0.21/0.00/0.24/0.23)	

CMYK yüzdeleri

%20.81
%0
%23.86
%22.75

Codes

Color #9CC596 in popluar color models

9CC596
RGB156197150
HSL112°28.83%68.04%
HSB/HSV112°23.86%77.25%
CMYK20.81%0.00%23.86%
22.75%

Color #9CC596 in popluar number systems.

HEX9CC596
Decimal156197150
Binary100111001100010110010110
Octal234305226

Shades and tints

Shades of #9CC596

#9CC596
(156,197,150)
#8EB489
(142,180,137)
#80A37C
(128,163,124)
#72926F
(114,146,111)
#648162
(100,129,98)
#567055
(86,112,85)
#485F48
(72,95,72)
#3A4E3B
(58,78,59)
#2C3D2E
(44,61,46)
#1E2C21
(30,44,33)
#101B14
(16,27,20)
#000000
(0,0,0)

Tints of #9CC596

#9CC596
(156,197,150)
#A5CA9F
(165,202,159)
#AECFA8
(174,207,168)
#B7D4B1
(183,212,177)
#C0D9BA
(192,217,186)
#C9DEC3
(201,222,195)
#D2E3CC
(210,227,204)
#DBE8D5
(219,232,213)
#E4EDDE
(228,237,222)
#EDF2E7
(237,242,231)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC596 color. Also use rgb(156,197,150) instead hex code.

Text Font Color

.myTextColor { color: #9CC596; }

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

This text font color is #9CC596.


Background Color

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

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

This div background color is #9CC596.


Border color

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

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

This div border color is #9CC596.


Opacity

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

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

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

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

This text has shadow with #9CC596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC596 on black background.


Color preview on white background

This text has color #9CC596 on white background.



Black color preview on #9CC596 background

This text has black color on #9CC596 background.


White color preview on #9CC596 background

This text has white color on #9CC596 background.