Shades of Islamic Green #16950D
Tints of Islamic Green #16950D
RGB
CMYK
RGB Variations
Color information
#16950D (or 0x16950D) is known color: Islamic Green. HEX triplet: 16, 95 and 0D. RGB value is (22,149,13). Sum of RGB (Red+Green+Blue) = 22+149+13=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 149 (58.59% from 255 or 80.98% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 149 - color contains mainly: green. Hex color #16950D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16950D is #E96AF2. Grayscale: #5F5F5F. Windows color (decimal): -15297267 or 890134. OLE color: 890134.
HSL color Cylindrical-coordinate representation of color #16950D: hue angle of 116.03º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16950D is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 149 | 13 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.42 |
| HSL | 116.03º | 0.84% | 0.32% | - |
| HSV(B) | 116.03º | 0.91% | 0.58% | - |
| XYZ | 11.15 | 21.69 | 3.98 | - |
| YUV | 95.52 | 81.42 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 13 | 0.85 | 0 | 0.91 | 0.42 | 116.03 | 0.84 | 0.32 |
| Hex | 16 | 95 | D | 55 | 0 | 5B | 2A | 74 | 54 | 20 |
| Octal | 26 | 225 | 15 | 125 | 0 | 133 | 52 | 164 | 124 | 40 |
| Binary | 10110 | 10010101 | 1101 | 1010101 | 0 | 1011011 | 101010 | 1110100 | 1010100 | 100000 |
Color Harmonies of #16950D
Complementary color
Monochromatic Colors of #16950D
Black with #16950D
Text Example
Text Example
White with #16950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16950D; }
p { color: rgb(22,149,13); }
H1.HeaderClassName
{
color: #16950D;
}
.AnyTagClassName
{
color: #16950D;
}
</style>
background-color css
<style>
a { background-color: #16950D; }
a { background-color: rgb(22,149,13); }
div.DivClassName
{
background-color: #16950D;
}
.BgClassName
{
background-color: #16950D;
}
</style>
border-color css
<style>
span { border-color: #16950D; }
span { border-color: rgb(22,149,13); }
td.TdClassName
{
border-color: #16950D;
}
.TagClassName
{
border-color: #16950D;
}
</style>