Shades of Islamic Green #18AD11
Tints of Islamic Green #18AD11
RGB
CMYK
RGB Variations
Color information
#18AD11 (or 0x18AD11) is known color: Islamic Green. HEX triplet: 18, AD and 11. RGB value is (24,173,17). Sum of RGB (Red+Green+Blue) = 24+173+17=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 173 (67.97% from 255 or 80.84% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AD11 is #E752EE. Grayscale: #6F6F6F. Windows color (decimal): -15160047 or 1158424. OLE color: 1158424.
HSL color Cylindrical-coordinate representation of color #18AD11: hue angle of 117.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AD11 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 17 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.32 |
| HSL | 117.31º | 0.82% | 0.37% | - |
| HSV(B) | 117.31º | 0.9% | 0.68% | - |
| XYZ | 15.42 | 30.12 | 5.53 | - |
| YUV | 110.67 | 75.14 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 17 | 0.86 | 0 | 0.90 | 0.32 | 117.31 | 0.82 | 0.37 |
| Hex | 18 | AD | 11 | 56 | 0 | 5A | 20 | 75 | 52 | 25 |
| Octal | 30 | 255 | 21 | 126 | 0 | 132 | 40 | 165 | 122 | 45 |
| Binary | 11000 | 10101101 | 10001 | 1010110 | 0 | 1011010 | 100000 | 1110101 | 1010010 | 100101 |
Color Harmonies of #18AD11
Complementary color
Monochromatic Colors of #18AD11
Black with #18AD11
Text Example
Text Example
White with #18AD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD11; }
p { color: rgb(24,173,17); }
H1.HeaderClassName
{
color: #18AD11;
}
.AnyTagClassName
{
color: #18AD11;
}
</style>
background-color css
<style>
a { background-color: #18AD11; }
a { background-color: rgb(24,173,17); }
div.DivClassName
{
background-color: #18AD11;
}
.BgClassName
{
background-color: #18AD11;
}
</style>
border-color css
<style>
span { border-color: #18AD11; }
span { border-color: rgb(24,173,17); }
td.TdClassName
{
border-color: #18AD11;
}
.TagClassName
{
border-color: #18AD11;
}
</style>