Shades of Islamic Green #12B60C
Tints of Islamic Green #12B60C
RGB
CMYK
RGB Variations
Color information
#12B60C (or 0x12B60C) is known color: Islamic Green. HEX triplet: 12, B6 and 0C. RGB value is (18,182,12). Sum of RGB (Red+Green+Blue) = 18+182+12=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 182 (71.48% from 255 or 85.85% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 182 - color contains mainly: green. Hex color #12B60C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B60C is #ED49F3. Grayscale: #727272. Windows color (decimal): -15550964 or 833042. OLE color: 833042.
HSL color Cylindrical-coordinate representation of color #12B60C: hue angle of 117.88º 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 #12B60C is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 182 | 12 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.29 |
| HSL | 117.88º | 0.88% | 0.38% | - |
| HSV(B) | 117.88º | 0.93% | 0.71% | - |
| XYZ | 17.04 | 33.61 | 5.94 | - |
| YUV | 113.58 | 70.67 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 182 | 12 | 0.90 | 0 | 0.93 | 0.29 | 117.88 | 0.88 | 0.38 |
| Hex | 12 | B6 | C | 5A | 0 | 5D | 1D | 76 | 58 | 26 |
| Octal | 22 | 266 | 14 | 132 | 0 | 135 | 35 | 166 | 130 | 46 |
| Binary | 10010 | 10110110 | 1100 | 1011010 | 0 | 1011101 | 11101 | 1110110 | 1011000 | 100110 |
Color Harmonies of #12B60C
Complementary color
Monochromatic Colors of #12B60C
Black with #12B60C
Text Example
Text Example
White with #12B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B60C; }
p { color: rgb(18,182,12); }
H1.HeaderClassName
{
color: #12B60C;
}
.AnyTagClassName
{
color: #12B60C;
}
</style>
background-color css
<style>
a { background-color: #12B60C; }
a { background-color: rgb(18,182,12); }
div.DivClassName
{
background-color: #12B60C;
}
.BgClassName
{
background-color: #12B60C;
}
</style>
border-color css
<style>
span { border-color: #12B60C; }
span { border-color: rgb(18,182,12); }
td.TdClassName
{
border-color: #12B60C;
}
.TagClassName
{
border-color: #12B60C;
}
</style>