Shades of Islamic Green #01AF07
Tints of Islamic Green #01AF07
RGB
CMYK
RGB Variations
Color information
#01AF07 (or 0x01AF07) is known color: Islamic Green. HEX triplet: 01, AF and 07. RGB value is (1,175,7). Sum of RGB (Red+Green+Blue) = 1+175+7=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 175 (68.75% from 255 or 95.63% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AF07 is #FE50F8. Grayscale: #686868. Windows color (decimal): -16666873 or 503553. OLE color: 503553.
HSL color Cylindrical-coordinate representation of color #01AF07: hue angle of 122.07º 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 #01AF07 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 7 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.31 |
| HSL | 122.07º | 0.99% | 0.35% | - |
| HSV(B) | 122.07º | 0.99% | 0.69% | - |
| XYZ | 15.38 | 30.68 | 5.31 | - |
| YUV | 103.82 | 73.35 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 7 | 0.99 | 0 | 0.96 | 0.31 | 122.07 | 0.99 | 0.35 |
| Hex | 1 | AF | 7 | 63 | 0 | 60 | 1F | 7A | 63 | 23 |
| Octal | 1 | 257 | 7 | 143 | 0 | 140 | 37 | 172 | 143 | 43 |
| Binary | 1 | 10101111 | 111 | 1100011 | 0 | 1100000 | 11111 | 1111010 | 1100011 | 100011 |
Color Harmonies of #01AF07
Complementary color
Monochromatic Colors of #01AF07
Black with #01AF07
Text Example
Text Example
White with #01AF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF07; }
p { color: rgb(1,175,7); }
H1.HeaderClassName
{
color: #01AF07;
}
.AnyTagClassName
{
color: #01AF07;
}
</style>
background-color css
<style>
a { background-color: #01AF07; }
a { background-color: rgb(1,175,7); }
div.DivClassName
{
background-color: #01AF07;
}
.BgClassName
{
background-color: #01AF07;
}
</style>
border-color css
<style>
span { border-color: #01AF07; }
span { border-color: rgb(1,175,7); }
td.TdClassName
{
border-color: #01AF07;
}
.TagClassName
{
border-color: #01AF07;
}
</style>