Shades of Islamic Green #10920C
Tints of Islamic Green #10920C
RGB
CMYK
RGB Variations
Color information
#10920C (or 0x10920C) is known color: Islamic Green. HEX triplet: 10, 92 and 0C. RGB value is (16,146,12). Sum of RGB (Red+Green+Blue) = 16+146+12=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 146 (57.42% from 255 or 83.91% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 146 - color contains mainly: green. Hex color #10920C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10920C is #EF6DF3. Grayscale: #5C5C5C. Windows color (decimal): -15691252 or 823824. OLE color: 823824.
HSL color Cylindrical-coordinate representation of color #10920C: hue angle of 118.21º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10920C is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 146 | 12 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.43 |
| HSL | 118.21º | 0.85% | 0.31% | - |
| HSV(B) | 118.21º | 0.92% | 0.57% | - |
| XYZ | 10.56 | 20.69 | 3.79 | - |
| YUV | 91.85 | 82.93 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 12 | 0.89 | 0 | 0.92 | 0.43 | 118.21 | 0.85 | 0.31 |
| Hex | 10 | 92 | C | 59 | 0 | 5C | 2B | 76 | 55 | 1F |
| Octal | 20 | 222 | 14 | 131 | 0 | 134 | 53 | 166 | 125 | 37 |
| Binary | 10000 | 10010010 | 1100 | 1011001 | 0 | 1011100 | 101011 | 1110110 | 1010101 | 11111 |
Color Harmonies of #10920C
Complementary color
Monochromatic Colors of #10920C
Black with #10920C
Text Example
Text Example
White with #10920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10920C; }
p { color: rgb(16,146,12); }
H1.HeaderClassName
{
color: #10920C;
}
.AnyTagClassName
{
color: #10920C;
}
</style>
background-color css
<style>
a { background-color: #10920C; }
a { background-color: rgb(16,146,12); }
div.DivClassName
{
background-color: #10920C;
}
.BgClassName
{
background-color: #10920C;
}
</style>
border-color css
<style>
span { border-color: #10920C; }
span { border-color: rgb(16,146,12); }
td.TdClassName
{
border-color: #10920C;
}
.TagClassName
{
border-color: #10920C;
}
</style>