Color Hex Logo

#a0f01e Color Hex

#A0F01E
(160,240,30)
0 Favorites   0 Comments

Color spaces of #a0f01e

RGB 16024030
HSL0.230.880.53
HSV83°88°94°
CMYK 0.330.000.88   0.06
XYZ45.891669.887512.2992
Yxy69.88750.35830.5457
Hunter Lab83.5987-48.310149.7963
CIE-Lab86.9417-51.459280.8059

#a0f01e color RGB value is (160,240,30).

#a0f01e hex color red value is 160, green value is 240 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a0f01e hue: 0.23 , saturation: 0.88 and the lightness value of a0f01e is 0.53.

The process color (four color CMYK) of #a0f01e color hex is 0.33, 0.00, 0.88, 0.06. Web safe color of #a0f01e is #99ff33. Color #a0f01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11110000 00011110
Octal 240 360 36
Decimal 160 240 30
Hex A0 F0 1E

RGB Percentages of Color #a0f01e

%37.21
%55.81
%6.98

CMYK Percentages of Color #a0f01e

%33
%0
%88
%6

Triadic Colors of #a0f01e

#a0f01e #1ea0f0 #f01ea0

Analogous Colors of #a0f01e

#a0f01e #37f01e #f0d71e

Monochromatic Colors of #a0f01e

#a0f01e

Complementary Color

#a0f01e #6e1ef0

#a0f01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0f01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0f01e Color CSS Codes

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

#a0f01e Text Font Color

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

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


#a0f01e Background Color

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

This div background color is #a0f01e


#a0f01e Border Color

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

This div border color is #a0f01e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,240,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0f01e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0f01e;
  -webkit-box-shadow: 1px 1px 3px 2px #a0f01e;
  box-shadow:         1px 1px 3px 2px #a0f01e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0f01e


Comments

No comments written yet.

Please login to write comment.