Color Hex Logo

#99a42a Color Hex

#99A42A
(153,164,42)
0 Favorites   0 Comments

Color spaces of #99a42a

RGB 15316442
HSL0.180.590.40
HSV65°74°64°
CMYK 0.070.000.74   0.36
XYZ26.830233.49047.2407
Yxy33.49040.39710.4957
Hunter Lab57.8709-18.517633.0914
CIE-Lab64.5560-19.230957.8614

#99a42a color RGB value is (153,164,42).

#99a42a hex color red value is 153, green value is 164 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #99a42a hue: 0.18 , saturation: 0.59 and the lightness value of 99a42a is 0.40.

The process color (four color CMYK) of #99a42a color hex is 0.07, 0.00, 0.74, 0.36. Web safe color of #99a42a is #999933. Color #99a42a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10100100 00101010
Octal 231 244 52
Decimal 153 164 42
Hex 99 A4 2A

RGB Percentages of Color #99a42a

%42.62
%45.68
%11.70

CMYK Percentages of Color #99a42a

%7
%0
%74
%36

Triadic Colors of #99a42a

#99a42a #2a99a4 #a42a99

Analogous Colors of #99a42a

#99a42a #5ca42a #a4722a

Monochromatic Colors of #99a42a

#99a42a

Complementary Color

#99a42a #352aa4

#99a42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99a42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#99a42a Color CSS Codes

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

#99a42a Text Font Color

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

This sample text font color is #99a42a
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.


#99a42a Background Color

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

This div background color is #99a42a


#99a42a Border Color

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

This div border color is #99a42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99a42a


Comments

No comments written yet.

Please login to write comment.