Shades of Islamic Green #18BC07
Tints of Islamic Green #18BC07
RGB
CMYK
RGB Variations
Color information
#18BC07 (or 0x18BC07) is known color: Islamic Green. HEX triplet: 18, BC and 07. RGB value is (24,188,7). Sum of RGB (Red+Green+Blue) = 24+188+7=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 188 (73.83% from 255 or 85.84% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BC07 is #E743F8. Grayscale: #767676. Windows color (decimal): -15156217 or 506904. OLE color: 506904.
HSL color Cylindrical-coordinate representation of color #18BC07: hue angle of 114.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18BC07 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 7 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.26 |
| HSL | 114.36º | 0.93% | 0.38% | - |
| HSV(B) | 114.36º | 0.96% | 0.74% | - |
| XYZ | 18.4 | 36.18 | 6.21 | - |
| YUV | 118.33 | 65.17 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 7 | 0.87 | 0 | 0.96 | 0.26 | 114.36 | 0.93 | 0.38 |
| Hex | 18 | BC | 7 | 57 | 0 | 60 | 1A | 72 | 5D | 26 |
| Octal | 30 | 274 | 7 | 127 | 0 | 140 | 32 | 162 | 135 | 46 |
| Binary | 11000 | 10111100 | 111 | 1010111 | 0 | 1100000 | 11010 | 1110010 | 1011101 | 100110 |
Color Harmonies of #18BC07
Complementary color
Monochromatic Colors of #18BC07
Black with #18BC07
Text Example
Text Example
White with #18BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BC07; }
p { color: rgb(24,188,7); }
H1.HeaderClassName
{
color: #18BC07;
}
.AnyTagClassName
{
color: #18BC07;
}
</style>
background-color css
<style>
a { background-color: #18BC07; }
a { background-color: rgb(24,188,7); }
div.DivClassName
{
background-color: #18BC07;
}
.BgClassName
{
background-color: #18BC07;
}
</style>
border-color css
<style>
span { border-color: #18BC07; }
span { border-color: rgb(24,188,7); }
td.TdClassName
{
border-color: #18BC07;
}
.TagClassName
{
border-color: #18BC07;
}
</style>