Shades of Islamic Green #18B60C
Tints of Islamic Green #18B60C
RGB
CMYK
RGB Variations
Color information
#18B60C (or 0x18B60C) is known color: Islamic Green. HEX triplet: 18, B6 and 0C. RGB value is (24,182,12). Sum of RGB (Red+Green+Blue) = 24+182+12=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 182 (71.48% from 255 or 83.49% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 182 - color contains mainly: green. Hex color #18B60C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B60C is #E749F3. Grayscale: #737373. Windows color (decimal): -15157748 or 833048. OLE color: 833048.
HSL color Cylindrical-coordinate representation of color #18B60C: hue angle of 115.76º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18B60C is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 182 | 12 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.29 |
| HSL | 115.76º | 0.88% | 0.38% | - |
| HSV(B) | 115.76º | 0.93% | 0.71% | - |
| XYZ | 17.17 | 33.68 | 5.94 | - |
| YUV | 115.38 | 69.65 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 182 | 12 | 0.87 | 0 | 0.93 | 0.29 | 115.76 | 0.88 | 0.38 |
| Hex | 18 | B6 | C | 57 | 0 | 5D | 1D | 74 | 58 | 26 |
| Octal | 30 | 266 | 14 | 127 | 0 | 135 | 35 | 164 | 130 | 46 |
| Binary | 11000 | 10110110 | 1100 | 1010111 | 0 | 1011101 | 11101 | 1110100 | 1011000 | 100110 |
Color Harmonies of #18B60C
Complementary color
Monochromatic Colors of #18B60C
Black with #18B60C
Text Example
Text Example
White with #18B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B60C; }
p { color: rgb(24,182,12); }
H1.HeaderClassName
{
color: #18B60C;
}
.AnyTagClassName
{
color: #18B60C;
}
</style>
background-color css
<style>
a { background-color: #18B60C; }
a { background-color: rgb(24,182,12); }
div.DivClassName
{
background-color: #18B60C;
}
.BgClassName
{
background-color: #18B60C;
}
</style>
border-color css
<style>
span { border-color: #18B60C; }
span { border-color: rgb(24,182,12); }
td.TdClassName
{
border-color: #18B60C;
}
.TagClassName
{
border-color: #18B60C;
}
</style>