Shades of Islamic Green #01A31B
Tints of Islamic Green #01A31B
RGB
CMYK
RGB Variations
Color information
#01A31B (or 0x01A31B) is known color: Islamic Green. HEX triplet: 01, A3 and 1B. RGB value is (1,163,27). Sum of RGB (Red+Green+Blue) = 1+163+27=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 163 (64.06% from 255 or 85.34% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 163 - color contains mainly: green. Hex color #01A31B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A31B is #FE5CE4. Grayscale: #636363. Windows color (decimal): -16669925 or 1811201. OLE color: 1811201.
HSL color Cylindrical-coordinate representation of color #01A31B: hue angle of 129.63º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A31B is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 163 | 27 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.36 |
| HSL | 129.63º | 0.99% | 0.32% | - |
| HSV(B) | 129.63º | 0.99% | 0.64% | - |
| XYZ | 13.31 | 26.28 | 5.41 | - |
| YUV | 99.06 | 87.33 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 163 | 27 | 0.99 | 0 | 0.83 | 0.36 | 129.63 | 0.99 | 0.32 |
| Hex | 1 | A3 | 1B | 63 | 0 | 53 | 24 | 82 | 63 | 20 |
| Octal | 1 | 243 | 33 | 143 | 0 | 123 | 44 | 202 | 143 | 40 |
| Binary | 1 | 10100011 | 11011 | 1100011 | 0 | 1010011 | 100100 | 10000010 | 1100011 | 100000 |
Color Harmonies of #01A31B
Complementary color
Monochromatic Colors of #01A31B
Black with #01A31B
Text Example
Text Example
White with #01A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A31B; }
p { color: rgb(1,163,27); }
H1.HeaderClassName
{
color: #01A31B;
}
.AnyTagClassName
{
color: #01A31B;
}
</style>
background-color css
<style>
a { background-color: #01A31B; }
a { background-color: rgb(1,163,27); }
div.DivClassName
{
background-color: #01A31B;
}
.BgClassName
{
background-color: #01A31B;
}
</style>
border-color css
<style>
span { border-color: #01A31B; }
span { border-color: rgb(1,163,27); }
td.TdClassName
{
border-color: #01A31B;
}
.TagClassName
{
border-color: #01A31B;
}
</style>