Shades of Islamic Green #18BB03
Tints of Islamic Green #18BB03
RGB
CMYK
RGB Variations
Color information
#18BB03 (or 0x18BB03) is known color: Islamic Green. HEX triplet: 18, BB and 03. RGB value is (24,187,3). Sum of RGB (Red+Green+Blue) = 24+187+3=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 187 (73.44% from 255 or 87.38% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BB03 is #E744FC. Grayscale: #757575. Windows color (decimal): -15156477 or 244504. OLE color: 244504.
HSL color Cylindrical-coordinate representation of color #18BB03: hue angle of 113.15º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18BB03 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 187 | 3 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.27 |
| HSL | 113.15º | 0.97% | 0.37% | - |
| HSV(B) | 113.15º | 0.98% | 0.73% | - |
| XYZ | 18.16 | 35.74 | 6.03 | - |
| YUV | 117.29 | 63.5 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 3 | 0.87 | 0 | 0.98 | 0.27 | 113.15 | 0.97 | 0.37 |
| Hex | 18 | BB | 3 | 57 | 0 | 62 | 1B | 71 | 61 | 25 |
| Octal | 30 | 273 | 3 | 127 | 0 | 142 | 33 | 161 | 141 | 45 |
| Binary | 11000 | 10111011 | 11 | 1010111 | 0 | 1100010 | 11011 | 1110001 | 1100001 | 100101 |
Color Harmonies of #18BB03
Complementary color
Monochromatic Colors of #18BB03
Black with #18BB03
Text Example
Text Example
White with #18BB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BB03; }
p { color: rgb(24,187,3); }
H1.HeaderClassName
{
color: #18BB03;
}
.AnyTagClassName
{
color: #18BB03;
}
</style>
background-color css
<style>
a { background-color: #18BB03; }
a { background-color: rgb(24,187,3); }
div.DivClassName
{
background-color: #18BB03;
}
.BgClassName
{
background-color: #18BB03;
}
</style>
border-color css
<style>
span { border-color: #18BB03; }
span { border-color: rgb(24,187,3); }
td.TdClassName
{
border-color: #18BB03;
}
.TagClassName
{
border-color: #18BB03;
}
</style>