Shades of Islamic Green #18BC00
Tints of Islamic Green #18BC00
RGB
CMYK
RGB Variations
Color information
#18BC00 (or 0x18BC00) is known color: Islamic Green. HEX triplet: 18, BC and 00. RGB value is (24,188,0). Sum of RGB (Red+Green+Blue) = 24+188+0=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 188 (73.83% from 255 or 88.68% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BC00 is #E743FF. Grayscale: #767676. Windows color (decimal): -15156224 or 48152. OLE color: 48152.
HSL color Cylindrical-coordinate representation of color #18BC00: hue angle of 112.34º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18BC00 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.26 |
| HSL | 112.34º | 1% | 0.37% | - |
| HSV(B) | 112.34º | 1% | 0.74% | - |
| XYZ | 18.36 | 36.16 | 6.01 | - |
| YUV | 117.53 | 61.67 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 0 | 0.87 | 0 | 1 | 0.26 | 112.34 | 1 | 0.37 |
| Hex | 18 | BC | 0 | 57 | 0 | 64 | 1A | 70 | 64 | 25 |
| Octal | 30 | 274 | 0 | 127 | 0 | 144 | 32 | 160 | 144 | 45 |
| Binary | 11000 | 10111100 | 0 | 1010111 | 0 | 1100100 | 11010 | 1110000 | 1100100 | 100101 |
Color Harmonies of #18BC00
Complementary color
Monochromatic Colors of #18BC00
Black with #18BC00
Text Example
Text Example
White with #18BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BC00; }
p { color: rgb(24,188,0); }
H1.HeaderClassName
{
color: #18BC00;
}
.AnyTagClassName
{
color: #18BC00;
}
</style>
background-color css
<style>
a { background-color: #18BC00; }
a { background-color: rgb(24,188,0); }
div.DivClassName
{
background-color: #18BC00;
}
.BgClassName
{
background-color: #18BC00;
}
</style>
border-color css
<style>
span { border-color: #18BC00; }
span { border-color: rgb(24,188,0); }
td.TdClassName
{
border-color: #18BC00;
}
.TagClassName
{
border-color: #18BC00;
}
</style>