Shades of Islamic Green #01AF11
Tints of Islamic Green #01AF11
RGB
CMYK
RGB Variations
Color information
#01AF11 (or 0x01AF11) is known color: Islamic Green. HEX triplet: 01, AF and 11. RGB value is (1,175,17). Sum of RGB (Red+Green+Blue) = 1+175+17=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 175 (68.75% from 255 or 90.67% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AF11 is #FE50EE. Grayscale: #696969. Windows color (decimal): -16666863 or 1158913. OLE color: 1158913.
HSL color Cylindrical-coordinate representation of color #01AF11: hue angle of 125.52º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF11 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 17 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.31 |
| HSL | 125.52º | 0.99% | 0.35% | - |
| HSV(B) | 125.52º | 0.99% | 0.69% | - |
| XYZ | 15.44 | 30.71 | 5.64 | - |
| YUV | 104.96 | 78.35 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 17 | 0.99 | 0 | 0.90 | 0.31 | 125.52 | 0.99 | 0.35 |
| Hex | 1 | AF | 11 | 63 | 0 | 5A | 1F | 7E | 63 | 23 |
| Octal | 1 | 257 | 21 | 143 | 0 | 132 | 37 | 176 | 143 | 43 |
| Binary | 1 | 10101111 | 10001 | 1100011 | 0 | 1011010 | 11111 | 1111110 | 1100011 | 100011 |
Color Harmonies of #01AF11
Complementary color
Monochromatic Colors of #01AF11
Black with #01AF11
Text Example
Text Example
White with #01AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF11; }
p { color: rgb(1,175,17); }
H1.HeaderClassName
{
color: #01AF11;
}
.AnyTagClassName
{
color: #01AF11;
}
</style>
background-color css
<style>
a { background-color: #01AF11; }
a { background-color: rgb(1,175,17); }
div.DivClassName
{
background-color: #01AF11;
}
.BgClassName
{
background-color: #01AF11;
}
</style>
border-color css
<style>
span { border-color: #01AF11; }
span { border-color: rgb(1,175,17); }
td.TdClassName
{
border-color: #01AF11;
}
.TagClassName
{
border-color: #01AF11;
}
</style>