Color Hex Logo

#99aa33 Color Hex

#99AA33
(153,170,51)
2 Favorites   0 Comments

Color spaces of #99aa33

RGB 15317051
HSL0.190.540.43
HSV69°70°67°
CMYK 0.100.000.70   0.33
XYZ28.109135.76088.5530
Yxy35.76080.38810.4938
Hunter Lab59.8003-20.746833.3802
CIE-Lab66.3368-21.775656.3056

#99aa33 color RGB value is (153,170,51). This hex color code is also a web safe color which is equal to #9A3.

#99aa33 hex color red value is 153, green value is 170 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #99aa33 hue: 0.19 , saturation: 0.54 and the lightness value of 99aa33 is 0.43.

The process color (four color CMYK) of #99aa33 color hex is 0.10, 0.00, 0.70, 0.33. Web safe color of #99aa33 is #999933. Color #99aa33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101010 00110011
Octal 231 252 63
Decimal 153 170 51
Hex 99 AA 33

RGB Percentages of Color #99aa33

%40.91
%45.45
%13.64

CMYK Percentages of Color #99aa33

%10
%0
%70
%33

Triadic Colors of #99aa33

#99aa33 #3399aa #aa3399

Analogous Colors of #99aa33

#99aa33 #5daa33 #aa8033

Monochromatic Colors of #99aa33

#99aa33

Complementary Color

#99aa33 #4433aa

#99aa33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aa33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aa33 Color CSS Codes

.mybgcolor {background-color:#99aa33; } 
.myforecolor {color:#99aa33; }
.mybordercolor {border:3px solid #99aa33; }

#99aa33 Text Font Color

<p style="color:#99aa33">Text here</p>

This sample text font color is #99aa33
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#99aa33 Background Color

<div style="background-color:#99aa33">
Div content here</div>

This div background color is #99aa33


#99aa33 Border Color

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

This div border color is #99aa33


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,170,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99aa33; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99aa33;
  -webkit-box-shadow: 1px 1px 3px 2px #99aa33;
  box-shadow:         1px 1px 3px 2px #99aa33; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,170,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #99aa33">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #99aa33;
  -webkit-box-shadow: 1px 1px 3px 2px #99aa33;
  box-shadow:         1px 1px 3px 2px #99aa33;">
Div content here</div>

This div box has shadow with color #99aa33


Comments

No comments written yet.

Please login to write comment.