Shades of Islamic Green #16990C
Tints of Islamic Green #16990C
RGB
CMYK
RGB Variations
Color information
#16990C (or 0x16990C) is known color: Islamic Green. HEX triplet: 16, 99 and 0C. RGB value is (22,153,12). Sum of RGB (Red+Green+Blue) = 22+153+12=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 153 (60.16% from 255 or 81.82% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 153 - color contains mainly: green. Hex color #16990C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16990C is #E966F3. Grayscale: #626262. Windows color (decimal): -15296244 or 825622. OLE color: 825622.
HSL color Cylindrical-coordinate representation of color #16990C: hue angle of 115.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #16990C is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 153 | 12 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.4 |
| HSL | 115.74º | 0.85% | 0.32% | - |
| HSV(B) | 115.74º | 0.92% | 0.6% | - |
| XYZ | 11.79 | 22.98 | 4.16 | - |
| YUV | 97.76 | 79.6 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 12 | 0.86 | 0 | 0.92 | 0.4 | 115.74 | 0.85 | 0.32 |
| Hex | 16 | 99 | C | 56 | 0 | 5C | 28 | 74 | 55 | 20 |
| Octal | 26 | 231 | 14 | 126 | 0 | 134 | 50 | 164 | 125 | 40 |
| Binary | 10110 | 10011001 | 1100 | 1010110 | 0 | 1011100 | 101000 | 1110100 | 1010101 | 100000 |
Color Harmonies of #16990C
Complementary color
Monochromatic Colors of #16990C
Black with #16990C
Text Example
Text Example
White with #16990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16990C; }
p { color: rgb(22,153,12); }
H1.HeaderClassName
{
color: #16990C;
}
.AnyTagClassName
{
color: #16990C;
}
</style>
background-color css
<style>
a { background-color: #16990C; }
a { background-color: rgb(22,153,12); }
div.DivClassName
{
background-color: #16990C;
}
.BgClassName
{
background-color: #16990C;
}
</style>
border-color css
<style>
span { border-color: #16990C; }
span { border-color: rgb(22,153,12); }
td.TdClassName
{
border-color: #16990C;
}
.TagClassName
{
border-color: #16990C;
}
</style>