Shades of Islamic Green #01AD16
Tints of Islamic Green #01AD16
RGB
CMYK
RGB Variations
Color information
#01AD16 (or 0x01AD16) is known color: Islamic Green. HEX triplet: 01, AD and 16. RGB value is (1,173,22). Sum of RGB (Red+Green+Blue) = 1+173+22=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 173 (67.97% from 255 or 88.27% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AD16 is #FE52E9. Grayscale: #686868. Windows color (decimal): -16667370 or 1486081. OLE color: 1486081.
HSL color Cylindrical-coordinate representation of color #01AD16: hue angle of 127.33º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AD16 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 22 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.32 |
| HSL | 127.33º | 0.99% | 0.34% | - |
| HSV(B) | 127.33º | 0.99% | 0.68% | - |
| XYZ | 15.1 | 29.95 | 5.74 | - |
| YUV | 104.36 | 81.52 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 22 | 0.99 | 0 | 0.87 | 0.32 | 127.33 | 0.99 | 0.34 |
| Hex | 1 | AD | 16 | 63 | 0 | 57 | 20 | 7F | 63 | 22 |
| Octal | 1 | 255 | 26 | 143 | 0 | 127 | 40 | 177 | 143 | 42 |
| Binary | 1 | 10101101 | 10110 | 1100011 | 0 | 1010111 | 100000 | 1111111 | 1100011 | 100010 |
Color Harmonies of #01AD16
Complementary color
Monochromatic Colors of #01AD16
Black with #01AD16
Text Example
Text Example
White with #01AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD16; }
p { color: rgb(1,173,22); }
H1.HeaderClassName
{
color: #01AD16;
}
.AnyTagClassName
{
color: #01AD16;
}
</style>
background-color css
<style>
a { background-color: #01AD16; }
a { background-color: rgb(1,173,22); }
div.DivClassName
{
background-color: #01AD16;
}
.BgClassName
{
background-color: #01AD16;
}
</style>
border-color css
<style>
span { border-color: #01AD16; }
span { border-color: rgb(1,173,22); }
td.TdClassName
{
border-color: #01AD16;
}
.TagClassName
{
border-color: #01AD16;
}
</style>