COLOR #96C966

HEX: #96C966
RGB: (150,201,102)

Renk bilgisi

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

RGB renk modeli

#96C966 color RGB value is (150,201,102).

  • kırmız ton 150;
  • yeşil ton 201;
  • mavi ton 102.
RGB:
(150,201,102)
(59%,79%,40%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 201 of 255 = 79%
B 102 of 255 = 40%

150
201
102

R + G + B ~ 59%. #96C966 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 201 + 102 = 453 (100%)
R 150 of 453 ~ 33.11%
G 201 of 453 ~ 44.37%
B 102 of 453 ~ 22.52%

%33.11
%44.37
%22.52

CMYK RENK MODELİ

#96C966 rengi CMYK tonu (25,0,49,21).

  • camgöbeği tonu 25.37%
  • eflatun tonu 0.00%
  • sarı tonu 49.25%
  • ana renk tonu 21.18%
CMYK:
(25,0,49,21)
C25M0Y49K21 
(25%,0%,49%,21%)
(0.25/0.00/0.49/0.21)	

CMYK yüzdeleri

%25.37
%0
%49.25
%21.18

Codes

Color #96C966 in popluar color models

96C966
RGB150201102
HSL91°47.83%59.41%
HSB/HSV91°49.25%78.82%
CMYK25.37%0.00%49.25%
21.18%

Color #96C966 in popluar number systems.

HEX96C966
Decimal150201102
Binary10010110110010011100110
Octal226311146

Shades and tints

Shades of #96C966

#96C966
(150,201,102)
#89B75D
(137,183,93)
#7CA554
(124,165,84)
#6F934B
(111,147,75)
#628142
(98,129,66)
#556F39
(85,111,57)
#485D30
(72,93,48)
#3B4B27
(59,75,39)
#2E391E
(46,57,30)
#212715
(33,39,21)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #96C966

#96C966
(150,201,102)
#9FCD73
(159,205,115)
#A8D180
(168,209,128)
#B1D58D
(177,213,141)
#BAD99A
(186,217,154)
#C3DDA7
(195,221,167)
#CCE1B4
(204,225,180)
#D5E5C1
(213,229,193)
#DEE9CE
(222,233,206)
#E7EDDB
(231,237,219)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C966 color. Also use rgb(150,201,102) instead hex code.

Text Font Color

.myTextColor { color: #96C966; }

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

This text font color is #96C966.


Background Color

.myBgColor { background-color: #96C966; }

<div style="background-color:#96C966">Inner text</div>

This div background color is #96C966.


Border color

.myBorderColor { border: 1px solid #96C966; }

<div style="border:3px solid #96C966">Div</div>

This div border color is #96C966.


Opacity

.myOpacity80 { color: #96C966; opacity: 0.8; }

<p style="color:#96C966;opacity:0.8;">80%</p>

Text with #96C966 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 #96C966;}

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

This text has shadow with #96C966 color.

.textShadow {text-shadow: 3px 3px 1px #96C966, 3px 3px 1px red;}

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

This text has shadow with #96C966 primary color and red secondary color.


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

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

This text has shadow with #96C966 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C966 on black background.


Color preview on white background

This text has color #96C966 on white background.



Black color preview on #96C966 background

This text has black color on #96C966 background.


White color preview on #96C966 background

This text has white color on #96C966 background.