Shades of Islamic Green #16980C
Tints of Islamic Green #16980C
RGB
CMYK
RGB Variations
Color information
#16980C (or 0x16980C) is known color: Islamic Green. HEX triplet: 16, 98 and 0C. RGB value is (22,152,12). Sum of RGB (Red+Green+Blue) = 22+152+12=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 152 (59.77% from 255 or 81.72% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 152 - color contains mainly: green. Hex color #16980C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16980C is #E967F3. Grayscale: #616161. Windows color (decimal): -15296500 or 825366. OLE color: 825366.
HSL color Cylindrical-coordinate representation of color #16980C: hue angle of 115.71º 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 #16980C is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 12 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.40 |
| HSL | 115.71º | 0.85% | 0.32% | - |
| HSV(B) | 115.71º | 0.92% | 0.6% | - |
| XYZ | 11.63 | 22.65 | 4.11 | - |
| YUV | 97.17 | 79.93 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 12 | 0.86 | 0 | 0.92 | 0.40 | 115.71 | 0.85 | 0.32 |
| Hex | 16 | 98 | C | 56 | 0 | 5C | 28 | 74 | 55 | 20 |
| Octal | 26 | 230 | 14 | 126 | 0 | 134 | 50 | 164 | 125 | 40 |
| Binary | 10110 | 10011000 | 1100 | 1010110 | 0 | 1011100 | 101000 | 1110100 | 1010101 | 100000 |
Color Harmonies of #16980C
Complementary color
Monochromatic Colors of #16980C
Black with #16980C
Text Example
Text Example
White with #16980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16980C; }
p { color: rgb(22,152,12); }
H1.HeaderClassName
{
color: #16980C;
}
.AnyTagClassName
{
color: #16980C;
}
</style>
background-color css
<style>
a { background-color: #16980C; }
a { background-color: rgb(22,152,12); }
div.DivClassName
{
background-color: #16980C;
}
.BgClassName
{
background-color: #16980C;
}
</style>
border-color css
<style>
span { border-color: #16980C; }
span { border-color: rgb(22,152,12); }
td.TdClassName
{
border-color: #16980C;
}
.TagClassName
{
border-color: #16980C;
}
</style>