Shades of Islamic Green #01AD14
Tints of Islamic Green #01AD14
RGB
CMYK
RGB Variations
Color information
#01AD14 (or 0x01AD14) is known color: Islamic Green. HEX triplet: 01, AD and 14. RGB value is (1,173,20). Sum of RGB (Red+Green+Blue) = 1+173+20=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 173 (67.97% from 255 or 89.18% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AD14 is #FE52EB. Grayscale: #686868. Windows color (decimal): -16667372 or 1355009. OLE color: 1355009.
HSL color Cylindrical-coordinate representation of color #01AD14: hue angle of 126.63º 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 #01AD14 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 20 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.32 |
| HSL | 126.63º | 0.99% | 0.34% | - |
| HSV(B) | 126.63º | 0.99% | 0.68% | - |
| XYZ | 15.08 | 29.94 | 5.65 | - |
| YUV | 104.13 | 80.52 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 20 | 0.99 | 0 | 0.88 | 0.32 | 126.63 | 0.99 | 0.34 |
| Hex | 1 | AD | 14 | 63 | 0 | 58 | 20 | 7F | 63 | 22 |
| Octal | 1 | 255 | 24 | 143 | 0 | 130 | 40 | 177 | 143 | 42 |
| Binary | 1 | 10101101 | 10100 | 1100011 | 0 | 1011000 | 100000 | 1111111 | 1100011 | 100010 |
Color Harmonies of #01AD14
Complementary color
Monochromatic Colors of #01AD14
Black with #01AD14
Text Example
Text Example
White with #01AD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD14; }
p { color: rgb(1,173,20); }
H1.HeaderClassName
{
color: #01AD14;
}
.AnyTagClassName
{
color: #01AD14;
}
</style>
background-color css
<style>
a { background-color: #01AD14; }
a { background-color: rgb(1,173,20); }
div.DivClassName
{
background-color: #01AD14;
}
.BgClassName
{
background-color: #01AD14;
}
</style>
border-color css
<style>
span { border-color: #01AD14; }
span { border-color: rgb(1,173,20); }
td.TdClassName
{
border-color: #01AD14;
}
.TagClassName
{
border-color: #01AD14;
}
</style>