COLOR #96EE0D

HEX: #96EE0D
RGB: (150,238,13)

Renk bilgisi

#96EE0D contains mainly green color. #96EE0D ‘ nin web güvenlik rengi #99FF00 (ya da #9F0) dir.

RGB renk modeli

#96EE0D color RGB value is (150,238,13).

  • kırmız ton 150;
  • yeşil ton 238;
  • mavi ton 13.
RGB:
(150,238,13)
(59%,93%,5%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 238 of 255 = 93%
B 13 of 255 = 5%

150
238
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 238 + 13 = 401 (100%)
R 150 of 401 ~ 37.41%
G 238 of 401 ~ 59.35%
B 13 of 401 ~ 3.24%

%37.41
%59.35

CMYK RENK MODELİ

#96EE0D rengi CMYK tonu (37,0,95,7).

  • camgöbeği tonu 36.97%
  • eflatun tonu 0.00%
  • sarı tonu 94.54%
  • ana renk tonu 6.67%
CMYK:
(37,0,95,7)
C37M0Y95K7 
(37%,0%,95%,7%)
(0.37/0.00/0.95/0.07)	

CMYK yüzdeleri

%36.97
%0
%94.54
%6.67

Codes

Color #96EE0D in popluar color models

96EE0D
RGB15023813
HSL83°89.64%49.22%
HSB/HSV83°94.54%93.33%
CMYK36.97%0.00%94.54%
6.67%

Color #96EE0D in popluar number systems.

HEX96EE0D
Decimal15023813
Binary10010110111011101101
Octal22635615

Shades and tints

Shades of #96EE0D

#96EE0D
(150,238,13)
#89D90C
(137,217,12)
#7CC40B
(124,196,11)
#6FAF0A
(111,175,10)
#629A09
(98,154,9)
#558508
(85,133,8)
#487007
(72,112,7)
#3B5B06
(59,91,6)
#2E4605
(46,70,5)
#213104
(33,49,4)
#141C03
(20,28,3)
#000000
(0,0,0)

Tints of #96EE0D

#96EE0D
(150,238,13)
#9FEF23
(159,239,35)
#A8F039
(168,240,57)
#B1F14F
(177,241,79)
#BAF265
(186,242,101)
#C3F37B
(195,243,123)
#CCF491
(204,244,145)
#D5F5A7
(213,245,167)
#DEF6BD
(222,246,189)
#E7F7D3
(231,247,211)
#F0F8E9
(240,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96EE0D; }

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

This text font color is #96EE0D.


Background Color

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

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

This div background color is #96EE0D.


Border color

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

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

This div border color is #96EE0D.


Opacity

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

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

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

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

This text has shadow with #96EE0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EE0D on black background.


Color preview on white background

This text has color #96EE0D on white background.



Black color preview on #96EE0D background

This text has black color on #96EE0D background.


White color preview on #96EE0D background

This text has white color on #96EE0D background.