Color Hex Logo

#70ac09 Color Hex

#70AC09
(112,172,9)
0 Favorites   0 Comments

Color spaces of #70ac09

RGB 1121729
HSL0.230.900.35
HSV82°95°67°
CMYK 0.350.000.95   0.33
XYZ21.483932.96955.4899
Yxy32.96950.35840.5500
Hunter Lab57.4191-33.695934.5246
CIE-Lab64.1362-40.839264.2794

#70ac09 color RGB value is (112,172,9).

#70ac09 hex color red value is 112, green value is 172 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #70ac09 hue: 0.23 , saturation: 0.90 and the lightness value of 70ac09 is 0.35.

The process color (four color CMYK) of #70ac09 color hex is 0.35, 0.00, 0.95, 0.33. Web safe color of #70ac09 is #669900. Color #70ac09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101100 00001001
Octal 160 254 11
Decimal 112 172 9
Hex 70 AC 9

RGB Percentages of Color #70ac09

%38.23
%58.70
%3.07

CMYK Percentages of Color #70ac09

%35
%0
%95
%33

Triadic Colors of #70ac09

#70ac09 #0970ac #ac0970

Analogous Colors of #70ac09

#70ac09 #1eac09 #ac9709

Monochromatic Colors of #70ac09

#70ac09

Complementary Color

#70ac09 #4509ac

#70ac09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ac09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ac09 Color CSS Codes

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

#70ac09 Text Font Color

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

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


#70ac09 Background Color

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

This div background color is #70ac09


#70ac09 Border Color

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

This div border color is #70ac09


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,172,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70ac09; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70ac09;
  -webkit-box-shadow: 1px 1px 3px 2px #70ac09;
  box-shadow:         1px 1px 3px 2px #70ac09; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ac09


Comments

No comments written yet.

Please login to write comment.