Shades of Islamic Green #109F12
Tints of Islamic Green #109F12
RGB
CMYK
RGB Variations
Color information
#109F12 (or 0x109F12) is known color: Islamic Green. HEX triplet: 10, 9F and 12. RGB value is (16,159,18). Sum of RGB (Red+Green+Blue) = 16+159+18=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 159 (62.5% from 255 or 82.38% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 159 - color contains mainly: green. Hex color #109F12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #109F12 is #EF60ED. Grayscale: #646464. Windows color (decimal): -15687918 or 1220368. OLE color: 1220368.
HSL color Cylindrical-coordinate representation of color #109F12: hue angle of 120.84º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109F12 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 159 | 18 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.38 |
| HSL | 120.84º | 0.82% | 0.34% | - |
| HSV(B) | 120.84º | 0.9% | 0.62% | - |
| XYZ | 12.72 | 24.95 | 4.72 | - |
| YUV | 100.17 | 81.62 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 18 | 0.90 | 0 | 0.89 | 0.38 | 120.84 | 0.82 | 0.34 |
| Hex | 10 | 9F | 12 | 5A | 0 | 59 | 26 | 79 | 52 | 22 |
| Octal | 20 | 237 | 22 | 132 | 0 | 131 | 46 | 171 | 122 | 42 |
| Binary | 10000 | 10011111 | 10010 | 1011010 | 0 | 1011001 | 100110 | 1111001 | 1010010 | 100010 |
Color Harmonies of #109F12
Complementary color
Monochromatic Colors of #109F12
Black with #109F12
Text Example
Text Example
White with #109F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109F12; }
p { color: rgb(16,159,18); }
H1.HeaderClassName
{
color: #109F12;
}
.AnyTagClassName
{
color: #109F12;
}
</style>
background-color css
<style>
a { background-color: #109F12; }
a { background-color: rgb(16,159,18); }
div.DivClassName
{
background-color: #109F12;
}
.BgClassName
{
background-color: #109F12;
}
</style>
border-color css
<style>
span { border-color: #109F12; }
span { border-color: rgb(16,159,18); }
td.TdClassName
{
border-color: #109F12;
}
.TagClassName
{
border-color: #109F12;
}
</style>