Color spaces of #9af224
RGB | 154 | 242 | 36 |
---|---|---|---|
HSL | 0.24 | 0.89 | 0.55 |
HSV | 86° | 85° | 95° |
CMYK | 0.36 | 0.00 | 0.85 0.05 |
XYZ | 45.3970 | 70.5017 | 12.8846 |
Yxy | 70.5017 | 0.3525 | 0.5474 |
Hunter Lab | 83.9653 | -50.4308 | 49.6776 |
CIE-Lab | 87.2423 | -54.1696 | 79.8141 |
#9af224 color RGB value is (154,242,36).
#9af224 hex color red value is 154, green value is 242 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #9af224 hue: 0.24 , saturation: 0.89 and the lightness value of 9af224 is 0.55.
The process color (four color CMYK) of #9af224 color hex is 0.36, 0.00, 0.85, 0.05. Web safe color of #9af224 is #99ff33. Color #9af224 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 11110010 | 00100100 |
Octal | 232 | 362 | 44 |
Decimal | 154 | 242 | 36 |
Hex | 9A | F2 | 24 |
Shades of #9af224
Tints of #9af224
RGB Percentages of Color #9af224
CMYK Percentages of Color #9af224
Complementary Color
#9af224 | #7c24f2 |
#9af224 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9af224 Color Preview on White Background
Lorem ipsum dolor sit amet.
#9af224 Color CSS Codes
.mybgcolor {background-color:#9af224; } .myforecolor {color:#9af224; } .mybordercolor {border:3px solid #9af224; }
#9af224 Text Font Color
<p style="color:#9af224">Text here</p>
This sample text font color is #9af224
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.
#9af224 Background Color
<div style="background-color:#9af224">
Div content here</div>
This div background color is #9af224
#9af224 Border Color
<div style="border:3px solid #9af224">
Div here</div>
This div border color is #9af224
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,242,36, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9af224; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9af224; -webkit-box-shadow: 1px 1px 3px 2px #9af224; box-shadow: 1px 1px 3px 2px #9af224; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,242,36, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9af224">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9af224; -webkit-box-shadow: 1px 1px 3px 2px #9af224; box-shadow: 1px 1px 3px 2px #9af224;">
Div content here</div>
This div box has shadow with color #9af224
Comments
No comments written yet.
Please login to write comment.