Shades of Islamic Green #12AC16
Tints of Islamic Green #12AC16
RGB
CMYK
RGB Variations
Color information
#12AC16 (or 0x12AC16) is known color: Islamic Green. HEX triplet: 12, AC and 16. RGB value is (18,172,22). Sum of RGB (Red+Green+Blue) = 18+172+22=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 172 (67.58% from 255 or 81.13% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AC16 is #ED53E9. Grayscale: #6D6D6D. Windows color (decimal): -15553514 or 1485842. OLE color: 1485842.
HSL color Cylindrical-coordinate representation of color #12AC16: hue angle of 121.56º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC16 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 172 | 22 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.33 |
| HSL | 121.56º | 0.81% | 0.37% | - |
| HSV(B) | 121.56º | 0.9% | 0.67% | - |
| XYZ | 15.15 | 29.69 | 5.69 | - |
| YUV | 108.85 | 78.98 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 22 | 0.90 | 0 | 0.87 | 0.33 | 121.56 | 0.81 | 0.37 |
| Hex | 12 | AC | 16 | 5A | 0 | 57 | 21 | 7A | 51 | 25 |
| Octal | 22 | 254 | 26 | 132 | 0 | 127 | 41 | 172 | 121 | 45 |
| Binary | 10010 | 10101100 | 10110 | 1011010 | 0 | 1010111 | 100001 | 1111010 | 1010001 | 100101 |
Color Harmonies of #12AC16
Complementary color
Monochromatic Colors of #12AC16
Black with #12AC16
Text Example
Text Example
White with #12AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AC16; }
p { color: rgb(18,172,22); }
H1.HeaderClassName
{
color: #12AC16;
}
.AnyTagClassName
{
color: #12AC16;
}
</style>
background-color css
<style>
a { background-color: #12AC16; }
a { background-color: rgb(18,172,22); }
div.DivClassName
{
background-color: #12AC16;
}
.BgClassName
{
background-color: #12AC16;
}
</style>
border-color css
<style>
span { border-color: #12AC16; }
span { border-color: rgb(18,172,22); }
td.TdClassName
{
border-color: #12AC16;
}
.TagClassName
{
border-color: #12AC16;
}
</style>