Color Hex Logo

#10a42f Color Hex

#10A42F
(16,164,47)
0 Favorites   0 Comments

Color spaces of #10a42f

RGB 1616447
HSL0.370.820.35
HSV133°90°64°
CMYK 0.900.000.71   0.36
XYZ14.002226.86637.1370
Yxy26.86630.29170.5597
Hunter Lab51.8327-42.486928.1191
CIE-Lab58.8504-58.558748.4127

#10a42f color RGB value is (16,164,47).

#10a42f hex color red value is 16, green value is 164 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #10a42f hue: 0.37 , saturation: 0.82 and the lightness value of 10a42f is 0.35.

The process color (four color CMYK) of #10a42f color hex is 0.90, 0.00, 0.71, 0.36. Web safe color of #10a42f is #009933. Color #10a42f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10100100 00101111
Octal 20 244 57
Decimal 16 164 47
Hex 10 A4 2F

RGB Percentages of Color #10a42f

%7.05
%72.25
%20.70

CMYK Percentages of Color #10a42f

%90
%0
%71
%36

Triadic Colors of #10a42f

#10a42f #2f10a4 #a42f10

Analogous Colors of #10a42f

#10a42f #10a479 #3ba410

Monochromatic Colors of #10a42f

#10a42f

Complementary Color

#10a42f #a41085

#10a42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10a42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10a42f Color CSS Codes

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

#10a42f Text Font Color

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

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


#10a42f Background Color

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

This div background color is #10a42f


#10a42f Border Color

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

This div border color is #10a42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10a42f


Comments

No comments written yet.

Please login to write comment.