Color Hex Logo

#199842 Color Hex

#199842
(25,152,66)
0 Favorites   0 Comments

Color spaces of #199842

RGB 2515266
HSL0.390.720.35
HSV139°84°60°
CMYK 0.840.000.57   0.40
XYZ12.612523.05658.9399
Yxy23.05650.28270.5169
Hunter Lab48.0172-37.144122.5733
CIE-Lab55.1305-51.567135.7119

#199842 color RGB value is (25,152,66).

#199842 hex color red value is 25, green value is 152 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #199842 hue: 0.39 , saturation: 0.72 and the lightness value of 199842 is 0.35.

The process color (four color CMYK) of #199842 color hex is 0.84, 0.00, 0.57, 0.40. Web safe color of #199842 is #009933. Color #199842 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011000 01000010
Octal 31 230 102
Decimal 25 152 66
Hex 19 98 42

RGB Percentages of Color #199842

%10.29
%62.55
%27.16

CMYK Percentages of Color #199842

%84
%0
%57
%40

Triadic Colors of #199842

#199842 #421998 #984219

Analogous Colors of #199842

#199842 #199882 #309819

Monochromatic Colors of #199842

#199842

Complementary Color

#199842 #98196f

#199842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199842 Color CSS Codes

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

#199842 Text Font Color

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

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


#199842 Background Color

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

This div background color is #199842


#199842 Border Color

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

This div border color is #199842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199842


Comments

No comments written yet.

Please login to write comment.