Shades of Islamic Green #18A605
Tints of Islamic Green #18A605
RGB
CMYK
RGB Variations
Color information
#18A605 (or 0x18A605) is known color: Islamic Green. HEX triplet: 18, A6 and 05. RGB value is (24,166,5). Sum of RGB (Red+Green+Blue) = 24+166+5=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 166 (65.23% from 255 or 85.13% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 166 - color contains mainly: green. Hex color #18A605 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A605 is #E759FA. Grayscale: #696969. Windows color (decimal): -15161851 or 370200. OLE color: 370200.
HSL color Cylindrical-coordinate representation of color #18A605: hue angle of 112.92º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18A605 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 166 | 5 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.35 |
| HSL | 112.92º | 0.94% | 0.34% | - |
| HSV(B) | 112.92º | 0.97% | 0.65% | - |
| XYZ | 14.04 | 27.48 | 4.71 | - |
| YUV | 105.19 | 71.46 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 5 | 0.86 | 0 | 0.97 | 0.35 | 112.92 | 0.94 | 0.34 |
| Hex | 18 | A6 | 5 | 56 | 0 | 61 | 23 | 71 | 5E | 22 |
| Octal | 30 | 246 | 5 | 126 | 0 | 141 | 43 | 161 | 136 | 42 |
| Binary | 11000 | 10100110 | 101 | 1010110 | 0 | 1100001 | 100011 | 1110001 | 1011110 | 100010 |
Color Harmonies of #18A605
Complementary color
Monochromatic Colors of #18A605
Black with #18A605
Text Example
Text Example
White with #18A605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A605; }
p { color: rgb(24,166,5); }
H1.HeaderClassName
{
color: #18A605;
}
.AnyTagClassName
{
color: #18A605;
}
</style>
background-color css
<style>
a { background-color: #18A605; }
a { background-color: rgb(24,166,5); }
div.DivClassName
{
background-color: #18A605;
}
.BgClassName
{
background-color: #18A605;
}
</style>
border-color css
<style>
span { border-color: #18A605; }
span { border-color: rgb(24,166,5); }
td.TdClassName
{
border-color: #18A605;
}
.TagClassName
{
border-color: #18A605;
}
</style>