Shades of Islamic Green #12B215
Tints of Islamic Green #12B215
RGB
CMYK
RGB Variations
Color information
#12B215 (or 0x12B215) is known color: Islamic Green. HEX triplet: 12, B2 and 15. RGB value is (18,178,21). Sum of RGB (Red+Green+Blue) = 18+178+21=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 178 (69.92% from 255 or 82.03% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 178 - color contains mainly: green. Hex color #12B215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12B215 is #ED4DEA. Grayscale: #707070. Windows color (decimal): -15551979 or 1421842. OLE color: 1421842.
HSL color Cylindrical-coordinate representation of color #12B215: hue angle of 121.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B215 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 178 | 21 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.30 |
| HSL | 121.13º | 0.82% | 0.38% | - |
| HSV(B) | 121.13º | 0.9% | 0.7% | - |
| XYZ | 16.31 | 32.02 | 6.03 | - |
| YUV | 112.26 | 76.49 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 21 | 0.90 | 0 | 0.88 | 0.30 | 121.13 | 0.82 | 0.38 |
| Hex | 12 | B2 | 15 | 5A | 0 | 58 | 1E | 79 | 52 | 26 |
| Octal | 22 | 262 | 25 | 132 | 0 | 130 | 36 | 171 | 122 | 46 |
| Binary | 10010 | 10110010 | 10101 | 1011010 | 0 | 1011000 | 11110 | 1111001 | 1010010 | 100110 |
Color Harmonies of #12B215
Complementary color
Monochromatic Colors of #12B215
Black with #12B215
Text Example
Text Example
White with #12B215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B215; }
p { color: rgb(18,178,21); }
H1.HeaderClassName
{
color: #12B215;
}
.AnyTagClassName
{
color: #12B215;
}
</style>
background-color css
<style>
a { background-color: #12B215; }
a { background-color: rgb(18,178,21); }
div.DivClassName
{
background-color: #12B215;
}
.BgClassName
{
background-color: #12B215;
}
</style>
border-color css
<style>
span { border-color: #12B215; }
span { border-color: rgb(18,178,21); }
td.TdClassName
{
border-color: #12B215;
}
.TagClassName
{
border-color: #12B215;
}
</style>