COLOR #00FF99

HEX: #00FF99
RGB: (0,255,153)

Renk bilgisi

#00FF99 contains mainly green color. #00FF99 color is web safe color. It maybe written shortly as #0F9.

RGB renk modeli

#00FF99 color RGB value is (0,255,153).

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

RGB bağlantıları ve doygunluk

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

0
255
153

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

Yüzdelerle RGB renk parçaları

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

%62.5
%37.5

CMYK RENK MODELİ

#00FF99 rengi CMYK tonu (100,0,40,0).

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

CMYK yüzdeleri

%100
%0
%40
%0

Codes

Color #00FF99 in popluar color models

00FF99
RGB0255153
HSL156°100.00%50.00%
HSB/HSV156°100.00%100.00%
CMYK100.00%0.00%40.00%
0.00%

Color #00FF99 in popluar number systems.

HEX00FF99
Decimal0255153
Binary01111111110011001
Octal0377231

Shades and tints

Shades of #00FF99

#00FF99
(0,255,153)
#00E88C
(0,232,140)
#00D17F
(0,209,127)
#00BA72
(0,186,114)
#00A365
(0,163,101)
#008C58
(0,140,88)
#00754B
(0,117,75)
#005E3E
(0,94,62)
#004731
(0,71,49)
#003024
(0,48,36)
#001917
(0,25,23)
#000000
(0,0,0)

Tints of #00FF99

#00FF99
(0,255,153)
#17FFA2
(23,255,162)
#2EFFAB
(46,255,171)
#45FFB4
(69,255,180)
#5CFFBD
(92,255,189)
#73FFC6
(115,255,198)
#8AFFCF
(138,255,207)
#A1FFD8
(161,255,216)
#B8FFE1
(184,255,225)
#CFFFEA
(207,255,234)
#E6FFF3
(230,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00FF99; }

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

This text font color is #00FF99.


Background Color

.myBgColor { background-color: #00FF99; }

<div style="background-color:#00FF99">Inner text</div>

This div background color is #00FF99.


Border color

.myBorderColor { border: 1px solid #00FF99; }

<div style="border:3px solid #00FF99">Div</div>

This div border color is #00FF99.


Opacity

.myOpacity80 { color: #00FF99; opacity: 0.8; }

<p style="color:#00FF99;opacity:0.8;">80%</p>

Text with #00FF99 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 #00FF99;}

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

This text has shadow with #00FF99 color.

.textShadow {text-shadow: 3px 3px 1px #00FF99, 3px 3px 1px red;}

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

This text has shadow with #00FF99 primary color and red secondary color.


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

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

This text has shadow with #00FF99 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FF99 on black background.


Color preview on white background

This text has color #00FF99 on white background.



Black color preview on #00FF99 background

This text has black color on #00FF99 background.


White color preview on #00FF99 background

This text has white color on #00FF99 background.