COLOR #96E589

HEX: #96E589
RGB: (150,229,137)

Renk bilgisi

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

RGB renk modeli

#96E589 color RGB value is (150,229,137).

  • kırmız ton 150;
  • yeşil ton 229;
  • mavi ton 137.
RGB:
(150,229,137)
(59%,90%,54%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 229 of 255 = 90%
B 137 of 255 = 54%

150
229
137

R + G + B ~ 68%. #96E589 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 229 + 137 = 516 (100%)
R 150 of 516 ~ 29.07%
G 229 of 516 ~ 44.38%
B 137 of 516 ~ 26.55%

%29.07
%44.38
%26.55

CMYK RENK MODELİ

#96E589 rengi CMYK tonu (34,0,40,10).

  • camgöbeği tonu 34.50%
  • eflatun tonu 0.00%
  • sarı tonu 40.17%
  • ana renk tonu 10.20%
CMYK:
(34,0,40,10)
C34M0Y40K10 
(34%,0%,40%,10%)
(0.34/0.00/0.40/0.10)	

CMYK yüzdeleri

%34.5
%0
%40.17
%10.2

Codes

Color #96E589 in popluar color models

96E589
RGB150229137
HSL112°63.89%71.76%
HSB/HSV112°40.17%89.80%
CMYK34.50%0.00%40.17%
10.20%

Color #96E589 in popluar number systems.

HEX96E589
Decimal150229137
Binary100101101110010110001001
Octal226345211

Shades and tints

Shades of #96E589

#96E589
(150,229,137)
#89D17D
(137,209,125)
#7CBD71
(124,189,113)
#6FA965
(111,169,101)
#629559
(98,149,89)
#55814D
(85,129,77)
#486D41
(72,109,65)
#3B5935
(59,89,53)
#2E4529
(46,69,41)
#21311D
(33,49,29)
#141D11
(20,29,17)
#000000
(0,0,0)

Tints of #96E589

#96E589
(150,229,137)
#9FE793
(159,231,147)
#A8E99D
(168,233,157)
#B1EBA7
(177,235,167)
#BAEDB1
(186,237,177)
#C3EFBB
(195,239,187)
#CCF1C5
(204,241,197)
#D5F3CF
(213,243,207)
#DEF5D9
(222,245,217)
#E7F7E3
(231,247,227)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96E589; }

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

This text font color is #96E589.


Background Color

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

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

This div background color is #96E589.


Border color

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

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

This div border color is #96E589.


Opacity

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

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

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

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

This text has shadow with #96E589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E589 on black background.


Color preview on white background

This text has color #96E589 on white background.



Black color preview on #96E589 background

This text has black color on #96E589 background.


White color preview on #96E589 background

This text has white color on #96E589 background.