#5a8f2b hex color information.
RGB value of #5a8f2b is (90,143,43)
Change page background color to #5a8f2b
| Reset
| RGB | 90 | 143 | 43 |
|---|---|---|---|
| HSL | 0.26 | 0.54 | 0.36 |
| HSV | 92° | 70° | 56° |
| CMYK | 0.37 | 0.00 | 0.70 0.44 |
| XYZ | 14.4750 | 21.9930 | 5.7677 |
| Yxy | 21.9930 | 0.3427 | 0.5207 |
| Hunter Lab | 46.8967 | -26.9739 | 25.5358 |
| CIE-Lab | 54.0196 | -34.7970 | 45.6111 |
#5a8f2b hex color red value is 90, green value is 143 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #5a8f2b hue: 0.26 , saturation: 0.54 and the lightness value of 5a8f2b is 0.36.
The process color (four color CMYK) of #5a8f2b hex color is 0.37, 0.00, 0.70, 0.44. Web safe color of #5a8f2b is #669933
Color #5a8f2b contains mostly GREEN color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 01011010 | 10001111 | 00101011 |
| Octal | 132 | 217 | 53 |
| Decimal | 90 | 143 | 43 |
| Hexadecimal | 5A | 8F | 2B |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#5a8f2b; }
.myforecolor {color:#5a8f2b; }
.mybordercolor {border:3px solid #5a8f2b; }
This sample text font color is #5a8f2b
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.
<p style="color:#5a8f2b">Text here</p>
This div background color is #5a8f2b
<div style="background-color:#5a8f2b">
Div content here</div>
This div border color is #5a8f2b
<div style="border:3px solid #5a8f2b">
Div here</div>
| #5a8f2b | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(90,143,43, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #5a8f2b;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #5a8f2b;
-webkit-box-shadow: 1px 1px 3px 2px #5a8f2b;
box-shadow: 1px 1px 3px 2px #5a8f2b;
}
<p style="text-shadow: 4px 4px 2px rgba(90,143,43, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #5a8f2b">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #5a8f2b
<div style="-moz-box-shadow: 1px 1px 3px 2px #5a8f2b; -webkit-box-shadow: 1px 1px 3px 2px #5a8f2b; box-shadow: 1px 1px 3px 2px #5a8f2b;">
Div content here</div>