Shades of Islamic Green #01AF14
Tints of Islamic Green #01AF14
RGB
CMYK
RGB Variations
Color information
#01AF14 (or 0x01AF14) is known color: Islamic Green. HEX triplet: 01, AF and 14. RGB value is (1,175,20). Sum of RGB (Red+Green+Blue) = 1+175+20=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 175 (68.75% from 255 or 89.29% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AF14 is #FE50EB. Grayscale: #696969. Windows color (decimal): -16666860 or 1355521. OLE color: 1355521.
HSL color Cylindrical-coordinate representation of color #01AF14: hue angle of 126.55º 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 #01AF14 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 20 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.31 |
| HSL | 126.55º | 0.99% | 0.35% | - |
| HSV(B) | 126.55º | 0.99% | 0.69% | - |
| XYZ | 15.47 | 30.72 | 5.78 | - |
| YUV | 105.3 | 79.85 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 20 | 0.99 | 0 | 0.89 | 0.31 | 126.55 | 0.99 | 0.35 |
| Hex | 1 | AF | 14 | 63 | 0 | 59 | 1F | 7F | 63 | 23 |
| Octal | 1 | 257 | 24 | 143 | 0 | 131 | 37 | 177 | 143 | 43 |
| Binary | 1 | 10101111 | 10100 | 1100011 | 0 | 1011001 | 11111 | 1111111 | 1100011 | 100011 |
Color Harmonies of #01AF14
Complementary color
Monochromatic Colors of #01AF14
Black with #01AF14
Text Example
Text Example
White with #01AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF14; }
p { color: rgb(1,175,20); }
H1.HeaderClassName
{
color: #01AF14;
}
.AnyTagClassName
{
color: #01AF14;
}
</style>
background-color css
<style>
a { background-color: #01AF14; }
a { background-color: rgb(1,175,20); }
div.DivClassName
{
background-color: #01AF14;
}
.BgClassName
{
background-color: #01AF14;
}
</style>
border-color css
<style>
span { border-color: #01AF14; }
span { border-color: rgb(1,175,20); }
td.TdClassName
{
border-color: #01AF14;
}
.TagClassName
{
border-color: #01AF14;
}
</style>