Shades of Islamic Green #12BC06
Tints of Islamic Green #12BC06
RGB
CMYK
RGB Variations
Color information
#12BC06 (or 0x12BC06) is known color: Islamic Green. HEX triplet: 12, BC and 06. RGB value is (18,188,6). Sum of RGB (Red+Green+Blue) = 18+188+6=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 188 (73.83% from 255 or 88.68% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BC06 is #ED43F9. Grayscale: #747474. Windows color (decimal): -15549434 or 441362. OLE color: 441362.
HSL color Cylindrical-coordinate representation of color #12BC06: hue angle of 116.04º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12BC06 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 6 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.26 |
| HSL | 116.04º | 0.94% | 0.38% | - |
| HSV(B) | 116.04º | 0.97% | 0.74% | - |
| XYZ | 18.27 | 36.11 | 6.18 | - |
| YUV | 116.42 | 65.68 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 6 | 0.90 | 0 | 0.97 | 0.26 | 116.04 | 0.94 | 0.38 |
| Hex | 12 | BC | 6 | 5A | 0 | 61 | 1A | 74 | 5E | 26 |
| Octal | 22 | 274 | 6 | 132 | 0 | 141 | 32 | 164 | 136 | 46 |
| Binary | 10010 | 10111100 | 110 | 1011010 | 0 | 1100001 | 11010 | 1110100 | 1011110 | 100110 |
Color Harmonies of #12BC06
Complementary color
Monochromatic Colors of #12BC06
Black with #12BC06
Text Example
Text Example
White with #12BC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BC06; }
p { color: rgb(18,188,6); }
H1.HeaderClassName
{
color: #12BC06;
}
.AnyTagClassName
{
color: #12BC06;
}
</style>
background-color css
<style>
a { background-color: #12BC06; }
a { background-color: rgb(18,188,6); }
div.DivClassName
{
background-color: #12BC06;
}
.BgClassName
{
background-color: #12BC06;
}
</style>
border-color css
<style>
span { border-color: #12BC06; }
span { border-color: rgb(18,188,6); }
td.TdClassName
{
border-color: #12BC06;
}
.TagClassName
{
border-color: #12BC06;
}
</style>