Shades of Islamic Green #01AE0D
Tints of Islamic Green #01AE0D
RGB
CMYK
RGB Variations
Color information
#01AE0D (or 0x01AE0D) is known color: Islamic Green. HEX triplet: 01, AE and 0D. RGB value is (1,174,13). Sum of RGB (Red+Green+Blue) = 1+174+13=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 174 (68.36% from 255 or 92.55% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AE0D is #FE51F2. Grayscale: #686868. Windows color (decimal): -16667123 or 896513. OLE color: 896513.
HSL color Cylindrical-coordinate representation of color #01AE0D: hue angle of 124.16º 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 #01AE0D is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 174 | 13 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.32 |
| HSL | 124.16º | 0.99% | 0.34% | - |
| HSV(B) | 124.16º | 0.99% | 0.68% | - |
| XYZ | 15.22 | 30.31 | 5.43 | - |
| YUV | 103.92 | 76.69 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 174 | 13 | 0.99 | 0 | 0.93 | 0.32 | 124.16 | 0.99 | 0.34 |
| Hex | 1 | AE | D | 63 | 0 | 5D | 20 | 7C | 63 | 22 |
| Octal | 1 | 256 | 15 | 143 | 0 | 135 | 40 | 174 | 143 | 42 |
| Binary | 1 | 10101110 | 1101 | 1100011 | 0 | 1011101 | 100000 | 1111100 | 1100011 | 100010 |
Color Harmonies of #01AE0D
Complementary color
Monochromatic Colors of #01AE0D
Black with #01AE0D
Text Example
Text Example
White with #01AE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AE0D; }
p { color: rgb(1,174,13); }
H1.HeaderClassName
{
color: #01AE0D;
}
.AnyTagClassName
{
color: #01AE0D;
}
</style>
background-color css
<style>
a { background-color: #01AE0D; }
a { background-color: rgb(1,174,13); }
div.DivClassName
{
background-color: #01AE0D;
}
.BgClassName
{
background-color: #01AE0D;
}
</style>
border-color css
<style>
span { border-color: #01AE0D; }
span { border-color: rgb(1,174,13); }
td.TdClassName
{
border-color: #01AE0D;
}
.TagClassName
{
border-color: #01AE0D;
}
</style>