COLOR #99FF00

HEX: #99FF00
RGB: (153,255,0)

Renk bilgisi

#99FF00 contains mainly green color. #99FF00 color is web safe color. It maybe written shortly as #9F0.

RGB renk modeli

#99FF00 color RGB value is (153,255,0).

  • kırmız ton 153;
  • yeşil ton 255;
  • mavi ton 0.
RGB:
(153,255,0)
(60%,100%,0%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 255 of 255 = 100%
B 0 of 255 = 0%

153
255
0

R + G + B ~ 53%. #99FF00 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 255 + 0 = 408 (100%)
R 153 of 408 ~ 37.5%
G 255 of 408 ~ 62.5%
B 0 of 408 ~ 0%

%37.5
%62.5

CMYK RENK MODELİ

#99FF00 rengi CMYK tonu (40,0,100,0).

  • camgöbeği tonu 40.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 0.00%
CMYK:
(40,0,100,0)
C40M0Y100K0 
(40%,0%,100%,0%)
(0.40/0.00/1.00/0.00)	

CMYK yüzdeleri

%40
%0
%100
%0

Codes

Color #99FF00 in popluar color models

99FF00
RGB1532550
HSL84°100.00%50.00%
HSB/HSV84°100.00%100.00%
CMYK40.00%0.00%100.00%
0.00%

Color #99FF00 in popluar number systems.

HEX99FF00
Decimal1532550
Binary10011001111111110
Octal2313770

Shades and tints

Shades of #99FF00

#99FF00
(153,255,0)
#8CE800
(140,232,0)
#7FD100
(127,209,0)
#72BA00
(114,186,0)
#65A300
(101,163,0)
#588C00
(88,140,0)
#4B7500
(75,117,0)
#3E5E00
(62,94,0)
#314700
(49,71,0)
#243000
(36,48,0)
#171900
(23,25,0)
#000000
(0,0,0)

Tints of #99FF00

#99FF00
(153,255,0)
#A2FF17
(162,255,23)
#ABFF2E
(171,255,46)
#B4FF45
(180,255,69)
#BDFF5C
(189,255,92)
#C6FF73
(198,255,115)
#CFFF8A
(207,255,138)
#D8FFA1
(216,255,161)
#E1FFB8
(225,255,184)
#EAFFCF
(234,255,207)
#F3FFE6
(243,255,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99FF00 color. Also use rgb(153,255,0) instead hex code.

Text Font Color

.myTextColor { color: #99FF00; }

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

This text font color is #99FF00.


Background Color

.myBgColor { background-color: #99FF00; }

<div style="background-color:#99FF00">Inner text</div>

This div background color is #99FF00.


Border color

.myBorderColor { border: 1px solid #99FF00; }

<div style="border:3px solid #99FF00">Div</div>

This div border color is #99FF00.


Opacity

.myOpacity80 { color: #99FF00; opacity: 0.8; }

<p style="color:#99FF00;opacity:0.8;">80%</p>

Text with #99FF00 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 #99FF00;}

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

This text has shadow with #99FF00 color.

.textShadow {text-shadow: 3px 3px 1px #99FF00, 3px 3px 1px red;}

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

This text has shadow with #99FF00 primary color and red secondary color.


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

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

This text has shadow with #99FF00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99FF00 on black background.


Color preview on white background

This text has color #99FF00 on white background.



Black color preview on #99FF00 background

This text has black color on #99FF00 background.


White color preview on #99FF00 background

This text has white color on #99FF00 background.