Shades of Islamic Green #16950B
Tints of Islamic Green #16950B
RGB
CMYK
RGB Variations
Color information
#16950B (or 0x16950B) is known color: Islamic Green. HEX triplet: 16, 95 and 0B. RGB value is (22,149,11). Sum of RGB (Red+Green+Blue) = 22+149+11=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 149 (58.59% from 255 or 81.87% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 149 - color contains mainly: green. Hex color #16950B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16950B is #E96AF4. Grayscale: #5F5F5F. Windows color (decimal): -15297269 or 759062. OLE color: 759062.
HSL color Cylindrical-coordinate representation of color #16950B: hue angle of 115.22º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16950B is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 149 | 11 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.42 |
| HSL | 115.22º | 0.86% | 0.31% | - |
| HSV(B) | 115.22º | 0.93% | 0.58% | - |
| XYZ | 11.14 | 21.69 | 3.92 | - |
| YUV | 95.3 | 80.42 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 11 | 0.85 | 0 | 0.93 | 0.42 | 115.22 | 0.86 | 0.31 |
| Hex | 16 | 95 | B | 55 | 0 | 5D | 2A | 73 | 56 | 1F |
| Octal | 26 | 225 | 13 | 125 | 0 | 135 | 52 | 163 | 126 | 37 |
| Binary | 10110 | 10010101 | 1011 | 1010101 | 0 | 1011101 | 101010 | 1110011 | 1010110 | 11111 |
Color Harmonies of #16950B
Complementary color
Monochromatic Colors of #16950B
Black with #16950B
Text Example
Text Example
White with #16950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16950B; }
p { color: rgb(22,149,11); }
H1.HeaderClassName
{
color: #16950B;
}
.AnyTagClassName
{
color: #16950B;
}
</style>
background-color css
<style>
a { background-color: #16950B; }
a { background-color: rgb(22,149,11); }
div.DivClassName
{
background-color: #16950B;
}
.BgClassName
{
background-color: #16950B;
}
</style>
border-color css
<style>
span { border-color: #16950B; }
span { border-color: rgb(22,149,11); }
td.TdClassName
{
border-color: #16950B;
}
.TagClassName
{
border-color: #16950B;
}
</style>