Shades of Islamic Green #16C10B
Tints of Islamic Green #16C10B
RGB
CMYK
RGB Variations
Color information
#16C10B (or 0x16C10B) is known color: Islamic Green. HEX triplet: 16, C1 and 0B. RGB value is (22,193,11). Sum of RGB (Red+Green+Blue) = 22+193+11=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 193 (75.78% from 255 or 85.40% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 193 - color contains mainly: green. Hex color #16C10B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C10B is #E93EF4. Grayscale: #797979. Windows color (decimal): -15286005 or 770326. OLE color: 770326.
HSL color Cylindrical-coordinate representation of color #16C10B: hue angle of 116.37º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16C10B is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 193 | 11 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.24 |
| HSL | 116.37º | 0.89% | 0.4% | - |
| HSV(B) | 116.37º | 0.94% | 0.76% | - |
| XYZ | 19.46 | 38.33 | 6.69 | - |
| YUV | 121.12 | 65.85 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 193 | 11 | 0.89 | 0 | 0.94 | 0.24 | 116.37 | 0.89 | 0.4 |
| Hex | 16 | C1 | B | 59 | 0 | 5E | 18 | 74 | 59 | 28 |
| Octal | 26 | 301 | 13 | 131 | 0 | 136 | 30 | 164 | 131 | 50 |
| Binary | 10110 | 11000001 | 1011 | 1011001 | 0 | 1011110 | 11000 | 1110100 | 1011001 | 101000 |
Color Harmonies of #16C10B
Complementary color
Monochromatic Colors of #16C10B
Black with #16C10B
Text Example
Text Example
White with #16C10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C10B; }
p { color: rgb(22,193,11); }
H1.HeaderClassName
{
color: #16C10B;
}
.AnyTagClassName
{
color: #16C10B;
}
</style>
background-color css
<style>
a { background-color: #16C10B; }
a { background-color: rgb(22,193,11); }
div.DivClassName
{
background-color: #16C10B;
}
.BgClassName
{
background-color: #16C10B;
}
</style>
border-color css
<style>
span { border-color: #16C10B; }
span { border-color: rgb(22,193,11); }
td.TdClassName
{
border-color: #16C10B;
}
.TagClassName
{
border-color: #16C10B;
}
</style>