Shades of Islamic Green #18B00C
Tints of Islamic Green #18B00C
RGB
CMYK
RGB Variations
Color information
#18B00C (or 0x18B00C) is known color: Islamic Green. HEX triplet: 18, B0 and 0C. RGB value is (24,176,12). Sum of RGB (Red+Green+Blue) = 24+176+12=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 176 (69.14% from 255 or 83.02% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 176 - color contains mainly: green. Hex color #18B00C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18B00C is #E74FF3. Grayscale: #707070. Windows color (decimal): -15159284 or 831512. OLE color: 831512.
HSL color Cylindrical-coordinate representation of color #18B00C: hue angle of 115.61º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18B00C is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 176 | 12 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.31 |
| HSL | 115.61º | 0.87% | 0.37% | - |
| HSV(B) | 115.61º | 0.93% | 0.69% | - |
| XYZ | 15.97 | 31.27 | 5.54 | - |
| YUV | 111.86 | 71.64 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 176 | 12 | 0.86 | 0 | 0.93 | 0.31 | 115.61 | 0.87 | 0.37 |
| Hex | 18 | B0 | C | 56 | 0 | 5D | 1F | 74 | 57 | 25 |
| Octal | 30 | 260 | 14 | 126 | 0 | 135 | 37 | 164 | 127 | 45 |
| Binary | 11000 | 10110000 | 1100 | 1010110 | 0 | 1011101 | 11111 | 1110100 | 1010111 | 100101 |
Color Harmonies of #18B00C
Complementary color
Monochromatic Colors of #18B00C
Black with #18B00C
Text Example
Text Example
White with #18B00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B00C; }
p { color: rgb(24,176,12); }
H1.HeaderClassName
{
color: #18B00C;
}
.AnyTagClassName
{
color: #18B00C;
}
</style>
background-color css
<style>
a { background-color: #18B00C; }
a { background-color: rgb(24,176,12); }
div.DivClassName
{
background-color: #18B00C;
}
.BgClassName
{
background-color: #18B00C;
}
</style>
border-color css
<style>
span { border-color: #18B00C; }
span { border-color: rgb(24,176,12); }
td.TdClassName
{
border-color: #18B00C;
}
.TagClassName
{
border-color: #18B00C;
}
</style>