Shades of Islamic Green #10940B
Tints of Islamic Green #10940B
RGB
CMYK
RGB Variations
Color information
#10940B (or 0x10940B) is known color: Islamic Green. HEX triplet: 10, 94 and 0B. RGB value is (16,148,11). Sum of RGB (Red+Green+Blue) = 16+148+11=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 148 (58.20% from 255 or 84.57% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 148 - color contains mainly: green. Hex color #10940B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10940B is #EF6BF4. Grayscale: #5D5D5D. Windows color (decimal): -15690741 or 758800. OLE color: 758800.
HSL color Cylindrical-coordinate representation of color #10940B: hue angle of 117.81º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10940B is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 148 | 11 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.42 |
| HSL | 117.81º | 0.86% | 0.31% | - |
| HSV(B) | 117.81º | 0.93% | 0.58% | - |
| XYZ | 10.86 | 21.31 | 3.86 | - |
| YUV | 92.91 | 81.77 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 11 | 0.89 | 0 | 0.93 | 0.42 | 117.81 | 0.86 | 0.31 |
| Hex | 10 | 94 | B | 59 | 0 | 5D | 2A | 76 | 56 | 1F |
| Octal | 20 | 224 | 13 | 131 | 0 | 135 | 52 | 166 | 126 | 37 |
| Binary | 10000 | 10010100 | 1011 | 1011001 | 0 | 1011101 | 101010 | 1110110 | 1010110 | 11111 |
Color Harmonies of #10940B
Complementary color
Monochromatic Colors of #10940B
Black with #10940B
Text Example
Text Example
White with #10940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10940B; }
p { color: rgb(16,148,11); }
H1.HeaderClassName
{
color: #10940B;
}
.AnyTagClassName
{
color: #10940B;
}
</style>
background-color css
<style>
a { background-color: #10940B; }
a { background-color: rgb(16,148,11); }
div.DivClassName
{
background-color: #10940B;
}
.BgClassName
{
background-color: #10940B;
}
</style>
border-color css
<style>
span { border-color: #10940B; }
span { border-color: rgb(16,148,11); }
td.TdClassName
{
border-color: #10940B;
}
.TagClassName
{
border-color: #10940B;
}
</style>