Shades of Islamic Green #10990B
Tints of Islamic Green #10990B
RGB
CMYK
RGB Variations
Color information
#10990B (or 0x10990B) is known color: Islamic Green. HEX triplet: 10, 99 and 0B. RGB value is (16,153,11). Sum of RGB (Red+Green+Blue) = 16+153+11=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 153 (60.16% from 255 or 85% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 153 - color contains mainly: green. Hex color #10990B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10990B is #EF66F4. Grayscale: #606060. Windows color (decimal): -15689461 or 760080. OLE color: 760080.
HSL color Cylindrical-coordinate representation of color #10990B: hue angle of 117.89º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10990B is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 153 | 11 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.4 |
| HSL | 117.89º | 0.87% | 0.32% | - |
| HSV(B) | 117.89º | 0.93% | 0.6% | - |
| XYZ | 11.67 | 22.92 | 4.13 | - |
| YUV | 95.85 | 80.11 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 11 | 0.90 | 0 | 0.93 | 0.4 | 117.89 | 0.87 | 0.32 |
| Hex | 10 | 99 | B | 5A | 0 | 5D | 28 | 76 | 57 | 20 |
| Octal | 20 | 231 | 13 | 132 | 0 | 135 | 50 | 166 | 127 | 40 |
| Binary | 10000 | 10011001 | 1011 | 1011010 | 0 | 1011101 | 101000 | 1110110 | 1010111 | 100000 |
Color Harmonies of #10990B
Complementary color
Monochromatic Colors of #10990B
Black with #10990B
Text Example
Text Example
White with #10990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10990B; }
p { color: rgb(16,153,11); }
H1.HeaderClassName
{
color: #10990B;
}
.AnyTagClassName
{
color: #10990B;
}
</style>
background-color css
<style>
a { background-color: #10990B; }
a { background-color: rgb(16,153,11); }
div.DivClassName
{
background-color: #10990B;
}
.BgClassName
{
background-color: #10990B;
}
</style>
border-color css
<style>
span { border-color: #10990B; }
span { border-color: rgb(16,153,11); }
td.TdClassName
{
border-color: #10990B;
}
.TagClassName
{
border-color: #10990B;
}
</style>