Shades of Islamic Green #10930C
Tints of Islamic Green #10930C
RGB
CMYK
RGB Variations
Color information
#10930C (or 0x10930C) is known color: Islamic Green. HEX triplet: 10, 93 and 0C. RGB value is (16,147,12). Sum of RGB (Red+Green+Blue) = 16+147+12=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 147 (57.81% from 255 or 84% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 147 - color contains mainly: green. Hex color #10930C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10930C is #EF6CF3. Grayscale: #5C5C5C. Windows color (decimal): -15690996 or 824080. OLE color: 824080.
HSL color Cylindrical-coordinate representation of color #10930C: hue angle of 118.22º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10930C is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 147 | 12 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.42 |
| HSL | 118.22º | 0.85% | 0.31% | - |
| HSV(B) | 118.22º | 0.92% | 0.58% | - |
| XYZ | 10.71 | 21 | 3.84 | - |
| YUV | 92.44 | 82.6 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 12 | 0.89 | 0 | 0.92 | 0.42 | 118.22 | 0.85 | 0.31 |
| Hex | 10 | 93 | C | 59 | 0 | 5C | 2A | 76 | 55 | 1F |
| Octal | 20 | 223 | 14 | 131 | 0 | 134 | 52 | 166 | 125 | 37 |
| Binary | 10000 | 10010011 | 1100 | 1011001 | 0 | 1011100 | 101010 | 1110110 | 1010101 | 11111 |
Color Harmonies of #10930C
Complementary color
Monochromatic Colors of #10930C
Black with #10930C
Text Example
Text Example
White with #10930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10930C; }
p { color: rgb(16,147,12); }
H1.HeaderClassName
{
color: #10930C;
}
.AnyTagClassName
{
color: #10930C;
}
</style>
background-color css
<style>
a { background-color: #10930C; }
a { background-color: rgb(16,147,12); }
div.DivClassName
{
background-color: #10930C;
}
.BgClassName
{
background-color: #10930C;
}
</style>
border-color css
<style>
span { border-color: #10930C; }
span { border-color: rgb(16,147,12); }
td.TdClassName
{
border-color: #10930C;
}
.TagClassName
{
border-color: #10930C;
}
</style>