Color Hex Logo

#a1f36d Color Hex

#A1F36D
(161,243,109)
0 Favorites   0 Comments

Color spaces of #a1f36d

RGB 161243109
HSL0.270.850.69
HSV97°55°95°
CMYK 0.340.000.55   0.05
XYZ49.508972.782425.9070
Yxy72.78240.33410.4911
Hunter Lab85.3126-45.709341.7141
CIE-Lab88.3438-47.456455.9715

#a1f36d color RGB value is (161,243,109).

#a1f36d hex color red value is 161, green value is 243 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a1f36d hue: 0.27 , saturation: 0.85 and the lightness value of a1f36d is 0.69.

The process color (four color CMYK) of #a1f36d color hex is 0.34, 0.00, 0.55, 0.05. Web safe color of #a1f36d is #99ff66. Color #a1f36d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11110011 01101101
Octal 241 363 155
Decimal 161 243 109
Hex A1 F3 6D

RGB Percentages of Color #a1f36d

%31.38
%47.37
%21.25

CMYK Percentages of Color #a1f36d

%34
%0
%55
%5

Triadic Colors of #a1f36d

#a1f36d #6da1f3 #f36da1

Analogous Colors of #a1f36d

#a1f36d #6df37c #e4f36d

Monochromatic Colors of #a1f36d

#a1f36d

Complementary Color

#a1f36d #bf6df3

#a1f36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1f36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1f36d Color CSS Codes

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

#a1f36d Text Font Color

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

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


#a1f36d Background Color

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

This div background color is #a1f36d


#a1f36d Border Color

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

This div border color is #a1f36d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,243,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1f36d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1f36d;
  -webkit-box-shadow: 1px 1px 3px 2px #a1f36d;
  box-shadow:         1px 1px 3px 2px #a1f36d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1f36d


Comments

No comments written yet.

Please login to write comment.