Shades of Islamic Green #12BA15
Tints of Islamic Green #12BA15
RGB
CMYK
RGB Variations
Color information
#12BA15 (or 0x12BA15) is known color: Islamic Green. HEX triplet: 12, BA and 15. RGB value is (18,186,21). Sum of RGB (Red+Green+Blue) = 18+186+21=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BA15 is #ED45EA. Grayscale: #757575. Windows color (decimal): -15549931 or 1423890. OLE color: 1423890.
HSL color Cylindrical-coordinate representation of color #12BA15: hue angle of 121.07º 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 #12BA15 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 21 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.27 |
| HSL | 121.07º | 0.82% | 0.4% | - |
| HSV(B) | 121.07º | 0.9% | 0.73% | - |
| XYZ | 17.94 | 35.3 | 6.58 | - |
| YUV | 116.96 | 73.84 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 21 | 0.90 | 0 | 0.89 | 0.27 | 121.07 | 0.82 | 0.4 |
| Hex | 12 | BA | 15 | 5A | 0 | 59 | 1B | 79 | 52 | 28 |
| Octal | 22 | 272 | 25 | 132 | 0 | 131 | 33 | 171 | 122 | 50 |
| Binary | 10010 | 10111010 | 10101 | 1011010 | 0 | 1011001 | 11011 | 1111001 | 1010010 | 101000 |
Color Harmonies of #12BA15
Complementary color
Monochromatic Colors of #12BA15
Black with #12BA15
Text Example
Text Example
White with #12BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA15; }
p { color: rgb(18,186,21); }
H1.HeaderClassName
{
color: #12BA15;
}
.AnyTagClassName
{
color: #12BA15;
}
</style>
background-color css
<style>
a { background-color: #12BA15; }
a { background-color: rgb(18,186,21); }
div.DivClassName
{
background-color: #12BA15;
}
.BgClassName
{
background-color: #12BA15;
}
</style>
border-color css
<style>
span { border-color: #12BA15; }
span { border-color: rgb(18,186,21); }
td.TdClassName
{
border-color: #12BA15;
}
.TagClassName
{
border-color: #12BA15;
}
</style>