COLOR #96C794

HEX: #96C794
RGB: (150,199,148)

Renk bilgisi

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

RGB renk modeli

#96C794 color RGB value is (150,199,148).

  • kırmız ton 150;
  • yeşil ton 199;
  • mavi ton 148.
RGB:
(150,199,148)
(59%,78%,58%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 199 of 255 = 78%
B 148 of 255 = 58%

150
199
148

R + G + B ~ 65%. #96C794 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 199 + 148 = 497 (100%)
R 150 of 497 ~ 30.18%
G 199 of 497 ~ 40.04%
B 148 of 497 ~ 29.78%

%30.18
%40.04
%29.78

CMYK RENK MODELİ

#96C794 rengi CMYK tonu (25,0,26,22).

  • camgöbeği tonu 24.62%
  • eflatun tonu 0.00%
  • sarı tonu 25.63%
  • ana renk tonu 21.96%
CMYK:
(25,0,26,22)
C25M0Y26K22 
(25%,0%,26%,22%)
(0.25/0.00/0.26/0.22)	

CMYK yüzdeleri

%24.62
%0
%25.63
%21.96

Codes

Color #96C794 in popluar color models

96C794
RGB150199148
HSL118°31.29%68.04%
HSB/HSV118°25.63%78.04%
CMYK24.62%0.00%25.63%
21.96%

Color #96C794 in popluar number systems.

HEX96C794
Decimal150199148
Binary100101101100011110010100
Octal226307224

Shades and tints

Shades of #96C794

#96C794
(150,199,148)
#89B587
(137,181,135)
#7CA37A
(124,163,122)
#6F916D
(111,145,109)
#627F60
(98,127,96)
#556D53
(85,109,83)
#485B46
(72,91,70)
#3B4939
(59,73,57)
#2E372C
(46,55,44)
#21251F
(33,37,31)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #96C794

#96C794
(150,199,148)
#9FCC9D
(159,204,157)
#A8D1A6
(168,209,166)
#B1D6AF
(177,214,175)
#BADBB8
(186,219,184)
#C3E0C1
(195,224,193)
#CCE5CA
(204,229,202)
#D5EAD3
(213,234,211)
#DEEFDC
(222,239,220)
#E7F4E5
(231,244,229)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C794; }

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

This text font color is #96C794.


Background Color

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

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

This div background color is #96C794.


Border color

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

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

This div border color is #96C794.


Opacity

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

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

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

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

This text has shadow with #96C794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C794 on black background.


Color preview on white background

This text has color #96C794 on white background.



Black color preview on #96C794 background

This text has black color on #96C794 background.


White color preview on #96C794 background

This text has white color on #96C794 background.