Shades of Islamic Green #18BC03
Tints of Islamic Green #18BC03
RGB
CMYK
RGB Variations
Color information
#18BC03 (or 0x18BC03) is known color: Islamic Green. HEX triplet: 18, BC and 03. RGB value is (24,188,3). Sum of RGB (Red+Green+Blue) = 24+188+3=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 188 (73.83% from 255 or 87.44% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BC03 is #E743FC. Grayscale: #767676. Windows color (decimal): -15156221 or 244760. OLE color: 244760.
HSL color Cylindrical-coordinate representation of color #18BC03: hue angle of 113.19º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18BC03 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 3 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.26 |
| HSL | 113.19º | 0.97% | 0.37% | - |
| HSV(B) | 113.19º | 0.98% | 0.74% | - |
| XYZ | 18.38 | 36.17 | 6.1 | - |
| YUV | 117.87 | 63.17 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 3 | 0.87 | 0 | 0.98 | 0.26 | 113.19 | 0.97 | 0.37 |
| Hex | 18 | BC | 3 | 57 | 0 | 62 | 1A | 71 | 61 | 25 |
| Octal | 30 | 274 | 3 | 127 | 0 | 142 | 32 | 161 | 141 | 45 |
| Binary | 11000 | 10111100 | 11 | 1010111 | 0 | 1100010 | 11010 | 1110001 | 1100001 | 100101 |
Color Harmonies of #18BC03
Complementary color
Monochromatic Colors of #18BC03
Black with #18BC03
Text Example
Text Example
White with #18BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BC03; }
p { color: rgb(24,188,3); }
H1.HeaderClassName
{
color: #18BC03;
}
.AnyTagClassName
{
color: #18BC03;
}
</style>
background-color css
<style>
a { background-color: #18BC03; }
a { background-color: rgb(24,188,3); }
div.DivClassName
{
background-color: #18BC03;
}
.BgClassName
{
background-color: #18BC03;
}
</style>
border-color css
<style>
span { border-color: #18BC03; }
span { border-color: rgb(24,188,3); }
td.TdClassName
{
border-color: #18BC03;
}
.TagClassName
{
border-color: #18BC03;
}
</style>