Color Hex Logo

#a1f90b Color Hex

#A1F90B
(161,249,11)
0 Favorites   0 Comments

Color spaces of #a1f90b

RGB 16124911
HSL0.230.950.51
HSV82°96°98°
CMYK 0.350.000.96   0.02
XYZ48.634075.352612.2978
Yxy75.35260.35690.5529
Hunter Lab86.8059-51.903652.3645
CIE-Lab89.5579-55.073385.3203

#a1f90b color RGB value is (161,249,11).

#a1f90b hex color red value is 161, green value is 249 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #a1f90b hue: 0.23 , saturation: 0.95 and the lightness value of a1f90b is 0.51.

The process color (four color CMYK) of #a1f90b color hex is 0.35, 0.00, 0.96, 0.02. Web safe color of #a1f90b is #99ff00. Color #a1f90b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11111001 00001011
Octal 241 371 13
Decimal 161 249 11
Hex A1 F9 B

RGB Percentages of Color #a1f90b

%38.24
%59.14
%2.61

CMYK Percentages of Color #a1f90b

%35
%0
%96
%2

Triadic Colors of #a1f90b

#a1f90b #0ba1f9 #f90ba1

Analogous Colors of #a1f90b

#a1f90b #2af90b #f9da0b

Monochromatic Colors of #a1f90b

#a1f90b

Complementary Color

#a1f90b #630bf9

#a1f90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1f90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1f90b Color CSS Codes

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

#a1f90b Text Font Color

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

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


#a1f90b Background Color

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

This div background color is #a1f90b


#a1f90b Border Color

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

This div border color is #a1f90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1f90b

Related Colors


Comments

No comments written yet.

Please login to write comment.