Shades of Islamic Green #18B50F
Tints of Islamic Green #18B50F
RGB
CMYK
RGB Variations
Color information
#18B50F (or 0x18B50F) is known color: Islamic Green. HEX triplet: 18, B5 and 0F. RGB value is (24,181,15). Sum of RGB (Red+Green+Blue) = 24+181+15=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 181 (71.09% from 255 or 82.27% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 181 - color contains mainly: green. Hex color #18B50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B50F is #E74AF0. Grayscale: #737373. Windows color (decimal): -15158001 or 1029400. OLE color: 1029400.
HSL color Cylindrical-coordinate representation of color #18B50F: hue angle of 116.75º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18B50F is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 181 | 15 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.29 |
| HSL | 116.75º | 0.85% | 0.38% | - |
| HSV(B) | 116.75º | 0.92% | 0.71% | - |
| XYZ | 16.99 | 33.28 | 5.98 | - |
| YUV | 115.13 | 71.49 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 15 | 0.87 | 0 | 0.92 | 0.29 | 116.75 | 0.85 | 0.38 |
| Hex | 18 | B5 | F | 57 | 0 | 5C | 1D | 75 | 55 | 26 |
| Octal | 30 | 265 | 17 | 127 | 0 | 134 | 35 | 165 | 125 | 46 |
| Binary | 11000 | 10110101 | 1111 | 1010111 | 0 | 1011100 | 11101 | 1110101 | 1010101 | 100110 |
Color Harmonies of #18B50F
Complementary color
Monochromatic Colors of #18B50F
Black with #18B50F
Text Example
Text Example
White with #18B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B50F; }
p { color: rgb(24,181,15); }
H1.HeaderClassName
{
color: #18B50F;
}
.AnyTagClassName
{
color: #18B50F;
}
</style>
background-color css
<style>
a { background-color: #18B50F; }
a { background-color: rgb(24,181,15); }
div.DivClassName
{
background-color: #18B50F;
}
.BgClassName
{
background-color: #18B50F;
}
</style>
border-color css
<style>
span { border-color: #18B50F; }
span { border-color: rgb(24,181,15); }
td.TdClassName
{
border-color: #18B50F;
}
.TagClassName
{
border-color: #18B50F;
}
</style>