COLOR #95C296

HEX: #95C296
RGB: (149,194,150)

Renk bilgisi

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

RGB renk modeli

#95C296 color RGB value is (149,194,150).

  • kırmız ton 149;
  • yeşil ton 194;
  • mavi ton 150.
RGB:
(149,194,150)
(58%,76%,59%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 194 of 255 = 76%
B 150 of 255 = 59%

149
194
150

R + G + B ~ 64%. #95C296 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 194 + 150 = 493 (100%)
R 149 of 493 ~ 30.22%
G 194 of 493 ~ 39.35%
B 150 of 493 ~ 30.43%

%30.22
%39.35
%30.43

CMYK RENK MODELİ

#95C296 rengi CMYK tonu (23,0,23,24).

  • camgöbeği tonu 23.20%
  • eflatun tonu 0.00%
  • sarı tonu 22.68%
  • ana renk tonu 23.92%
CMYK:
(23,0,23,24)
C23M0Y23K24 
(23%,0%,23%,24%)
(0.23/0.00/0.23/0.24)	

CMYK yüzdeleri

%23.2
%0
%22.68
%23.92

Codes

Color #95C296 in popluar color models

95C296
RGB149194150
HSL121°26.95%67.25%
HSB/HSV121°23.20%76.08%
CMYK23.20%0.00%22.68%
23.92%

Color #95C296 in popluar number systems.

HEX95C296
Decimal149194150
Binary100101011100001010010110
Octal225302226

Shades and tints

Shades of #95C296

#95C296
(149,194,150)
#88B189
(136,177,137)
#7BA07C
(123,160,124)
#6E8F6F
(110,143,111)
#617E62
(97,126,98)
#546D55
(84,109,85)
#475C48
(71,92,72)
#3A4B3B
(58,75,59)
#2D3A2E
(45,58,46)
#202921
(32,41,33)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #95C296

#95C296
(149,194,150)
#9EC79F
(158,199,159)
#A7CCA8
(167,204,168)
#B0D1B1
(176,209,177)
#B9D6BA
(185,214,186)
#C2DBC3
(194,219,195)
#CBE0CC
(203,224,204)
#D4E5D5
(212,229,213)
#DDEADE
(221,234,222)
#E6EFE7
(230,239,231)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C296 color. Also use rgb(149,194,150) instead hex code.

Text Font Color

.myTextColor { color: #95C296; }

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

This text font color is #95C296.


Background Color

.myBgColor { background-color: #95C296; }

<div style="background-color:#95C296">Inner text</div>

This div background color is #95C296.


Border color

.myBorderColor { border: 1px solid #95C296; }

<div style="border:3px solid #95C296">Div</div>

This div border color is #95C296.


Opacity

.myOpacity80 { color: #95C296; opacity: 0.8; }

<p style="color:#95C296;opacity:0.8;">80%</p>

Text with #95C296 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 #95C296;}

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

This text has shadow with #95C296 color.

.textShadow {text-shadow: 3px 3px 1px #95C296, 3px 3px 1px red;}

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

This text has shadow with #95C296 primary color and red secondary color.


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

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

This text has shadow with #95C296 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C296 on black background.


Color preview on white background

This text has color #95C296 on white background.



Black color preview on #95C296 background

This text has black color on #95C296 background.


White color preview on #95C296 background

This text has white color on #95C296 background.