COLOR #00FF99

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

Color info

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

RGB color model

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

RGB: (0,255,153) (0%, 100%, 60%)

RGB channels and saturation

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).

Portions of RGB colors in percentages

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 color model

#00FF99 color CMYK value is (100,0,40,0).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 0.00%

CMYK: (100,0,40,0)
C100M0Y40K0 (100%, 0%, 40%, 0%)
(1.00 / 0.00 / 0.40 / 0.00)

CMYK percentages

%100
%0
%40
%0

Codes

Color #00FF99 in popluar color models

00 FF 99
RGB 0 255 153
HSL 156° 100.00% 50.00%
HSB/HSV 156° 100.00% 100.00%
CMYK 100.00% 0.00% 40.00%
0.00%

Color #00FF99 in popluar number systems.

HEX 00 FF 99
Decimal 0 255 153
Binary 0 11111111 10011001
Octal 0 377 231

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.


Related colors

Complementary color

Complementary color for #hex is #FF0066.


I love getcolorcode.com

Triadic colors

1 #9900FF and #FF9900 with #00FF99 are triadic colors.

2 #99FF00 and #FF0099 with #00FF99 are triadic colors.