COLOR #99AB00

HEX: #99AB00
RGB: (153,171,0)

Color info

#99AB00 contains only red and green colors. Web safe color of #99AB00 is #999900 (or #990).

RGB color model

#99AB00 color RGB value is (153,171,0).

  • red value is 153;
  • green value is 171;
  • blue value is 0.
RGB:
(153,171,0)
(60%,67%,0%)

RGB channels and saturation

R 153 of 255 = 60%
G 171 of 255 = 67%
B 0 of 255 = 0%

153
171
0

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

Portions of RGB colors in percentages

R + G + B =
153 + 171 + 0 = 324 (100%)
R 153 of 324 ~ 47.22%
G 171 of 324 ~ 52.78%
B 0 of 324 ~ 0%

%47.22
%52.78

CMYK color model

#99AB00 color CMYK value is (11,0,100,33).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 32.94%
CMYK:
(11,0,100,33)
C11M0Y100K33 
(11%,0%,100%,33%)
(0.11/0.00/1.00/0.33)	

CMYK percentages

%10.53
%0
%100
%32.94

Codes

Color #99AB00 in popluar color models

99AB00
RGB1531710
HSL66°100.00%33.53%
HSB/HSV66°100.00%67.06%
CMYK10.53%0.00%100.00%
32.94%

Color #99AB00 in popluar number systems.

HEX99AB00
Decimal1531710
Binary10011001101010110
Octal2312530

Shades and tints

Shades of #99AB00

#99AB00
(153,171,0)
#8C9C00
(140,156,0)
#7F8D00
(127,141,0)
#727E00
(114,126,0)
#656F00
(101,111,0)
#586000
(88,96,0)
#4B5100
(75,81,0)
#3E4200
(62,66,0)
#313300
(49,51,0)
#242400
(36,36,0)
#171500
(23,21,0)
#000000
(0,0,0)

Tints of #99AB00

#99AB00
(153,171,0)
#A2B217
(162,178,23)
#ABB92E
(171,185,46)
#B4C045
(180,192,69)
#BDC75C
(189,199,92)
#C6CE73
(198,206,115)
#CFD58A
(207,213,138)
#D8DCA1
(216,220,161)
#E1E3B8
(225,227,184)
#EAEACF
(234,234,207)
#F3F1E6
(243,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AB00; }

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

This text font color is #99AB00.


Background Color

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

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

This div background color is #99AB00.


Border color

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

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

This div border color is #99AB00.


Opacity

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

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

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

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

This text has shadow with #99AB00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AB00 on black background.


Color preview on white background

This text has color #99AB00 on white background.



Black color preview on #99AB00 background

This text has black color on #99AB00 background.


White color preview on #99AB00 background

This text has white color on #99AB00 background.