Shades of Islamic Green #01AB1C
Tints of Islamic Green #01AB1C
RGB
CMYK
RGB Variations
Color information
#01AB1C (or 0x01AB1C) is known color: Islamic Green. HEX triplet: 01, AB and 1C. RGB value is (1,171,28). Sum of RGB (Red+Green+Blue) = 1+171+28=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 171 (67.19% from 255 or 85.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AB1C is #FE54E3. Grayscale: #686868. Windows color (decimal): -16667876 or 1878785. OLE color: 1878785.
HSL color Cylindrical-coordinate representation of color #01AB1C: hue angle of 129.53º 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 #01AB1C is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 28 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.33 |
| HSL | 129.53º | 0.99% | 0.34% | - |
| HSV(B) | 129.53º | 0.99% | 0.67% | - |
| XYZ | 14.79 | 29.22 | 5.96 | - |
| YUV | 103.87 | 85.18 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 28 | 0.99 | 0 | 0.84 | 0.33 | 129.53 | 0.99 | 0.34 |
| Hex | 1 | AB | 1C | 63 | 0 | 54 | 21 | 82 | 63 | 22 |
| Octal | 1 | 253 | 34 | 143 | 0 | 124 | 41 | 202 | 143 | 42 |
| Binary | 1 | 10101011 | 11100 | 1100011 | 0 | 1010100 | 100001 | 10000010 | 1100011 | 100010 |
Color Harmonies of #01AB1C
Complementary color
Monochromatic Colors of #01AB1C
Black with #01AB1C
Text Example
Text Example
White with #01AB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB1C; }
p { color: rgb(1,171,28); }
H1.HeaderClassName
{
color: #01AB1C;
}
.AnyTagClassName
{
color: #01AB1C;
}
</style>
background-color css
<style>
a { background-color: #01AB1C; }
a { background-color: rgb(1,171,28); }
div.DivClassName
{
background-color: #01AB1C;
}
.BgClassName
{
background-color: #01AB1C;
}
</style>
border-color css
<style>
span { border-color: #01AB1C; }
span { border-color: rgb(1,171,28); }
td.TdClassName
{
border-color: #01AB1C;
}
.TagClassName
{
border-color: #01AB1C;
}
</style>