Shades of Islamic Green #01A520
Tints of Islamic Green #01A520
RGB
CMYK
RGB Variations
Color information
#01A520 (or 0x01A520) is known color: Islamic Green. HEX triplet: 01, A5 and 20. RGB value is (1,165,32). Sum of RGB (Red+Green+Blue) = 1+165+32=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 165 (64.84% from 255 or 83.33% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 165 - color contains mainly: green. Hex color #01A520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A520 is #FE5ADF. Grayscale: #656565. Windows color (decimal): -16669408 or 2139393. OLE color: 2139393.
HSL color Cylindrical-coordinate representation of color #01A520: hue angle of 131.34º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A520 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 165 | 32 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.35 |
| HSL | 131.34º | 0.99% | 0.33% | - |
| HSV(B) | 131.34º | 0.99% | 0.65% | - |
| XYZ | 13.73 | 27.02 | 5.86 | - |
| YUV | 100.8 | 89.17 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 32 | 0.99 | 0 | 0.81 | 0.35 | 131.34 | 0.99 | 0.33 |
| Hex | 1 | A5 | 20 | 63 | 0 | 51 | 23 | 83 | 63 | 21 |
| Octal | 1 | 245 | 40 | 143 | 0 | 121 | 43 | 203 | 143 | 41 |
| Binary | 1 | 10100101 | 100000 | 1100011 | 0 | 1010001 | 100011 | 10000011 | 1100011 | 100001 |
Color Harmonies of #01A520
Complementary color
Monochromatic Colors of #01A520
Black with #01A520
Text Example
Text Example
White with #01A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A520; }
p { color: rgb(1,165,32); }
H1.HeaderClassName
{
color: #01A520;
}
.AnyTagClassName
{
color: #01A520;
}
</style>
background-color css
<style>
a { background-color: #01A520; }
a { background-color: rgb(1,165,32); }
div.DivClassName
{
background-color: #01A520;
}
.BgClassName
{
background-color: #01A520;
}
</style>
border-color css
<style>
span { border-color: #01A520; }
span { border-color: rgb(1,165,32); }
td.TdClassName
{
border-color: #01A520;
}
.TagClassName
{
border-color: #01A520;
}
</style>