Shades of Islamic Green #01AB05
Tints of Islamic Green #01AB05
RGB
CMYK
RGB Variations
Color information
#01AB05 (or 0x01AB05) is known color: Islamic Green. HEX triplet: 01, AB and 05. RGB value is (1,171,5). Sum of RGB (Red+Green+Blue) = 1+171+5=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 171 (67.19% from 255 or 96.61% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AB05 is #FE54FA. Grayscale: #656565. Windows color (decimal): -16667899 or 371457. OLE color: 371457.
HSL color Cylindrical-coordinate representation of color #01AB05: hue angle of 121.41º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AB05 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 5 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.33 |
| HSL | 121.41º | 0.99% | 0.34% | - |
| HSV(B) | 121.41º | 0.99% | 0.67% | - |
| XYZ | 14.6 | 29.14 | 5 | - |
| YUV | 101.25 | 73.68 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 5 | 0.99 | 0 | 0.97 | 0.33 | 121.41 | 0.99 | 0.34 |
| Hex | 1 | AB | 5 | 63 | 0 | 61 | 21 | 79 | 63 | 22 |
| Octal | 1 | 253 | 5 | 143 | 0 | 141 | 41 | 171 | 143 | 42 |
| Binary | 1 | 10101011 | 101 | 1100011 | 0 | 1100001 | 100001 | 1111001 | 1100011 | 100010 |
Color Harmonies of #01AB05
Complementary color
Monochromatic Colors of #01AB05
Black with #01AB05
Text Example
Text Example
White with #01AB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB05; }
p { color: rgb(1,171,5); }
H1.HeaderClassName
{
color: #01AB05;
}
.AnyTagClassName
{
color: #01AB05;
}
</style>
background-color css
<style>
a { background-color: #01AB05; }
a { background-color: rgb(1,171,5); }
div.DivClassName
{
background-color: #01AB05;
}
.BgClassName
{
background-color: #01AB05;
}
</style>
border-color css
<style>
span { border-color: #01AB05; }
span { border-color: rgb(1,171,5); }
td.TdClassName
{
border-color: #01AB05;
}
.TagClassName
{
border-color: #01AB05;
}
</style>