Shades of Islamic Green #16BB07
Tints of Islamic Green #16BB07
RGB
CMYK
RGB Variations
Color information
#16BB07 (or 0x16BB07) is known color: Islamic Green. HEX triplet: 16, BB and 07. RGB value is (22,187,7). Sum of RGB (Red+Green+Blue) = 22+187+7=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 187 (73.44% from 255 or 86.57% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 187 - color contains mainly: green. Hex color #16BB07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BB07 is #E944F8. Grayscale: #757575. Windows color (decimal): -15287545 or 506646. OLE color: 506646.
HSL color Cylindrical-coordinate representation of color #16BB07: hue angle of 115º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16BB07 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 187 | 7 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.27 |
| HSL | 115º | 0.93% | 0.38% | - |
| HSV(B) | 115º | 0.96% | 0.73% | - |
| XYZ | 18.14 | 35.73 | 6.14 | - |
| YUV | 117.15 | 65.84 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 7 | 0.88 | 0 | 0.96 | 0.27 | 115 | 0.93 | 0.38 |
| Hex | 16 | BB | 7 | 58 | 0 | 60 | 1B | 73 | 5D | 26 |
| Octal | 26 | 273 | 7 | 130 | 0 | 140 | 33 | 163 | 135 | 46 |
| Binary | 10110 | 10111011 | 111 | 1011000 | 0 | 1100000 | 11011 | 1110011 | 1011101 | 100110 |
Color Harmonies of #16BB07
Complementary color
Monochromatic Colors of #16BB07
Black with #16BB07
Text Example
Text Example
White with #16BB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BB07; }
p { color: rgb(22,187,7); }
H1.HeaderClassName
{
color: #16BB07;
}
.AnyTagClassName
{
color: #16BB07;
}
</style>
background-color css
<style>
a { background-color: #16BB07; }
a { background-color: rgb(22,187,7); }
div.DivClassName
{
background-color: #16BB07;
}
.BgClassName
{
background-color: #16BB07;
}
</style>
border-color css
<style>
span { border-color: #16BB07; }
span { border-color: rgb(22,187,7); }
td.TdClassName
{
border-color: #16BB07;
}
.TagClassName
{
border-color: #16BB07;
}
</style>