Color Hex Logo

#a4ff12 Color Hex

#A4FF12
(164,255,18)
0 Favorites   0 Comments

Color spaces of #a4ff12

RGB 16425518
HSL0.231.000.54
HSV83°93°100°
CMYK 0.360.000.93   0.00
XYZ51.179079.456213.2114
Yxy79.45620.35580.5524
Hunter Lab89.1382-53.505553.6092
CIE-Lab91.4403-56.329686.2288

#a4ff12 color RGB value is (164,255,18).

#a4ff12 hex color red value is 164, green value is 255 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a4ff12 hue: 0.23 , saturation: 1.00 and the lightness value of a4ff12 is 0.54.

The process color (four color CMYK) of #a4ff12 color hex is 0.36, 0.00, 0.93, 0.00. Web safe color of #a4ff12 is #99ff00. Color #a4ff12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111111 00010010
Octal 244 377 22
Decimal 164 255 18
Hex A4 FF 12

RGB Percentages of Color #a4ff12

%37.53
%58.35
%4.12

CMYK Percentages of Color #a4ff12

%36
%0
%93
%0

Triadic Colors of #a4ff12

#a4ff12 #12a4ff #ff12a4

Analogous Colors of #a4ff12

#a4ff12 #2dff12 #ffe412

Monochromatic Colors of #a4ff12

#a4ff12

Complementary Color

#a4ff12 #6d12ff

#a4ff12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ff12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ff12 Color CSS Codes

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

#a4ff12 Text Font Color

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

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


#a4ff12 Background Color

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

This div background color is #a4ff12


#a4ff12 Border Color

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

This div border color is #a4ff12


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,255,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4ff12; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4ff12;
  -webkit-box-shadow: 1px 1px 3px 2px #a4ff12;
  box-shadow:         1px 1px 3px 2px #a4ff12; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,255,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ff12


Comments

No comments written yet.

Please login to write comment.