Color Hex Logo

#07ac16 Color Hex

#07AC16
(7,172,22)
0 Favorites   0 Comments

Color spaces of #07ac16

RGB 717222
HSL0.350.920.35
HSV125°96°67°
CMYK 0.960.000.87   0.33
XYZ14.985029.60815.6842
Yxy29.60810.29800.5889
Hunter Lab54.4133-46.065831.8957
CIE-Lab61.3146-63.141358.5530

#07ac16 color RGB value is (7,172,22).

#07ac16 hex color red value is 7, green value is 172 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #07ac16 hue: 0.35 , saturation: 0.92 and the lightness value of 07ac16 is 0.35.

The process color (four color CMYK) of #07ac16 color hex is 0.96, 0.00, 0.87, 0.33. Web safe color of #07ac16 is #009900. Color #07ac16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101100 00010110
Octal 7 254 26
Decimal 7 172 22
Hex 7 AC 16

RGB Percentages of Color #07ac16

%3.48
%85.57
%10.95

CMYK Percentages of Color #07ac16

%96
%0
%87
%33

Triadic Colors of #07ac16

#07ac16 #1607ac #ac1607

Analogous Colors of #07ac16

#07ac16 #07ac69 #4aac07

Monochromatic Colors of #07ac16

#07ac16

Complementary Color

#07ac16 #ac079d

#07ac16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ac16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ac16 Color CSS Codes

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

#07ac16 Text Font Color

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

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


#07ac16 Background Color

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

This div background color is #07ac16


#07ac16 Border Color

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

This div border color is #07ac16


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,172,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07ac16; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07ac16;
  -webkit-box-shadow: 1px 1px 3px 2px #07ac16;
  box-shadow:         1px 1px 3px 2px #07ac16; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ac16


Comments

No comments written yet.

Please login to write comment.