Shades of Islamic Green #01A521
Tints of Islamic Green #01A521
RGB
CMYK
RGB Variations
Color information
#01A521 (or 0x01A521) is known color: Islamic Green. HEX triplet: 01, A5 and 21. RGB value is (1,165,33). Sum of RGB (Red+Green+Blue) = 1+165+33=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 165 (64.84% from 255 or 82.91% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 165 - color contains mainly: green. Hex color #01A521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A521 is #FE5ADE. Grayscale: #656565. Windows color (decimal): -16669407 or 2204929. OLE color: 2204929.
HSL color Cylindrical-coordinate representation of color #01A521: hue angle of 131.71º 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 #01A521 is Cyan = 0.99, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 165 | 33 | - |
| CMYK | 0.99 | 0 | 0.8 | 0.35 |
| HSL | 131.71º | 0.99% | 0.33% | - |
| HSV(B) | 131.71º | 0.99% | 0.65% | - |
| XYZ | 13.74 | 27.03 | 5.93 | - |
| YUV | 100.92 | 89.67 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 33 | 0.99 | 0 | 0.8 | 0.35 | 131.71 | 0.99 | 0.33 |
| Hex | 1 | A5 | 21 | 63 | 0 | 50 | 23 | 84 | 63 | 21 |
| Octal | 1 | 245 | 41 | 143 | 0 | 120 | 43 | 204 | 143 | 41 |
| Binary | 1 | 10100101 | 100001 | 1100011 | 0 | 1010000 | 100011 | 10000100 | 1100011 | 100001 |
Color Harmonies of #01A521
Complementary color
Monochromatic Colors of #01A521
Black with #01A521
Text Example
Text Example
White with #01A521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A521; }
p { color: rgb(1,165,33); }
H1.HeaderClassName
{
color: #01A521;
}
.AnyTagClassName
{
color: #01A521;
}
</style>
background-color css
<style>
a { background-color: #01A521; }
a { background-color: rgb(1,165,33); }
div.DivClassName
{
background-color: #01A521;
}
.BgClassName
{
background-color: #01A521;
}
</style>
border-color css
<style>
span { border-color: #01A521; }
span { border-color: rgb(1,165,33); }
td.TdClassName
{
border-color: #01A521;
}
.TagClassName
{
border-color: #01A521;
}
</style>