Shades of Islamic Green #12BA09
Tints of Islamic Green #12BA09
RGB
CMYK
RGB Variations
Color information
#12BA09 (or 0x12BA09) is known color: Islamic Green. HEX triplet: 12, BA and 09. RGB value is (18,186,9). Sum of RGB (Red+Green+Blue) = 18+186+9=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 186 (73.05% from 255 or 87.32% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BA09 is #ED45F6. Grayscale: #747474. Windows color (decimal): -15549943 or 637458. OLE color: 637458.
HSL color Cylindrical-coordinate representation of color #12BA09: hue angle of 116.95º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12BA09 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 9 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.27 |
| HSL | 116.95º | 0.91% | 0.38% | - |
| HSV(B) | 116.95º | 0.95% | 0.73% | - |
| XYZ | 17.86 | 35.27 | 6.12 | - |
| YUV | 115.59 | 67.84 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 9 | 0.90 | 0 | 0.95 | 0.27 | 116.95 | 0.91 | 0.38 |
| Hex | 12 | BA | 9 | 5A | 0 | 5F | 1B | 75 | 5B | 26 |
| Octal | 22 | 272 | 11 | 132 | 0 | 137 | 33 | 165 | 133 | 46 |
| Binary | 10010 | 10111010 | 1001 | 1011010 | 0 | 1011111 | 11011 | 1110101 | 1011011 | 100110 |
Color Harmonies of #12BA09
Complementary color
Monochromatic Colors of #12BA09
Black with #12BA09
Text Example
Text Example
White with #12BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA09; }
p { color: rgb(18,186,9); }
H1.HeaderClassName
{
color: #12BA09;
}
.AnyTagClassName
{
color: #12BA09;
}
</style>
background-color css
<style>
a { background-color: #12BA09; }
a { background-color: rgb(18,186,9); }
div.DivClassName
{
background-color: #12BA09;
}
.BgClassName
{
background-color: #12BA09;
}
</style>
border-color css
<style>
span { border-color: #12BA09; }
span { border-color: rgb(18,186,9); }
td.TdClassName
{
border-color: #12BA09;
}
.TagClassName
{
border-color: #12BA09;
}
</style>