Shades of Islamic Green #109D12
Tints of Islamic Green #109D12
RGB
CMYK
RGB Variations
Color information
#109D12 (or 0x109D12) is known color: Islamic Green. HEX triplet: 10, 9D and 12. RGB value is (16,157,18). Sum of RGB (Red+Green+Blue) = 16+157+18=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 157 (61.72% from 255 or 82.20% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 157 - color contains mainly: green. Hex color #109D12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #109D12 is #EF62ED. Grayscale: #636363. Windows color (decimal): -15688430 or 1219856. OLE color: 1219856.
HSL color Cylindrical-coordinate representation of color #109D12: hue angle of 120.85º 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 #109D12 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 157 | 18 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.38 |
| HSL | 120.85º | 0.82% | 0.34% | - |
| HSV(B) | 120.85º | 0.9% | 0.62% | - |
| XYZ | 12.38 | 24.27 | 4.6 | - |
| YUV | 99 | 82.29 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 18 | 0.90 | 0 | 0.89 | 0.38 | 120.85 | 0.82 | 0.34 |
| Hex | 10 | 9D | 12 | 5A | 0 | 59 | 26 | 79 | 52 | 22 |
| Octal | 20 | 235 | 22 | 132 | 0 | 131 | 46 | 171 | 122 | 42 |
| Binary | 10000 | 10011101 | 10010 | 1011010 | 0 | 1011001 | 100110 | 1111001 | 1010010 | 100010 |
Color Harmonies of #109D12
Complementary color
Monochromatic Colors of #109D12
Black with #109D12
Text Example
Text Example
White with #109D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109D12; }
p { color: rgb(16,157,18); }
H1.HeaderClassName
{
color: #109D12;
}
.AnyTagClassName
{
color: #109D12;
}
</style>
background-color css
<style>
a { background-color: #109D12; }
a { background-color: rgb(16,157,18); }
div.DivClassName
{
background-color: #109D12;
}
.BgClassName
{
background-color: #109D12;
}
</style>
border-color css
<style>
span { border-color: #109D12; }
span { border-color: rgb(16,157,18); }
td.TdClassName
{
border-color: #109D12;
}
.TagClassName
{
border-color: #109D12;
}
</style>