Shades of Islamic Green #18BC08
Tints of Islamic Green #18BC08
RGB
CMYK
RGB Variations
Color information
#18BC08 (or 0x18BC08) is known color: Islamic Green. HEX triplet: 18, BC and 08. RGB value is (24,188,8). Sum of RGB (Red+Green+Blue) = 24+188+8=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 188 (73.83% from 255 or 85.45% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BC08 is #E743F7. Grayscale: #767676. Windows color (decimal): -15156216 or 572440. OLE color: 572440.
HSL color Cylindrical-coordinate representation of color #18BC08: hue angle of 114.67º degrees, saturation: 0.92, 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 #18BC08 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 8 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.26 |
| HSL | 114.67º | 0.92% | 0.38% | - |
| HSV(B) | 114.67º | 0.96% | 0.74% | - |
| XYZ | 18.4 | 36.18 | 6.24 | - |
| YUV | 118.44 | 65.67 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 8 | 0.87 | 0 | 0.96 | 0.26 | 114.67 | 0.92 | 0.38 |
| Hex | 18 | BC | 8 | 57 | 0 | 60 | 1A | 73 | 5C | 26 |
| Octal | 30 | 274 | 10 | 127 | 0 | 140 | 32 | 163 | 134 | 46 |
| Binary | 11000 | 10111100 | 1000 | 1010111 | 0 | 1100000 | 11010 | 1110011 | 1011100 | 100110 |
Color Harmonies of #18BC08
Complementary color
Monochromatic Colors of #18BC08
Black with #18BC08
Text Example
Text Example
White with #18BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BC08; }
p { color: rgb(24,188,8); }
H1.HeaderClassName
{
color: #18BC08;
}
.AnyTagClassName
{
color: #18BC08;
}
</style>
background-color css
<style>
a { background-color: #18BC08; }
a { background-color: rgb(24,188,8); }
div.DivClassName
{
background-color: #18BC08;
}
.BgClassName
{
background-color: #18BC08;
}
</style>
border-color css
<style>
span { border-color: #18BC08; }
span { border-color: rgb(24,188,8); }
td.TdClassName
{
border-color: #18BC08;
}
.TagClassName
{
border-color: #18BC08;
}
</style>