Shades of Islamic Green #05A520
Tints of Islamic Green #05A520
RGB
CMYK
RGB Variations
Color information
#05A520 (or 0x05A520) is known color: Islamic Green. HEX triplet: 05, A5 and 20. RGB value is (5,165,32). Sum of RGB (Red+Green+Blue) = 5+165+32=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 165 (64.84% from 255 or 81.68% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 165 - color contains mainly: green. Hex color #05A520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A520 is #FA5ADF. Grayscale: #666666. Windows color (decimal): -16407264 or 2139397. OLE color: 2139397.
HSL color Cylindrical-coordinate representation of color #05A520: hue angle of 130.12º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A520 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 165 | 32 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.35 |
| HSL | 130.13º | 0.94% | 0.33% | - |
| HSV(B) | 130.13º | 0.97% | 0.65% | - |
| XYZ | 13.78 | 27.05 | 5.86 | - |
| YUV | 102 | 88.49 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 165 | 32 | 0.97 | 0 | 0.81 | 0.35 | 130.13 | 0.94 | 0.33 |
| Hex | 5 | A5 | 20 | 61 | 0 | 51 | 23 | 82 | 5E | 21 |
| Octal | 5 | 245 | 40 | 141 | 0 | 121 | 43 | 202 | 136 | 41 |
| Binary | 101 | 10100101 | 100000 | 1100001 | 0 | 1010001 | 100011 | 10000010 | 1011110 | 100001 |
Color Harmonies of #05A520
Complementary color
Monochromatic Colors of #05A520
Black with #05A520
Text Example
Text Example
White with #05A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A520; }
p { color: rgb(5,165,32); }
H1.HeaderClassName
{
color: #05A520;
}
.AnyTagClassName
{
color: #05A520;
}
</style>
background-color css
<style>
a { background-color: #05A520; }
a { background-color: rgb(5,165,32); }
div.DivClassName
{
background-color: #05A520;
}
.BgClassName
{
background-color: #05A520;
}
</style>
border-color css
<style>
span { border-color: #05A520; }
span { border-color: rgb(5,165,32); }
td.TdClassName
{
border-color: #05A520;
}
.TagClassName
{
border-color: #05A520;
}
</style>