Color Hex Logo

#80a14a Color Hex

#80A14A
(128,161,74)
0 Favorites   0 Comments

Color spaces of #80a14a

RGB 12816174
HSL0.230.370.46
HSV83°54°63°
CMYK 0.200.000.54   0.37
XYZ22.883030.573311.1738
Yxy30.57330.35410.4731
Hunter Lab55.2931-22.890926.7237
CIE-Lab62.1458-25.786641.0979

#80a14a color RGB value is (128,161,74).

#80a14a hex color red value is 128, green value is 161 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #80a14a hue: 0.23 , saturation: 0.37 and the lightness value of 80a14a is 0.46.

The process color (four color CMYK) of #80a14a color hex is 0.20, 0.00, 0.54, 0.37. Web safe color of #80a14a is #999933. Color #80a14a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10100001 01001010
Octal 200 241 112
Decimal 128 161 74
Hex 80 A1 4A

RGB Percentages of Color #80a14a

%35.26
%44.35
%20.39

CMYK Percentages of Color #80a14a

%20
%0
%54
%37

Triadic Colors of #80a14a

#80a14a #4a80a1 #a14a80

Analogous Colors of #80a14a

#80a14a #55a14a #a1974a

Monochromatic Colors of #80a14a

#80a14a

Complementary Color

#80a14a #6b4aa1

#80a14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80a14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80a14a Color CSS Codes

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

#80a14a Text Font Color

<p style="color:#80a14a">Text here</p>

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


#80a14a Background Color

<div style="background-color:#80a14a">
Div content here</div>

This div background color is #80a14a


#80a14a Border Color

<div style="border:3px solid #80a14a">
Div here</div>

This div border color is #80a14a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,161,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80a14a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80a14a;
  -webkit-box-shadow: 1px 1px 3px 2px #80a14a;
  box-shadow:         1px 1px 3px 2px #80a14a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,161,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80a14a


Comments

No comments written yet.

Please login to write comment.