Shades of Islamic Green #12940C
Tints of Islamic Green #12940C
RGB
CMYK
RGB Variations
Color information
#12940C (or 0x12940C) is known color: Islamic Green. HEX triplet: 12, 94 and 0C. RGB value is (18,148,12). Sum of RGB (Red+Green+Blue) = 18+148+12=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 148 (58.20% from 255 or 83.15% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 148 - color contains mainly: green. Hex color #12940C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12940C is #ED6BF3. Grayscale: #5E5E5E. Windows color (decimal): -15559668 or 824338. OLE color: 824338.
HSL color Cylindrical-coordinate representation of color #12940C: hue angle of 117.35º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12940C is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 12 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.42 |
| HSL | 117.35º | 0.85% | 0.31% | - |
| HSV(B) | 117.35º | 0.92% | 0.58% | - |
| XYZ | 10.91 | 21.33 | 3.89 | - |
| YUV | 93.63 | 81.93 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 12 | 0.88 | 0 | 0.92 | 0.42 | 117.35 | 0.85 | 0.31 |
| Hex | 12 | 94 | C | 58 | 0 | 5C | 2A | 75 | 55 | 1F |
| Octal | 22 | 224 | 14 | 130 | 0 | 134 | 52 | 165 | 125 | 37 |
| Binary | 10010 | 10010100 | 1100 | 1011000 | 0 | 1011100 | 101010 | 1110101 | 1010101 | 11111 |
Color Harmonies of #12940C
Complementary color
Monochromatic Colors of #12940C
Black with #12940C
Text Example
Text Example
White with #12940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12940C; }
p { color: rgb(18,148,12); }
H1.HeaderClassName
{
color: #12940C;
}
.AnyTagClassName
{
color: #12940C;
}
</style>
background-color css
<style>
a { background-color: #12940C; }
a { background-color: rgb(18,148,12); }
div.DivClassName
{
background-color: #12940C;
}
.BgClassName
{
background-color: #12940C;
}
</style>
border-color css
<style>
span { border-color: #12940C; }
span { border-color: rgb(18,148,12); }
td.TdClassName
{
border-color: #12940C;
}
.TagClassName
{
border-color: #12940C;
}
</style>