Shades of Islamic Green #12B917
Tints of Islamic Green #12B917
RGB
CMYK
RGB Variations
Color information
#12B917 (or 0x12B917) is known color: Islamic Green. HEX triplet: 12, B9 and 17. RGB value is (18,185,23). Sum of RGB (Red+Green+Blue) = 18+185+23=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 185 (72.66% from 255 or 81.86% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 185 - color contains mainly: green. Hex color #12B917 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B917 is #ED46E8. Grayscale: #757575. Windows color (decimal): -15550185 or 1554706. OLE color: 1554706.
HSL color Cylindrical-coordinate representation of color #12B917: hue angle of 121.8º 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 #12B917 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 23 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.27 |
| HSL | 121.8º | 0.82% | 0.4% | - |
| HSV(B) | 121.8º | 0.9% | 0.73% | - |
| XYZ | 17.75 | 34.89 | 6.61 | - |
| YUV | 116.6 | 75.17 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 23 | 0.90 | 0 | 0.88 | 0.27 | 121.8 | 0.82 | 0.4 |
| Hex | 12 | B9 | 17 | 5A | 0 | 58 | 1B | 7A | 52 | 28 |
| Octal | 22 | 271 | 27 | 132 | 0 | 130 | 33 | 172 | 122 | 50 |
| Binary | 10010 | 10111001 | 10111 | 1011010 | 0 | 1011000 | 11011 | 1111010 | 1010010 | 101000 |
Color Harmonies of #12B917
Complementary color
Monochromatic Colors of #12B917
Black with #12B917
Text Example
Text Example
White with #12B917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B917; }
p { color: rgb(18,185,23); }
H1.HeaderClassName
{
color: #12B917;
}
.AnyTagClassName
{
color: #12B917;
}
</style>
background-color css
<style>
a { background-color: #12B917; }
a { background-color: rgb(18,185,23); }
div.DivClassName
{
background-color: #12B917;
}
.BgClassName
{
background-color: #12B917;
}
</style>
border-color css
<style>
span { border-color: #12B917; }
span { border-color: rgb(18,185,23); }
td.TdClassName
{
border-color: #12B917;
}
.TagClassName
{
border-color: #12B917;
}
</style>