Shades of Islamic Green #18A511
Tints of Islamic Green #18A511
RGB
CMYK
RGB Variations
Color information
#18A511 (or 0x18A511) is known color: Islamic Green. HEX triplet: 18, A5 and 11. RGB value is (24,165,17). Sum of RGB (Red+Green+Blue) = 24+165+17=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 165 (64.84% from 255 or 80.10% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 165 - color contains mainly: green. Hex color #18A511 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A511 is #E75AEE. Grayscale: #6A6A6A. Windows color (decimal): -15162095 or 1156376. OLE color: 1156376.
HSL color Cylindrical-coordinate representation of color #18A511: hue angle of 117.16º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A511 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 165 | 17 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.35 |
| HSL | 117.16º | 0.81% | 0.36% | - |
| HSV(B) | 117.16º | 0.9% | 0.65% | - |
| XYZ | 13.93 | 27.14 | 5.04 | - |
| YUV | 105.97 | 77.79 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 165 | 17 | 0.85 | 0 | 0.90 | 0.35 | 117.16 | 0.81 | 0.36 |
| Hex | 18 | A5 | 11 | 55 | 0 | 5A | 23 | 75 | 51 | 24 |
| Octal | 30 | 245 | 21 | 125 | 0 | 132 | 43 | 165 | 121 | 44 |
| Binary | 11000 | 10100101 | 10001 | 1010101 | 0 | 1011010 | 100011 | 1110101 | 1010001 | 100100 |
Color Harmonies of #18A511
Complementary color
Monochromatic Colors of #18A511
Black with #18A511
Text Example
Text Example
White with #18A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A511; }
p { color: rgb(24,165,17); }
H1.HeaderClassName
{
color: #18A511;
}
.AnyTagClassName
{
color: #18A511;
}
</style>
background-color css
<style>
a { background-color: #18A511; }
a { background-color: rgb(24,165,17); }
div.DivClassName
{
background-color: #18A511;
}
.BgClassName
{
background-color: #18A511;
}
</style>
border-color css
<style>
span { border-color: #18A511; }
span { border-color: rgb(24,165,17); }
td.TdClassName
{
border-color: #18A511;
}
.TagClassName
{
border-color: #18A511;
}
</style>