Shades of Islamic Green #12BB16
Tints of Islamic Green #12BB16
RGB
CMYK
RGB Variations
Color information
#12BB16 (or 0x12BB16) is known color: Islamic Green. HEX triplet: 12, BB and 16. RGB value is (18,187,22). Sum of RGB (Red+Green+Blue) = 18+187+22=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 187 (73.44% from 255 or 82.38% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BB16 is #ED44E9. Grayscale: #767676. Windows color (decimal): -15549674 or 1489682. OLE color: 1489682.
HSL color Cylindrical-coordinate representation of color #12BB16: hue angle of 121.42º 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 #12BB16 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 187 | 22 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.27 |
| HSL | 121.42º | 0.82% | 0.4% | - |
| HSV(B) | 121.42º | 0.9% | 0.73% | - |
| XYZ | 18.16 | 35.73 | 6.7 | - |
| YUV | 117.66 | 74.01 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 22 | 0.90 | 0 | 0.88 | 0.27 | 121.42 | 0.82 | 0.4 |
| Hex | 12 | BB | 16 | 5A | 0 | 58 | 1B | 79 | 52 | 28 |
| Octal | 22 | 273 | 26 | 132 | 0 | 130 | 33 | 171 | 122 | 50 |
| Binary | 10010 | 10111011 | 10110 | 1011010 | 0 | 1011000 | 11011 | 1111001 | 1010010 | 101000 |
Color Harmonies of #12BB16
Complementary color
Monochromatic Colors of #12BB16
Black with #12BB16
Text Example
Text Example
White with #12BB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BB16; }
p { color: rgb(18,187,22); }
H1.HeaderClassName
{
color: #12BB16;
}
.AnyTagClassName
{
color: #12BB16;
}
</style>
background-color css
<style>
a { background-color: #12BB16; }
a { background-color: rgb(18,187,22); }
div.DivClassName
{
background-color: #12BB16;
}
.BgClassName
{
background-color: #12BB16;
}
</style>
border-color css
<style>
span { border-color: #12BB16; }
span { border-color: rgb(18,187,22); }
td.TdClassName
{
border-color: #12BB16;
}
.TagClassName
{
border-color: #12BB16;
}
</style>