Color Hex Logo

#199900 Color Hex

#199900
(25,153,0)
0 Favorites   0 Comments

Color spaces of #199900

RGB 251530
HSL0.311.000.30
HSV110°100°60°
CMYK 0.840.001.00   0.40
XYZ11.792122.98913.8158
Yxy22.98910.30550.5956
Hunter Lab47.9469-40.006828.8443
CIE-Lab55.0611-56.922157.0698

#199900 color RGB value is (25,153,0).

#199900 hex color red value is 25, green value is 153 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #199900 hue: 0.31 , saturation: 1.00 and the lightness value of 199900 is 0.30.

The process color (four color CMYK) of #199900 color hex is 0.84, 0.00, 1.00, 0.40. Web safe color of #199900 is #009900. Color #199900 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011001 00000000
Octal 31 231 0
Decimal 25 153 0
Hex 19 99 0

RGB Percentages of Color #199900

%14.04
%85.96
%0.00

CMYK Percentages of Color #199900

%84
%0
%100
%40

Triadic Colors of #199900

#199900 #001999 #990019

Analogous Colors of #199900

#199900 #009934 #669900

Monochromatic Colors of #199900

#199900

Complementary Color

#199900 #800099

#199900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199900 Color CSS Codes

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

#199900 Text Font Color

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

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


#199900 Background Color

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

This div background color is #199900


#199900 Border Color

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

This div border color is #199900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199900


Comments

No comments written yet.

Please login to write comment.