Shades of Islamic Green #18B211
Tints of Islamic Green #18B211
RGB
CMYK
RGB Variations
Color information
#18B211 (or 0x18B211) is known color: Islamic Green. HEX triplet: 18, B2 and 11. RGB value is (24,178,17). Sum of RGB (Red+Green+Blue) = 24+178+17=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 178 (69.92% from 255 or 81.28% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 178 - color contains mainly: green. Hex color #18B211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18B211 is #E74DEE. Grayscale: #727272. Windows color (decimal): -15158767 or 1159704. OLE color: 1159704.
HSL color Cylindrical-coordinate representation of color #18B211: hue angle of 117.39º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B211 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 178 | 17 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.30 |
| HSL | 117.39º | 0.83% | 0.38% | - |
| HSV(B) | 117.39º | 0.9% | 0.7% | - |
| XYZ | 16.4 | 32.08 | 5.86 | - |
| YUV | 113.6 | 73.48 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 178 | 17 | 0.87 | 0 | 0.90 | 0.30 | 117.39 | 0.83 | 0.38 |
| Hex | 18 | B2 | 11 | 57 | 0 | 5A | 1E | 75 | 53 | 26 |
| Octal | 30 | 262 | 21 | 127 | 0 | 132 | 36 | 165 | 123 | 46 |
| Binary | 11000 | 10110010 | 10001 | 1010111 | 0 | 1011010 | 11110 | 1110101 | 1010011 | 100110 |
Color Harmonies of #18B211
Complementary color
Monochromatic Colors of #18B211
Black with #18B211
Text Example
Text Example
White with #18B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B211; }
p { color: rgb(24,178,17); }
H1.HeaderClassName
{
color: #18B211;
}
.AnyTagClassName
{
color: #18B211;
}
</style>
background-color css
<style>
a { background-color: #18B211; }
a { background-color: rgb(24,178,17); }
div.DivClassName
{
background-color: #18B211;
}
.BgClassName
{
background-color: #18B211;
}
</style>
border-color css
<style>
span { border-color: #18B211; }
span { border-color: rgb(24,178,17); }
td.TdClassName
{
border-color: #18B211;
}
.TagClassName
{
border-color: #18B211;
}
</style>