Color spaces of #aac36f
RGB | 170 | 195 | 111 |
---|---|---|---|
HSL | 0.22 | 0.41 | 0.60 |
HSV | 78° | 43° | 76° |
CMYK | 0.13 | 0.00 | 0.43 0.24 |
XYZ | 38.9619 | 48.7240 | 22.3901 |
Yxy | 48.7240 | 0.3540 | 0.4426 |
Hunter Lab | 69.8026 | -22.5207 | 29.8438 |
CIE-Lab | 75.2793 | -22.0207 | 39.3292 |
#aac36f color RGB value is (170,195,111).
#aac36f hex color red value is 170, green value is 195 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aac36f hue: 0.22 , saturation: 0.41 and the lightness value of aac36f is 0.60.
The process color (four color CMYK) of #aac36f color hex is 0.13, 0.00, 0.43, 0.24. Web safe color of #aac36f is #99cc66. Color #aac36f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11000011 | 01101111 |
Octal | 252 | 303 | 157 |
Decimal | 170 | 195 | 111 |
Hex | AA | C3 | 6F |
Shades of #aac36f
Tints of #aac36f
RGB Percentages of Color #aac36f
CMYK Percentages of Color #aac36f
Complementary Color
#aac36f | #886fc3 |
#aac36f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac36f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac36f Color CSS Codes
.mybgcolor {background-color:#aac36f; } .myforecolor {color:#aac36f; } .mybordercolor {border:3px solid #aac36f; }
#aac36f Text Font Color
<p style="color:#aac36f">Text here</p>
This sample text font color is #aac36f
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.
#aac36f Background Color
<div style="background-color:#aac36f">
Div content here</div>
This div background color is #aac36f
#aac36f Border Color
<div style="border:3px solid #aac36f">
Div here</div>
This div border color is #aac36f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,195,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac36f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac36f; -webkit-box-shadow: 1px 1px 3px 2px #aac36f; box-shadow: 1px 1px 3px 2px #aac36f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,195,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac36f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac36f; -webkit-box-shadow: 1px 1px 3px 2px #aac36f; box-shadow: 1px 1px 3px 2px #aac36f;">
Div content here</div>
This div box has shadow with color #aac36f
Comments
No comments written yet.
Please login to write comment.