Shades of Islamic Green #18AD13
Tints of Islamic Green #18AD13
RGB
CMYK
RGB Variations
Color information
#18AD13 (or 0x18AD13) is known color: Islamic Green. HEX triplet: 18, AD and 13. RGB value is (24,173,19). Sum of RGB (Red+Green+Blue) = 24+173+19=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 173 (67.97% from 255 or 80.09% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AD13 is #E752EC. Grayscale: #6F6F6F. Windows color (decimal): -15160045 or 1289496. OLE color: 1289496.
HSL color Cylindrical-coordinate representation of color #18AD13: hue angle of 118.05º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AD13 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 19 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.32 |
| HSL | 118.05º | 0.8% | 0.38% | - |
| HSV(B) | 118.05º | 0.89% | 0.68% | - |
| XYZ | 15.44 | 30.13 | 5.62 | - |
| YUV | 110.89 | 76.14 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 19 | 0.86 | 0 | 0.89 | 0.32 | 118.05 | 0.8 | 0.38 |
| Hex | 18 | AD | 13 | 56 | 0 | 59 | 20 | 76 | 50 | 26 |
| Octal | 30 | 255 | 23 | 126 | 0 | 131 | 40 | 166 | 120 | 46 |
| Binary | 11000 | 10101101 | 10011 | 1010110 | 0 | 1011001 | 100000 | 1110110 | 1010000 | 100110 |
Color Harmonies of #18AD13
Complementary color
Monochromatic Colors of #18AD13
Black with #18AD13
Text Example
Text Example
White with #18AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD13; }
p { color: rgb(24,173,19); }
H1.HeaderClassName
{
color: #18AD13;
}
.AnyTagClassName
{
color: #18AD13;
}
</style>
background-color css
<style>
a { background-color: #18AD13; }
a { background-color: rgb(24,173,19); }
div.DivClassName
{
background-color: #18AD13;
}
.BgClassName
{
background-color: #18AD13;
}
</style>
border-color css
<style>
span { border-color: #18AD13; }
span { border-color: rgb(24,173,19); }
td.TdClassName
{
border-color: #18AD13;
}
.TagClassName
{
border-color: #18AD13;
}
</style>