Shades of Islamic Green #16BB03
Tints of Islamic Green #16BB03
RGB
CMYK
RGB Variations
Color information
#16BB03 (or 0x16BB03) is known color: Islamic Green. HEX triplet: 16, BB and 03. RGB value is (22,187,3). Sum of RGB (Red+Green+Blue) = 22+187+3=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 187 (73.44% from 255 or 88.21% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 187 - color contains mainly: green. Hex color #16BB03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BB03 is #E944FC. Grayscale: #757575. Windows color (decimal): -15287549 or 244502. OLE color: 244502.
HSL color Cylindrical-coordinate representation of color #16BB03: hue angle of 113.8º 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 #16BB03 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 187 | 3 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.27 |
| HSL | 113.8º | 0.97% | 0.37% | - |
| HSV(B) | 113.8º | 0.98% | 0.73% | - |
| XYZ | 18.12 | 35.72 | 6.03 | - |
| YUV | 116.69 | 63.84 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 3 | 0.88 | 0 | 0.98 | 0.27 | 113.8 | 0.97 | 0.37 |
| Hex | 16 | BB | 3 | 58 | 0 | 62 | 1B | 72 | 61 | 25 |
| Octal | 26 | 273 | 3 | 130 | 0 | 142 | 33 | 162 | 141 | 45 |
| Binary | 10110 | 10111011 | 11 | 1011000 | 0 | 1100010 | 11011 | 1110010 | 1100001 | 100101 |
Color Harmonies of #16BB03
Complementary color
Monochromatic Colors of #16BB03
Black with #16BB03
Text Example
Text Example
White with #16BB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BB03; }
p { color: rgb(22,187,3); }
H1.HeaderClassName
{
color: #16BB03;
}
.AnyTagClassName
{
color: #16BB03;
}
</style>
background-color css
<style>
a { background-color: #16BB03; }
a { background-color: rgb(22,187,3); }
div.DivClassName
{
background-color: #16BB03;
}
.BgClassName
{
background-color: #16BB03;
}
</style>
border-color css
<style>
span { border-color: #16BB03; }
span { border-color: rgb(22,187,3); }
td.TdClassName
{
border-color: #16BB03;
}
.TagClassName
{
border-color: #16BB03;
}
</style>