Shades of Islamic Green #12B012
Tints of Islamic Green #12B012
RGB
CMYK
RGB Variations
Color information
#12B012 (or 0x12B012) is known color: Islamic Green. HEX triplet: 12, B0 and 12. RGB value is (18,176,18). Sum of RGB (Red+Green+Blue) = 18+176+18=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 176 (69.14% from 255 or 83.02% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 176 - color contains mainly: green. Hex color #12B012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12B012 is #ED4FED. Grayscale: #6F6F6F. Windows color (decimal): -15552494 or 1224722. OLE color: 1224722.
HSL color Cylindrical-coordinate representation of color #12B012: hue angle of 120º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B012 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 176 | 18 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.31 |
| HSL | 120º | 0.81% | 0.38% | - |
| HSV(B) | 120º | 0.9% | 0.69% | - |
| XYZ | 15.88 | 31.22 | 5.76 | - |
| YUV | 110.75 | 75.65 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 176 | 18 | 0.90 | 0 | 0.90 | 0.31 | 120 | 0.81 | 0.38 |
| Hex | 12 | B0 | 12 | 5A | 0 | 5A | 1F | 78 | 51 | 26 |
| Octal | 22 | 260 | 22 | 132 | 0 | 132 | 37 | 170 | 121 | 46 |
| Binary | 10010 | 10110000 | 10010 | 1011010 | 0 | 1011010 | 11111 | 1111000 | 1010001 | 100110 |
Color Harmonies of #12B012
Complementary color
Monochromatic Colors of #12B012
Black with #12B012
Text Example
Text Example
White with #12B012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B012; }
p { color: rgb(18,176,18); }
H1.HeaderClassName
{
color: #12B012;
}
.AnyTagClassName
{
color: #12B012;
}
</style>
background-color css
<style>
a { background-color: #12B012; }
a { background-color: rgb(18,176,18); }
div.DivClassName
{
background-color: #12B012;
}
.BgClassName
{
background-color: #12B012;
}
</style>
border-color css
<style>
span { border-color: #12B012; }
span { border-color: rgb(18,176,18); }
td.TdClassName
{
border-color: #12B012;
}
.TagClassName
{
border-color: #12B012;
}
</style>