Shades of Islamic Green #12BA16
Tints of Islamic Green #12BA16
RGB
CMYK
RGB Variations
Color information
#12BA16 (or 0x12BA16) is known color: Islamic Green. HEX triplet: 12, BA and 16. RGB value is (18,186,22). Sum of RGB (Red+Green+Blue) = 18+186+22=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 186 (73.05% from 255 or 82.30% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BA16 is #ED45E9. Grayscale: #757575. Windows color (decimal): -15549930 or 1489426. OLE color: 1489426.
HSL color Cylindrical-coordinate representation of color #12BA16: hue angle of 121.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BA16 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 22 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.27 |
| HSL | 121.43º | 0.82% | 0.4% | - |
| HSV(B) | 121.43º | 0.9% | 0.73% | - |
| XYZ | 17.95 | 35.3 | 6.63 | - |
| YUV | 117.07 | 74.34 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 22 | 0.90 | 0 | 0.88 | 0.27 | 121.43 | 0.82 | 0.4 |
| Hex | 12 | BA | 16 | 5A | 0 | 58 | 1B | 79 | 52 | 28 |
| Octal | 22 | 272 | 26 | 132 | 0 | 130 | 33 | 171 | 122 | 50 |
| Binary | 10010 | 10111010 | 10110 | 1011010 | 0 | 1011000 | 11011 | 1111001 | 1010010 | 101000 |
Color Harmonies of #12BA16
Complementary color
Monochromatic Colors of #12BA16
Black with #12BA16
Text Example
Text Example
White with #12BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA16; }
p { color: rgb(18,186,22); }
H1.HeaderClassName
{
color: #12BA16;
}
.AnyTagClassName
{
color: #12BA16;
}
</style>
background-color css
<style>
a { background-color: #12BA16; }
a { background-color: rgb(18,186,22); }
div.DivClassName
{
background-color: #12BA16;
}
.BgClassName
{
background-color: #12BA16;
}
</style>
border-color css
<style>
span { border-color: #12BA16; }
span { border-color: rgb(18,186,22); }
td.TdClassName
{
border-color: #12BA16;
}
.TagClassName
{
border-color: #12BA16;
}
</style>