COLOR #96CA01

HEX: #96CA01
RGB: (150,202,1)

Renk bilgisi

#96CA01 contains mainly red and green colors. #96CA01 ‘ nin web güvenlik rengi #99CC00 (ya da #9C0) dir.

RGB renk modeli

#96CA01 color RGB value is (150,202,1).

  • kırmız ton 150;
  • yeşil ton 202;
  • mavi ton 1.
RGB:
(150,202,1)
(59%,79%,0%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 202 of 255 = 79%
B 1 of 255 = 0%

150
202
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 202 + 1 = 353 (100%)
R 150 of 353 ~ 42.49%
G 202 of 353 ~ 57.22%
B 1 of 353 ~ 0.28%

%42.49
%57.22

CMYK RENK MODELİ

#96CA01 rengi CMYK tonu (26,0,100,21).

  • camgöbeği tonu 25.74%
  • eflatun tonu 0.00%
  • sarı tonu 99.50%
  • ana renk tonu 20.78%
CMYK:
(26,0,100,21)
C26M0Y100K21 
(26%,0%,100%,21%)
(0.26/0.00/1.00/0.21)	

CMYK yüzdeleri

%25.74
%0
%99.5
%20.78

Codes

Color #96CA01 in popluar color models

96CA01
RGB1502021
HSL76°99.01%39.80%
HSB/HSV76°99.50%79.22%
CMYK25.74%0.00%99.50%
20.78%

Color #96CA01 in popluar number systems.

HEX96CA01
Decimal1502021
Binary10010110110010101
Octal2263121

Shades and tints

Shades of #96CA01

#96CA01
(150,202,1)
#89B801
(137,184,1)
#7CA601
(124,166,1)
#6F9401
(111,148,1)
#628201
(98,130,1)
#557001
(85,112,1)
#485E01
(72,94,1)
#3B4C01
(59,76,1)
#2E3A01
(46,58,1)
#212801
(33,40,1)
#141601
(20,22,1)
#000000
(0,0,0)

Tints of #96CA01

#96CA01
(150,202,1)
#9FCE18
(159,206,24)
#A8D22F
(168,210,47)
#B1D646
(177,214,70)
#BADA5D
(186,218,93)
#C3DE74
(195,222,116)
#CCE28B
(204,226,139)
#D5E6A2
(213,230,162)
#DEEAB9
(222,234,185)
#E7EED0
(231,238,208)
#F0F2E7
(240,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CA01 color. Also use rgb(150,202,1) instead hex code.

Text Font Color

.myTextColor { color: #96CA01; }

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

This text font color is #96CA01.


Background Color

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

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

This div background color is #96CA01.


Border color

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

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

This div border color is #96CA01.


Opacity

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

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

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

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

This text has shadow with #96CA01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CA01 on black background.


Color preview on white background

This text has color #96CA01 on white background.



Black color preview on #96CA01 background

This text has black color on #96CA01 background.


White color preview on #96CA01 background

This text has white color on #96CA01 background.