Shades of Islamic Green #12B816
Tints of Islamic Green #12B816
RGB
CMYK
RGB Variations
Color information
#12B816 (or 0x12B816) is known color: Islamic Green. HEX triplet: 12, B8 and 16. RGB value is (18,184,22). Sum of RGB (Red+Green+Blue) = 18+184+22=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 184 (72.27% from 255 or 82.14% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 184 - color contains mainly: green. Hex color #12B816 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B816 is #ED47E9. Grayscale: #747474. Windows color (decimal): -15550442 or 1488914. OLE color: 1488914.
HSL color Cylindrical-coordinate representation of color #12B816: hue angle of 121.45º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B816 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 184 | 22 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.28 |
| HSL | 121.45º | 0.82% | 0.4% | - |
| HSV(B) | 121.45º | 0.9% | 0.72% | - |
| XYZ | 17.53 | 34.47 | 6.49 | - |
| YUV | 115.9 | 75 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 184 | 22 | 0.90 | 0 | 0.88 | 0.28 | 121.45 | 0.82 | 0.4 |
| Hex | 12 | B8 | 16 | 5A | 0 | 58 | 1C | 79 | 52 | 28 |
| Octal | 22 | 270 | 26 | 132 | 0 | 130 | 34 | 171 | 122 | 50 |
| Binary | 10010 | 10111000 | 10110 | 1011010 | 0 | 1011000 | 11100 | 1111001 | 1010010 | 101000 |
Color Harmonies of #12B816
Complementary color
Monochromatic Colors of #12B816
Black with #12B816
Text Example
Text Example
White with #12B816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B816; }
p { color: rgb(18,184,22); }
H1.HeaderClassName
{
color: #12B816;
}
.AnyTagClassName
{
color: #12B816;
}
</style>
background-color css
<style>
a { background-color: #12B816; }
a { background-color: rgb(18,184,22); }
div.DivClassName
{
background-color: #12B816;
}
.BgClassName
{
background-color: #12B816;
}
</style>
border-color css
<style>
span { border-color: #12B816; }
span { border-color: rgb(18,184,22); }
td.TdClassName
{
border-color: #12B816;
}
.TagClassName
{
border-color: #12B816;
}
</style>