Color Hex Logo

#71a018 Color Hex

#71A018
(113,160,24)
0 Favorites   0 Comments

Color spaces of #71a018

RGB 11316024
HSL0.220.740.36
HSV81°85°63°
CMYK 0.290.000.85   0.37
XYZ19.545728.71835.3772
Yxy28.71830.36440.5354
Hunter Lab53.5895-28.677231.5634
CIE-Lab60.5322-34.754158.5747

#71a018 color RGB value is (113,160,24).

#71a018 hex color red value is 113, green value is 160 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #71a018 hue: 0.22 , saturation: 0.74 and the lightness value of 71a018 is 0.36.

The process color (four color CMYK) of #71a018 color hex is 0.29, 0.00, 0.85, 0.37. Web safe color of #71a018 is #669900. Color #71a018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10100000 00011000
Octal 161 240 30
Decimal 113 160 24
Hex 71 A0 18

RGB Percentages of Color #71a018

%38.05
%53.87
%8.08

CMYK Percentages of Color #71a018

%29
%0
%85
%37

Triadic Colors of #71a018

#71a018 #1871a0 #a01871

Analogous Colors of #71a018

#71a018 #2da018 #a08b18

Monochromatic Colors of #71a018

#71a018

Complementary Color

#71a018 #4718a0

#71a018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71a018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71a018 Color CSS Codes

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

#71a018 Text Font Color

<p style="color:#71a018">Text here</p>

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


#71a018 Background Color

<div style="background-color:#71a018">
Div content here</div>

This div background color is #71a018


#71a018 Border Color

<div style="border:3px solid #71a018">
Div here</div>

This div border color is #71a018


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,160,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71a018; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71a018;
  -webkit-box-shadow: 1px 1px 3px 2px #71a018;
  box-shadow:         1px 1px 3px 2px #71a018; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,160,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71a018


Comments

No comments written yet.

Please login to write comment.