Hex #a2cd5a Color
equivalent to
RGB
(162, 205, 90)Details of #a2cd5a
|
|
|
|
Color HEX #a2cd5a matches (162, 205, 90) in RGB.
#a2cd5a hex color red value is 162, green value is 205 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a2cd5a hue: 0.23, saturation: 0.53 and the lightness value of a2cd5a is 0.58.
The process color (four color CMYK) of #a2cd5a color hex is 0.21, 0.00, 0.56, 0.20. Web safe color of #a2cd5a is #99cc66. Color #a2cd5a contains mainly GREEN color.
Base Numbers
|
|
|
|
#a2cd5a tints
#a2cd5a shades
RGB in % of #a2cd5a
CMYK in % of #a2cd5a
Preview Color #a2cd5a on black ground
Very nice color.
Preview Color #a2cd5a on white ground
Very nice color.
CSS Codes #a2cd5a color
.mybgcolor {background-color:#a2cd5a; } .myforecolor {color:#a2cd5a; } .mybordercolor {border:3px solid #a2cd5a; }
Text Font Color #a2cd5a
<p style="color:#a2cd5a">Text here</p>
This sample text font color is #a2cd5a
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.
Background Color #a2cd5a
<div style="background-color:#a2cd5a">
Div content here</div>
This div background color is #a2cd5a
Border Color #a2cd5a
<div style="border:3px solid #a2cd5a">
Div here</div>
The color of this border is #a2cd5a
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2cd5a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2cd5a; -webkit-box-shadow: 1px 1px 3px 2px #a2cd5a; box-shadow: 1px 1px 3px 2px #a2cd5a; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #a2cd5a">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2cd5a; -webkit-box-shadow: 1px 1px 3px 2px #a2cd5a; box-shadow: 1px 1px 3px 2px #a2cd5a;">
Div content here</div>
The shadow of div box using color #a2cd5a