COLOR #96E396

HEX: #96E396
RGB: (150,227,150)

Renk bilgisi

#96E396 contains mainly green color. #96E396 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#96E396 color RGB value is (150,227,150).

  • kırmız ton 150;
  • yeşil ton 227;
  • mavi ton 150.
RGB:
(150,227,150)
(59%,89%,59%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 227 of 255 = 89%
B 150 of 255 = 59%

150
227
150

R + G + B ~ 69%. #96E396 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 227 + 150 = 527 (100%)
R 150 of 527 ~ 28.46%
G 227 of 527 ~ 43.07%
B 150 of 527 ~ 28.46%

%28.46
%43.07
%28.46

CMYK RENK MODELİ

#96E396 rengi CMYK tonu (34,0,34,11).

  • camgöbeği tonu 33.92%
  • eflatun tonu 0.00%
  • sarı tonu 33.92%
  • ana renk tonu 10.98%
CMYK:
(34,0,34,11)
C34M0Y34K11 
(34%,0%,34%,11%)
(0.34/0.00/0.34/0.11)	

CMYK yüzdeleri

%33.92
%0
%33.92
%10.98

Codes

Color #96E396 in popluar color models

96E396
RGB150227150
HSL120°57.89%73.92%
HSB/HSV120°33.92%89.02%
CMYK33.92%0.00%33.92%
10.98%

Color #96E396 in popluar number systems.

HEX96E396
Decimal150227150
Binary100101101110001110010110
Octal226343226

Shades and tints

Shades of #96E396

#96E396
(150,227,150)
#89CF89
(137,207,137)
#7CBB7C
(124,187,124)
#6FA76F
(111,167,111)
#629362
(98,147,98)
#557F55
(85,127,85)
#486B48
(72,107,72)
#3B573B
(59,87,59)
#2E432E
(46,67,46)
#212F21
(33,47,33)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #96E396

#96E396
(150,227,150)
#9FE59F
(159,229,159)
#A8E7A8
(168,231,168)
#B1E9B1
(177,233,177)
#BAEBBA
(186,235,186)
#C3EDC3
(195,237,195)
#CCEFCC
(204,239,204)
#D5F1D5
(213,241,213)
#DEF3DE
(222,243,222)
#E7F5E7
(231,245,231)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96E396; }

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

This text font color is #96E396.


Background Color

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

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

This div background color is #96E396.


Border color

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

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

This div border color is #96E396.


Opacity

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

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

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

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

This text has shadow with #96E396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E396 on black background.


Color preview on white background

This text has color #96E396 on white background.



Black color preview on #96E396 background

This text has black color on #96E396 background.


White color preview on #96E396 background

This text has white color on #96E396 background.