Color Hex Logo

#199616 Color Hex

#199616
(25,150,22)
0 Favorites   0 Comments

Color spaces of #199616

RGB 2515022
HSL0.330.740.34
HSV119°85°59°
CMYK 0.830.000.85   0.41
XYZ11.452122.07734.4168
Yxy22.07730.30180.5818
Hunter Lab46.9865-38.720227.3172
CIE-Lab54.1089-55.238052.1581

#199616 color RGB value is (25,150,22).

#199616 hex color red value is 25, green value is 150 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #199616 hue: 0.33 , saturation: 0.74 and the lightness value of 199616 is 0.34.

The process color (four color CMYK) of #199616 color hex is 0.83, 0.00, 0.85, 0.41. Web safe color of #199616 is #009900. Color #199616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010110 00010110
Octal 31 226 26
Decimal 25 150 22
Hex 19 96 16

RGB Percentages of Color #199616

%12.69
%76.14
%11.17

CMYK Percentages of Color #199616

%83
%0
%85
%41

Triadic Colors of #199616

#199616 #161996 #961619

Analogous Colors of #199616

#199616 #169653 #599616

Monochromatic Colors of #199616

#199616

Complementary Color

#199616 #931696

#199616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199616 Color CSS Codes

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

#199616 Text Font Color

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

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


#199616 Background Color

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

This div background color is #199616


#199616 Border Color

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

This div border color is #199616


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,150,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #199616; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #199616;
  -webkit-box-shadow: 1px 1px 3px 2px #199616;
  box-shadow:         1px 1px 3px 2px #199616; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199616


Comments

No comments written yet.

Please login to write comment.