Shades of Islamic Green #18BC10
Tints of Islamic Green #18BC10
RGB
CMYK
RGB Variations
Color information
#18BC10 (or 0x18BC10) is known color: Islamic Green. HEX triplet: 18, BC and 10. RGB value is (24,188,16). Sum of RGB (Red+Green+Blue) = 24+188+16=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 188 (73.83% from 255 or 82.46% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BC10 is #E743EF. Grayscale: #777777. Windows color (decimal): -15156208 or 1096728. OLE color: 1096728.
HSL color Cylindrical-coordinate representation of color #18BC10: hue angle of 117.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18BC10 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 16 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.26 |
| HSL | 117.21º | 0.84% | 0.4% | - |
| HSV(B) | 117.21º | 0.91% | 0.74% | - |
| XYZ | 18.45 | 36.2 | 6.5 | - |
| YUV | 119.36 | 69.67 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 16 | 0.87 | 0 | 0.91 | 0.26 | 117.21 | 0.84 | 0.4 |
| Hex | 18 | BC | 10 | 57 | 0 | 5B | 1A | 75 | 54 | 28 |
| Octal | 30 | 274 | 20 | 127 | 0 | 133 | 32 | 165 | 124 | 50 |
| Binary | 11000 | 10111100 | 10000 | 1010111 | 0 | 1011011 | 11010 | 1110101 | 1010100 | 101000 |
Color Harmonies of #18BC10
Complementary color
Monochromatic Colors of #18BC10
Black with #18BC10
Text Example
Text Example
White with #18BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BC10; }
p { color: rgb(24,188,16); }
H1.HeaderClassName
{
color: #18BC10;
}
.AnyTagClassName
{
color: #18BC10;
}
</style>
background-color css
<style>
a { background-color: #18BC10; }
a { background-color: rgb(24,188,16); }
div.DivClassName
{
background-color: #18BC10;
}
.BgClassName
{
background-color: #18BC10;
}
</style>
border-color css
<style>
span { border-color: #18BC10; }
span { border-color: rgb(24,188,16); }
td.TdClassName
{
border-color: #18BC10;
}
.TagClassName
{
border-color: #18BC10;
}
</style>