Shades of Islamic Green #168D00
Tints of Islamic Green #168D00
RGB
CMYK
RGB Variations
Color information
#168D00 (or 0x168D00) is known color: Islamic Green. HEX triplet: 16, 8D and 00. RGB value is (22,141,0). Sum of RGB (Red+Green+Blue) = 22+141+0=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 141 (55.47% from 255 or 86.50% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 141 - color contains mainly: green. Hex color #168D00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168D00 is #E972FF. Grayscale: #595959. Windows color (decimal): -15299328 or 36118. OLE color: 36118.
HSL color Cylindrical-coordinate representation of color #168D00: hue angle of 110.64º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #168D00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 141 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.45 |
| HSL | 110.64º | 1% | 0.28% | - |
| HSV(B) | 110.64º | 1% | 0.55% | - |
| XYZ | 9.86 | 19.22 | 3.19 | - |
| YUV | 89.35 | 77.58 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 0 | 0.84 | 0 | 1 | 0.45 | 110.64 | 1 | 0.28 |
| Hex | 16 | 8D | 0 | 54 | 0 | 64 | 2D | 6F | 64 | 1C |
| Octal | 26 | 215 | 0 | 124 | 0 | 144 | 55 | 157 | 144 | 34 |
| Binary | 10110 | 10001101 | 0 | 1010100 | 0 | 1100100 | 101101 | 1101111 | 1100100 | 11100 |
Color Harmonies of #168D00
Complementary color
Monochromatic Colors of #168D00
Black with #168D00
Text Example
Text Example
White with #168D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168D00; }
p { color: rgb(22,141,0); }
H1.HeaderClassName
{
color: #168D00;
}
.AnyTagClassName
{
color: #168D00;
}
</style>
background-color css
<style>
a { background-color: #168D00; }
a { background-color: rgb(22,141,0); }
div.DivClassName
{
background-color: #168D00;
}
.BgClassName
{
background-color: #168D00;
}
</style>
border-color css
<style>
span { border-color: #168D00; }
span { border-color: rgb(22,141,0); }
td.TdClassName
{
border-color: #168D00;
}
.TagClassName
{
border-color: #168D00;
}
</style>