Shades of Islamic Green #16BC05
Tints of Islamic Green #16BC05
RGB
CMYK
RGB Variations
Color information
#16BC05 (or 0x16BC05) is known color: Islamic Green. HEX triplet: 16, BC and 05. RGB value is (22,188,5). Sum of RGB (Red+Green+Blue) = 22+188+5=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 188 (73.83% from 255 or 87.44% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BC05 is #E943FA. Grayscale: #767676. Windows color (decimal): -15287291 or 375830. OLE color: 375830.
HSL color Cylindrical-coordinate representation of color #16BC05: hue angle of 114.43º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #16BC05 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 5 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.26 |
| HSL | 114.43º | 0.95% | 0.38% | - |
| HSV(B) | 114.43º | 0.97% | 0.74% | - |
| XYZ | 18.34 | 36.15 | 6.15 | - |
| YUV | 117.5 | 64.5 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 5 | 0.88 | 0 | 0.97 | 0.26 | 114.43 | 0.95 | 0.38 |
| Hex | 16 | BC | 5 | 58 | 0 | 61 | 1A | 72 | 5F | 26 |
| Octal | 26 | 274 | 5 | 130 | 0 | 141 | 32 | 162 | 137 | 46 |
| Binary | 10110 | 10111100 | 101 | 1011000 | 0 | 1100001 | 11010 | 1110010 | 1011111 | 100110 |
Color Harmonies of #16BC05
Complementary color
Monochromatic Colors of #16BC05
Black with #16BC05
Text Example
Text Example
White with #16BC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BC05; }
p { color: rgb(22,188,5); }
H1.HeaderClassName
{
color: #16BC05;
}
.AnyTagClassName
{
color: #16BC05;
}
</style>
background-color css
<style>
a { background-color: #16BC05; }
a { background-color: rgb(22,188,5); }
div.DivClassName
{
background-color: #16BC05;
}
.BgClassName
{
background-color: #16BC05;
}
</style>
border-color css
<style>
span { border-color: #16BC05; }
span { border-color: rgb(22,188,5); }
td.TdClassName
{
border-color: #16BC05;
}
.TagClassName
{
border-color: #16BC05;
}
</style>