COLOR #96CC4E

HEX: #96CC4E
RGB: (150,204,78)

Renk bilgisi

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

RGB renk modeli

#96CC4E color RGB value is (150,204,78).

  • kırmız ton 150;
  • yeşil ton 204;
  • mavi ton 78.
RGB:
(150,204,78)
(59%,80%,31%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 204 of 255 = 80%
B 78 of 255 = 31%

150
204
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 204 + 78 = 432 (100%)
R 150 of 432 ~ 34.72%
G 204 of 432 ~ 47.22%
B 78 of 432 ~ 18.06%

%34.72
%47.22
%18.06

CMYK RENK MODELİ

#96CC4E rengi CMYK tonu (26,0,62,20).

  • camgöbeği tonu 26.47%
  • eflatun tonu 0.00%
  • sarı tonu 61.76%
  • ana renk tonu 20.00%
CMYK:
(26,0,62,20)
C26M0Y62K20 
(26%,0%,62%,20%)
(0.26/0.00/0.62/0.20)	

CMYK yüzdeleri

%26.47
%0
%61.76
%20

Codes

Color #96CC4E in popluar color models

96CC4E
RGB15020478
HSL86°55.26%55.29%
HSB/HSV86°61.76%80.00%
CMYK26.47%0.00%61.76%
20.00%

Color #96CC4E in popluar number systems.

HEX96CC4E
Decimal15020478
Binary10010110110011001001110
Octal226314116

Shades and tints

Shades of #96CC4E

#96CC4E
(150,204,78)
#89BA47
(137,186,71)
#7CA840
(124,168,64)
#6F9639
(111,150,57)
#628432
(98,132,50)
#55722B
(85,114,43)
#486024
(72,96,36)
#3B4E1D
(59,78,29)
#2E3C16
(46,60,22)
#212A0F
(33,42,15)
#141808
(20,24,8)
#000000
(0,0,0)

Tints of #96CC4E

#96CC4E
(150,204,78)
#9FD05E
(159,208,94)
#A8D46E
(168,212,110)
#B1D87E
(177,216,126)
#BADC8E
(186,220,142)
#C3E09E
(195,224,158)
#CCE4AE
(204,228,174)
#D5E8BE
(213,232,190)
#DEECCE
(222,236,206)
#E7F0DE
(231,240,222)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CC4E; }

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

This text font color is #96CC4E.


Background Color

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

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

This div background color is #96CC4E.


Border color

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

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

This div border color is #96CC4E.


Opacity

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

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

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

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

This text has shadow with #96CC4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CC4E on black background.


Color preview on white background

This text has color #96CC4E on white background.



Black color preview on #96CC4E background

This text has black color on #96CC4E background.


White color preview on #96CC4E background

This text has white color on #96CC4E background.