Color Hex Logo

#19ac5a Color Hex

#19AC5A
(25,172,90)
0 Favorites   0 Comments

Color spaces of #19ac5a

RGB 2517290
HSL0.410.750.39
HSV147°85°67°
CMYK 0.850.000.48   0.33
XYZ16.998930.449914.6543
Yxy30.44990.27370.4903
Hunter Lab55.1814-41.579722.8816
CIE-Lab62.0405-54.674532.0586

#19ac5a color RGB value is (25,172,90).

#19ac5a hex color red value is 25, green value is 172 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #19ac5a hue: 0.41 , saturation: 0.75 and the lightness value of 19ac5a is 0.39.

The process color (four color CMYK) of #19ac5a color hex is 0.85, 0.00, 0.48, 0.33. Web safe color of #19ac5a is #009966. Color #19ac5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101100 01011010
Octal 31 254 132
Decimal 25 172 90
Hex 19 AC 5A

RGB Percentages of Color #19ac5a

%8.71
%59.93
%31.36

CMYK Percentages of Color #19ac5a

%85
%0
%48
%33

Triadic Colors of #19ac5a

#19ac5a #5a19ac #ac5a19

Analogous Colors of #19ac5a

#19ac5a #19aca4 #22ac19

Monochromatic Colors of #19ac5a

#19ac5a

Complementary Color

#19ac5a #ac196b

#19ac5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ac5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ac5a Color CSS Codes

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

#19ac5a Text Font Color

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

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


#19ac5a Background Color

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

This div background color is #19ac5a


#19ac5a Border Color

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

This div border color is #19ac5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,172,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19ac5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19ac5a;
  -webkit-box-shadow: 1px 1px 3px 2px #19ac5a;
  box-shadow:         1px 1px 3px 2px #19ac5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ac5a


Comments

No comments written yet.

Please login to write comment.