Shades of Islamic Green #01AF0F
Tints of Islamic Green #01AF0F
RGB
CMYK
RGB Variations
Color information
#01AF0F (or 0x01AF0F) is known color: Islamic Green. HEX triplet: 01, AF and 0F. RGB value is (1,175,15). Sum of RGB (Red+Green+Blue) = 1+175+15=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 175 (68.75% from 255 or 91.62% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AF0F is #FE50F0. Grayscale: #696969. Windows color (decimal): -16666865 or 1027841. OLE color: 1027841.
HSL color Cylindrical-coordinate representation of color #01AF0F: hue angle of 124.83º 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 #01AF0F is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 15 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.31 |
| HSL | 124.83º | 0.99% | 0.35% | - |
| HSV(B) | 124.83º | 0.99% | 0.69% | - |
| XYZ | 15.43 | 30.7 | 5.56 | - |
| YUV | 104.73 | 77.35 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 15 | 0.99 | 0 | 0.91 | 0.31 | 124.83 | 0.99 | 0.35 |
| Hex | 1 | AF | F | 63 | 0 | 5B | 1F | 7D | 63 | 23 |
| Octal | 1 | 257 | 17 | 143 | 0 | 133 | 37 | 175 | 143 | 43 |
| Binary | 1 | 10101111 | 1111 | 1100011 | 0 | 1011011 | 11111 | 1111101 | 1100011 | 100011 |
Color Harmonies of #01AF0F
Complementary color
Monochromatic Colors of #01AF0F
Black with #01AF0F
Text Example
Text Example
White with #01AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF0F; }
p { color: rgb(1,175,15); }
H1.HeaderClassName
{
color: #01AF0F;
}
.AnyTagClassName
{
color: #01AF0F;
}
</style>
background-color css
<style>
a { background-color: #01AF0F; }
a { background-color: rgb(1,175,15); }
div.DivClassName
{
background-color: #01AF0F;
}
.BgClassName
{
background-color: #01AF0F;
}
</style>
border-color css
<style>
span { border-color: #01AF0F; }
span { border-color: rgb(1,175,15); }
td.TdClassName
{
border-color: #01AF0F;
}
.TagClassName
{
border-color: #01AF0F;
}
</style>