COLOR #99FF00

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

Portions of RGB colors in percentages

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

#99FF00 color CMYK value is (40,0,100,0).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 0.00%
CMYK: (40,0,100,0) C40M0Y100K0 (40%,0%,100%,0%) (0.40/0.00/1.00/0.00) 

CMYK percentages

%40
%0
%100
%0

Codes

Color #99FF00 in popluar color models

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

Color #99FF00 in popluar number systems.

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

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.


Related colors

Complementary color

Complementary color for #hex is #6600FF.


I love getcolorcode.com

Triadic colors

1 #0099FF and #FF0099 with #99FF00 are triadic colors.

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