Color spaces of #aaf17f
RGB | 170 | 241 | 127 |
---|---|---|---|
HSL | 0.27 | 0.80 | 0.72 |
HSV | 97° | 47° | 95° |
CMYK | 0.29 | 0.00 | 0.47 0.05 |
XYZ | 51.8636 | 72.9889 | 31.4334 |
Yxy | 72.9889 | 0.3319 | 0.4670 |
Hunter Lab | 85.4335 | -41.1478 | 37.9890 |
CIE-Lab | 88.4424 | -41.6019 | 47.8907 |
#aaf17f color RGB value is (170,241,127).
#aaf17f hex color red value is 170, green value is 241 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aaf17f hue: 0.27 , saturation: 0.80 and the lightness value of aaf17f is 0.72.
The process color (four color CMYK) of #aaf17f color hex is 0.29, 0.00, 0.47, 0.05. Web safe color of #aaf17f is #99ff66. Color #aaf17f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11110001 | 01111111 |
Octal | 252 | 361 | 177 |
Decimal | 170 | 241 | 127 |
Hex | AA | F1 | 7F |
Shades of #aaf17f
Tints of #aaf17f
RGB Percentages of Color #aaf17f
CMYK Percentages of Color #aaf17f
Complementary Color
#aaf17f | #c67ff1 |
#aaf17f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf17f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf17f Color CSS Codes
.mybgcolor {background-color:#aaf17f; } .myforecolor {color:#aaf17f; } .mybordercolor {border:3px solid #aaf17f; }
#aaf17f Text Font Color
<p style="color:#aaf17f">Text here</p>
This sample text font color is #aaf17f
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.
#aaf17f Background Color
<div style="background-color:#aaf17f">
Div content here</div>
This div background color is #aaf17f
#aaf17f Border Color
<div style="border:3px solid #aaf17f">
Div here</div>
This div border color is #aaf17f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,241,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf17f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf17f; -webkit-box-shadow: 1px 1px 3px 2px #aaf17f; box-shadow: 1px 1px 3px 2px #aaf17f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,241,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaf17f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf17f; -webkit-box-shadow: 1px 1px 3px 2px #aaf17f; box-shadow: 1px 1px 3px 2px #aaf17f;">
Div content here</div>
This div box has shadow with color #aaf17f
Comments
No comments written yet.
Please login to write comment.