Shades of Islamic Green #10990C
Tints of Islamic Green #10990C
RGB
CMYK
RGB Variations
Color information
#10990C (or 0x10990C) is known color: Islamic Green. HEX triplet: 10, 99 and 0C. RGB value is (16,153,12). Sum of RGB (Red+Green+Blue) = 16+153+12=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 153 (60.16% from 255 or 84.53% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 153 - color contains mainly: green. Hex color #10990C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10990C is #EF66F3. Grayscale: #606060. Windows color (decimal): -15689460 or 825616. OLE color: 825616.
HSL color Cylindrical-coordinate representation of color #10990C: hue angle of 118.3º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10990C is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 153 | 12 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.4 |
| HSL | 118.3º | 0.85% | 0.32% | - |
| HSV(B) | 118.3º | 0.92% | 0.6% | - |
| XYZ | 11.67 | 22.92 | 4.16 | - |
| YUV | 95.96 | 80.61 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 12 | 0.90 | 0 | 0.92 | 0.4 | 118.3 | 0.85 | 0.32 |
| Hex | 10 | 99 | C | 5A | 0 | 5C | 28 | 76 | 55 | 20 |
| Octal | 20 | 231 | 14 | 132 | 0 | 134 | 50 | 166 | 125 | 40 |
| Binary | 10000 | 10011001 | 1100 | 1011010 | 0 | 1011100 | 101000 | 1110110 | 1010101 | 100000 |
Color Harmonies of #10990C
Complementary color
Monochromatic Colors of #10990C
Black with #10990C
Text Example
Text Example
White with #10990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10990C; }
p { color: rgb(16,153,12); }
H1.HeaderClassName
{
color: #10990C;
}
.AnyTagClassName
{
color: #10990C;
}
</style>
background-color css
<style>
a { background-color: #10990C; }
a { background-color: rgb(16,153,12); }
div.DivClassName
{
background-color: #10990C;
}
.BgClassName
{
background-color: #10990C;
}
</style>
border-color css
<style>
span { border-color: #10990C; }
span { border-color: rgb(16,153,12); }
td.TdClassName
{
border-color: #10990C;
}
.TagClassName
{
border-color: #10990C;
}
</style>