Shades of Islamic Green #18AB0C
Tints of Islamic Green #18AB0C
RGB
CMYK
RGB Variations
Color information
#18AB0C (or 0x18AB0C) is known color: Islamic Green. HEX triplet: 18, AB and 0C. RGB value is (24,171,12). Sum of RGB (Red+Green+Blue) = 24+171+12=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 171 (67.19% from 255 or 82.61% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AB0C is #E754F3. Grayscale: #6D6D6D. Windows color (decimal): -15160564 or 830232. OLE color: 830232.
HSL color Cylindrical-coordinate representation of color #18AB0C: hue angle of 115.47º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18AB0C is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 12 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.33 |
| HSL | 115.47º | 0.87% | 0.36% | - |
| HSV(B) | 115.47º | 0.93% | 0.67% | - |
| XYZ | 15.01 | 29.35 | 5.22 | - |
| YUV | 108.92 | 73.3 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 12 | 0.86 | 0 | 0.93 | 0.33 | 115.47 | 0.87 | 0.36 |
| Hex | 18 | AB | C | 56 | 0 | 5D | 21 | 73 | 57 | 24 |
| Octal | 30 | 253 | 14 | 126 | 0 | 135 | 41 | 163 | 127 | 44 |
| Binary | 11000 | 10101011 | 1100 | 1010110 | 0 | 1011101 | 100001 | 1110011 | 1010111 | 100100 |
Color Harmonies of #18AB0C
Complementary color
Monochromatic Colors of #18AB0C
Black with #18AB0C
Text Example
Text Example
White with #18AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB0C; }
p { color: rgb(24,171,12); }
H1.HeaderClassName
{
color: #18AB0C;
}
.AnyTagClassName
{
color: #18AB0C;
}
</style>
background-color css
<style>
a { background-color: #18AB0C; }
a { background-color: rgb(24,171,12); }
div.DivClassName
{
background-color: #18AB0C;
}
.BgClassName
{
background-color: #18AB0C;
}
</style>
border-color css
<style>
span { border-color: #18AB0C; }
span { border-color: rgb(24,171,12); }
td.TdClassName
{
border-color: #18AB0C;
}
.TagClassName
{
border-color: #18AB0C;
}
</style>