Color spaces of #aaf32a
RGB | 170 | 243 | 42 |
---|---|---|---|
HSL | 0.23 | 0.89 | 0.56 |
HSV | 82° | 83° | 95° |
CMYK | 0.30 | 0.00 | 0.83 0.05 |
XYZ | 49.0461 | 72.8144 | 13.6601 |
Yxy | 72.8144 | 0.3619 | 0.5373 |
Hunter Lab | 85.3314 | -46.7330 | 50.2406 |
CIE-Lab | 88.3591 | -48.7798 | 79.8079 |
#aaf32a color RGB value is (170,243,42).
#aaf32a hex color red value is 170, green value is 243 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aaf32a hue: 0.23 , saturation: 0.89 and the lightness value of aaf32a is 0.56.
The process color (four color CMYK) of #aaf32a color hex is 0.30, 0.00, 0.83, 0.05. Web safe color of #aaf32a is #99ff33. Color #aaf32a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11110011 | 00101010 |
Octal | 252 | 363 | 52 |
Decimal | 170 | 243 | 42 |
Hex | AA | F3 | 2A |
Shades of #aaf32a
Tints of #aaf32a
RGB Percentages of Color #aaf32a
CMYK Percentages of Color #aaf32a
Complementary Color
#aaf32a | #732af3 |
#aaf32a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf32a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf32a Color CSS Codes
.mybgcolor {background-color:#aaf32a; } .myforecolor {color:#aaf32a; } .mybordercolor {border:3px solid #aaf32a; }
#aaf32a Text Font Color
<p style="color:#aaf32a">Text here</p>
This sample text font color is #aaf32a
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.
#aaf32a Background Color
<div style="background-color:#aaf32a">
Div content here</div>
This div background color is #aaf32a
#aaf32a Border Color
<div style="border:3px solid #aaf32a">
Div here</div>
This div border color is #aaf32a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,243,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf32a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf32a; -webkit-box-shadow: 1px 1px 3px 2px #aaf32a; box-shadow: 1px 1px 3px 2px #aaf32a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,243,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaf32a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf32a; -webkit-box-shadow: 1px 1px 3px 2px #aaf32a; box-shadow: 1px 1px 3px 2px #aaf32a;">
Div content here</div>
This div box has shadow with color #aaf32a
Comments
No comments written yet.
Please login to write comment.