Color Hex Logo

#a0f502 Color Hex

#A0F502
(160,245,2)
0 Favorites   0 Comments

Color spaces of #a0f502

RGB 1602452
HSL0.220.980.48
HSV81°99°96°
CMYK 0.350.000.99   0.04
XYZ47.160672.782811.6203
Yxy72.78280.35850.5532
Hunter Lab85.3128-50.623451.6432
CIE-Lab88.3440-53.921285.0364

#a0f502 color RGB value is (160,245,2).

#a0f502 hex color red value is 160, green value is 245 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #a0f502 hue: 0.22 , saturation: 0.98 and the lightness value of a0f502 is 0.48.

The process color (four color CMYK) of #a0f502 color hex is 0.35, 0.00, 0.99, 0.04. Web safe color of #a0f502 is #99ff00. Color #a0f502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11110101 00000010
Octal 240 365 2
Decimal 160 245 2
Hex A0 F5 2

RGB Percentages of Color #a0f502

%39.31
%60.20
%0.49

CMYK Percentages of Color #a0f502

%35
%0
%99
%4

Triadic Colors of #a0f502

#a0f502 #02a0f5 #f502a0

Analogous Colors of #a0f502

#a0f502 #27f502 #f5d102

Monochromatic Colors of #a0f502

#a0f502

Complementary Color

#a0f502 #5702f5

#a0f502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0f502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0f502 Color CSS Codes

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

#a0f502 Text Font Color

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

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


#a0f502 Background Color

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

This div background color is #a0f502


#a0f502 Border Color

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

This div border color is #a0f502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0f502

Related Colors


Comments

No comments written yet.

Please login to write comment.