Color Hex Logo

#74af0a Color Hex

#74AF0A
(116,175,10)
0 Favorites   0 Comments

Color spaces of #74af0a

RGB 11617510
HSL0.230.890.36
HSV81°94°69°
CMYK 0.340.000.94   0.31
XYZ22.587234.39495.7356
Yxy34.39490.36010.5484
Hunter Lab58.6472-33.885635.2545
CIE-Lab65.2748-40.620065.1563

#74af0a color RGB value is (116,175,10).

#74af0a hex color red value is 116, green value is 175 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #74af0a hue: 0.23 , saturation: 0.89 and the lightness value of 74af0a is 0.36.

The process color (four color CMYK) of #74af0a color hex is 0.34, 0.00, 0.94, 0.31. Web safe color of #74af0a is #669900. Color #74af0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 00001010
Octal 164 257 12
Decimal 116 175 10
Hex 74 AF A

RGB Percentages of Color #74af0a

%38.54
%58.14
%3.32

CMYK Percentages of Color #74af0a

%34
%0
%94
%31

Triadic Colors of #74af0a

#74af0a #0a74af #af0a74

Analogous Colors of #74af0a

#74af0a #22af0a #af980a

Monochromatic Colors of #74af0a

#74af0a

Complementary Color

#74af0a #450aaf

#74af0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74af0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74af0a Color CSS Codes

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

#74af0a Text Font Color

<p style="color:#74af0a">Text here</p>

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


#74af0a Background Color

<div style="background-color:#74af0a">
Div content here</div>

This div background color is #74af0a


#74af0a Border Color

<div style="border:3px solid #74af0a">
Div here</div>

This div border color is #74af0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,175,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74af0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74af0a;
  -webkit-box-shadow: 1px 1px 3px 2px #74af0a;
  box-shadow:         1px 1px 3px 2px #74af0a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,175,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74af0a


Comments

No comments written yet.

Please login to write comment.