Color Hex Logo

#a2f90b Color Hex

#A2F90B
(162,249,11)
0 Favorites   0 Comments

Color spaces of #a2f90b

RGB 16224911
HSL0.230.950.51
HSV82°96°98°
CMYK 0.350.000.96   0.02
XYZ48.836475.456912.3073
Yxy75.45690.35750.5524
Hunter Lab86.8659-51.661952.4059
CIE-Lab89.6066-54.729285.3793

#a2f90b color RGB value is (162,249,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11111001 00001011
Octal 242 371 13
Decimal 162 249 11
Hex A2 F9 B

RGB Percentages of Color #a2f90b

%38.39
%59.00
%2.61

CMYK Percentages of Color #a2f90b

%35
%0
%96
%2

Triadic Colors of #a2f90b

#a2f90b #0ba2f9 #f90ba2

Analogous Colors of #a2f90b

#a2f90b #2bf90b #f9d90b

Monochromatic Colors of #a2f90b

#a2f90b

Complementary Color

#a2f90b #620bf9

#a2f90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2f90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2f90b Color CSS Codes

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

#a2f90b Text Font Color

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

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


#a2f90b Background Color

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

This div background color is #a2f90b


#a2f90b Border Color

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

This div border color is #a2f90b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,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 #a2f90b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2f90b


Comments

No comments written yet.

Please login to write comment.