Color Hex Logo

#16996d Color Hex

#16996D
(22,153,109)
0 Favorites   0 Comments

Color spaces of #16996d

RGB 22153109
HSL0.440.750.34
HSV160°86°60°
CMYK 0.860.000.29   0.40
XYZ14.482424.057218.3482
Yxy24.05720.25460.4229
Hunter Lab49.0481-33.128712.1542
CIE-Lab56.1450-43.912913.9188

#16996d color RGB value is (22,153,109).

#16996d hex color red value is 22, green value is 153 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #16996d hue: 0.44 , saturation: 0.75 and the lightness value of 16996d is 0.34.

The process color (four color CMYK) of #16996d color hex is 0.86, 0.00, 0.29, 0.40. Web safe color of #16996d is #009966. Color #16996d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 10011001 01101101
Octal 26 231 155
Decimal 22 153 109
Hex 16 99 6D

RGB Percentages of Color #16996d

%7.75
%53.87
%38.38

CMYK Percentages of Color #16996d

%86
%0
%29
%40

Triadic Colors of #16996d

#16996d #6d1699 #996d16

Analogous Colors of #16996d

#16996d #168499 #16992c

Monochromatic Colors of #16996d

#16996d

Complementary Color

#16996d #991642

#16996d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#16996d Color Preview on White Background

Lorem ipsum dolor sit amet.

#16996d Color CSS Codes

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

#16996d Text Font Color

<p style="color:#16996d">Text here</p>

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


#16996d Background Color

<div style="background-color:#16996d">
Div content here</div>

This div background color is #16996d


#16996d Border Color

<div style="border:3px solid #16996d">
Div here</div>

This div border color is #16996d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,153,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #16996d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #16996d;
  -webkit-box-shadow: 1px 1px 3px 2px #16996d;
  box-shadow:         1px 1px 3px 2px #16996d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #16996d


Comments

No comments written yet.

Please login to write comment.