Shades of Islamic Green #16B40C
Tints of Islamic Green #16B40C
RGB
CMYK
RGB Variations
Color information
#16B40C (or 0x16B40C) is known color: Islamic Green. HEX triplet: 16, B4 and 0C. RGB value is (22,180,12). Sum of RGB (Red+Green+Blue) = 22+180+12=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 180 (70.70% from 255 or 84.11% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 180 - color contains mainly: green. Hex color #16B40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16B40C is #E94BF3. Grayscale: #727272. Windows color (decimal): -15289332 or 832534. OLE color: 832534.
HSL color Cylindrical-coordinate representation of color #16B40C: hue angle of 116.43º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16B40C is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 180 | 12 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.29 |
| HSL | 116.43º | 0.88% | 0.38% | - |
| HSV(B) | 116.43º | 0.93% | 0.71% | - |
| XYZ | 16.72 | 32.84 | 5.81 | - |
| YUV | 113.61 | 70.65 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 180 | 12 | 0.88 | 0 | 0.93 | 0.29 | 116.43 | 0.88 | 0.38 |
| Hex | 16 | B4 | C | 58 | 0 | 5D | 1D | 74 | 58 | 26 |
| Octal | 26 | 264 | 14 | 130 | 0 | 135 | 35 | 164 | 130 | 46 |
| Binary | 10110 | 10110100 | 1100 | 1011000 | 0 | 1011101 | 11101 | 1110100 | 1011000 | 100110 |
Color Harmonies of #16B40C
Complementary color
Monochromatic Colors of #16B40C
Black with #16B40C
Text Example
Text Example
White with #16B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B40C; }
p { color: rgb(22,180,12); }
H1.HeaderClassName
{
color: #16B40C;
}
.AnyTagClassName
{
color: #16B40C;
}
</style>
background-color css
<style>
a { background-color: #16B40C; }
a { background-color: rgb(22,180,12); }
div.DivClassName
{
background-color: #16B40C;
}
.BgClassName
{
background-color: #16B40C;
}
</style>
border-color css
<style>
span { border-color: #16B40C; }
span { border-color: rgb(22,180,12); }
td.TdClassName
{
border-color: #16B40C;
}
.TagClassName
{
border-color: #16B40C;
}
</style>