Color Hex Logo

#10ac4e Color Hex

#10AC4E
(16,172,78)
0 Favorites   0 Comments

Color spaces of #10ac4e

RGB 1617278
HSL0.400.830.37
HSV144°91°67°
CMYK 0.910.000.55   0.33
XYZ16.341430.165312.1689
Yxy30.16530.27850.5141
Hunter Lab54.9229-43.005525.3096
CIE-Lab61.7966-57.303137.7949

#10ac4e color RGB value is (16,172,78).

#10ac4e hex color red value is 16, green value is 172 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #10ac4e hue: 0.40 , saturation: 0.83 and the lightness value of 10ac4e is 0.37.

The process color (four color CMYK) of #10ac4e color hex is 0.91, 0.00, 0.55, 0.33. Web safe color of #10ac4e is #009966. Color #10ac4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101100 01001110
Octal 20 254 116
Decimal 16 172 78
Hex 10 AC 4E

RGB Percentages of Color #10ac4e

%6.02
%64.66
%29.32

CMYK Percentages of Color #10ac4e

%91
%0
%55
%33

Triadic Colors of #10ac4e

#10ac4e #4e10ac #ac4e10

Analogous Colors of #10ac4e

#10ac4e #10ac9c #20ac10

Monochromatic Colors of #10ac4e

#10ac4e

Complementary Color

#10ac4e #ac106e

#10ac4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10ac4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10ac4e Color CSS Codes

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

#10ac4e Text Font Color

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

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


#10ac4e Background Color

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

This div background color is #10ac4e


#10ac4e Border Color

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

This div border color is #10ac4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,172,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10ac4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10ac4e;
  -webkit-box-shadow: 1px 1px 3px 2px #10ac4e;
  box-shadow:         1px 1px 3px 2px #10ac4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10ac4e


Comments

No comments written yet.

Please login to write comment.