Color Hex Logo

#a5f242 Color Hex

#A5F242
(165,242,66)
0 Favorites   0 Comments

Color spaces of #a5f242

RGB 16524266
HSL0.240.870.60
HSV86°73°95°
CMYK 0.320.000.73   0.05
XYZ48.252571.896916.4886
Yxy71.89690.35310.5262
Hunter Lab84.7920-46.807347.8249
CIE-Lab87.9189-49.057372.5671

#a5f242 color RGB value is (165,242,66).

#a5f242 hex color red value is 165, green value is 242 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #a5f242 hue: 0.24 , saturation: 0.87 and the lightness value of a5f242 is 0.60.

The process color (four color CMYK) of #a5f242 color hex is 0.32, 0.00, 0.73, 0.05. Web safe color of #a5f242 is #99ff33. Color #a5f242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11110010 01000010
Octal 245 362 102
Decimal 165 242 66
Hex A5 F2 42

RGB Percentages of Color #a5f242

%34.88
%51.16
%13.95

CMYK Percentages of Color #a5f242

%32
%0
%73
%5

Triadic Colors of #a5f242

#a5f242 #42a5f2 #f242a5

Analogous Colors of #a5f242

#a5f242 #4df242 #f2e742

Monochromatic Colors of #a5f242

#a5f242

Complementary Color

#a5f242 #8f42f2

#a5f242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5f242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5f242 Color CSS Codes

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

#a5f242 Text Font Color

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

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


#a5f242 Background Color

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

This div background color is #a5f242


#a5f242 Border Color

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

This div border color is #a5f242


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,242,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5f242; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5f242;
  -webkit-box-shadow: 1px 1px 3px 2px #a5f242;
  box-shadow:         1px 1px 3px 2px #a5f242; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5f242


Comments

No comments written yet.

Please login to write comment.