Shades of Islamic Green #18AD0E
Tints of Islamic Green #18AD0E
RGB
CMYK
RGB Variations
Color information
#18AD0E (or 0x18AD0E) is known color: Islamic Green. HEX triplet: 18, AD and 0E. RGB value is (24,173,14). Sum of RGB (Red+Green+Blue) = 24+173+14=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 173 (67.97% from 255 or 81.99% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AD0E is #E752F1. Grayscale: #6E6E6E. Windows color (decimal): -15160050 or 961816. OLE color: 961816.
HSL color Cylindrical-coordinate representation of color #18AD0E: hue angle of 116.23º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18AD0E is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 14 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.32 |
| HSL | 116.23º | 0.85% | 0.37% | - |
| HSV(B) | 116.23º | 0.92% | 0.68% | - |
| XYZ | 15.4 | 30.11 | 5.42 | - |
| YUV | 110.32 | 73.64 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 14 | 0.86 | 0 | 0.92 | 0.32 | 116.23 | 0.85 | 0.37 |
| Hex | 18 | AD | E | 56 | 0 | 5C | 20 | 74 | 55 | 25 |
| Octal | 30 | 255 | 16 | 126 | 0 | 134 | 40 | 164 | 125 | 45 |
| Binary | 11000 | 10101101 | 1110 | 1010110 | 0 | 1011100 | 100000 | 1110100 | 1010101 | 100101 |
Color Harmonies of #18AD0E
Complementary color
Monochromatic Colors of #18AD0E
Black with #18AD0E
Text Example
Text Example
White with #18AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD0E; }
p { color: rgb(24,173,14); }
H1.HeaderClassName
{
color: #18AD0E;
}
.AnyTagClassName
{
color: #18AD0E;
}
</style>
background-color css
<style>
a { background-color: #18AD0E; }
a { background-color: rgb(24,173,14); }
div.DivClassName
{
background-color: #18AD0E;
}
.BgClassName
{
background-color: #18AD0E;
}
</style>
border-color css
<style>
span { border-color: #18AD0E; }
span { border-color: rgb(24,173,14); }
td.TdClassName
{
border-color: #18AD0E;
}
.TagClassName
{
border-color: #18AD0E;
}
</style>