Shades of Islamic Green #18BD0B
Tints of Islamic Green #18BD0B
RGB
CMYK
RGB Variations
Color information
#18BD0B (or 0x18BD0B) is known color: Islamic Green. HEX triplet: 18, BD and 0B. RGB value is (24,189,11). Sum of RGB (Red+Green+Blue) = 24+189+11=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 189 (74.22% from 255 or 84.38% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BD0B is #E742F4. Grayscale: #777777. Windows color (decimal): -15155957 or 769304. OLE color: 769304.
HSL color Cylindrical-coordinate representation of color #18BD0B: hue angle of 115.62º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18BD0B is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 189 | 11 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.26 |
| HSL | 115.62º | 0.89% | 0.39% | - |
| HSV(B) | 115.62º | 0.94% | 0.74% | - |
| XYZ | 18.63 | 36.61 | 6.4 | - |
| YUV | 119.37 | 66.84 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 11 | 0.87 | 0 | 0.94 | 0.26 | 115.62 | 0.89 | 0.39 |
| Hex | 18 | BD | B | 57 | 0 | 5E | 1A | 74 | 59 | 27 |
| Octal | 30 | 275 | 13 | 127 | 0 | 136 | 32 | 164 | 131 | 47 |
| Binary | 11000 | 10111101 | 1011 | 1010111 | 0 | 1011110 | 11010 | 1110100 | 1011001 | 100111 |
Color Harmonies of #18BD0B
Complementary color
Monochromatic Colors of #18BD0B
Black with #18BD0B
Text Example
Text Example
White with #18BD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BD0B; }
p { color: rgb(24,189,11); }
H1.HeaderClassName
{
color: #18BD0B;
}
.AnyTagClassName
{
color: #18BD0B;
}
</style>
background-color css
<style>
a { background-color: #18BD0B; }
a { background-color: rgb(24,189,11); }
div.DivClassName
{
background-color: #18BD0B;
}
.BgClassName
{
background-color: #18BD0B;
}
</style>
border-color css
<style>
span { border-color: #18BD0B; }
span { border-color: rgb(24,189,11); }
td.TdClassName
{
border-color: #18BD0B;
}
.TagClassName
{
border-color: #18BD0B;
}
</style>