Shades of Islamic Green #099C11
Tints of Islamic Green #099C11
RGB
CMYK
RGB Variations
Color information
#099C11 (or 0x099C11) is known color: Islamic Green. HEX triplet: 09, 9C and 11. RGB value is (9,156,17). Sum of RGB (Red+Green+Blue) = 9+156+17=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 156 (61.33% from 255 or 85.71% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 156 - color contains mainly: green. Hex color #099C11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099C11 is #F663EE. Grayscale: #606060. Windows color (decimal): -16147439 or 1154057. OLE color: 1154057.
HSL color Cylindrical-coordinate representation of color #099C11: hue angle of 123.27º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C11 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 156 | 17 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.39 |
| HSL | 123.27º | 0.89% | 0.32% | - |
| HSV(B) | 123.27º | 0.94% | 0.61% | - |
| XYZ | 12.1 | 23.88 | 4.5 | - |
| YUV | 96.2 | 83.3 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 17 | 0.94 | 0 | 0.89 | 0.39 | 123.27 | 0.89 | 0.32 |
| Hex | 9 | 9C | 11 | 5E | 0 | 59 | 27 | 7B | 59 | 20 |
| Octal | 11 | 234 | 21 | 136 | 0 | 131 | 47 | 173 | 131 | 40 |
| Binary | 1001 | 10011100 | 10001 | 1011110 | 0 | 1011001 | 100111 | 1111011 | 1011001 | 100000 |
Color Harmonies of #099C11
Complementary color
Monochromatic Colors of #099C11
Black with #099C11
Text Example
Text Example
White with #099C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099C11; }
p { color: rgb(9,156,17); }
H1.HeaderClassName
{
color: #099C11;
}
.AnyTagClassName
{
color: #099C11;
}
</style>
background-color css
<style>
a { background-color: #099C11; }
a { background-color: rgb(9,156,17); }
div.DivClassName
{
background-color: #099C11;
}
.BgClassName
{
background-color: #099C11;
}
</style>
border-color css
<style>
span { border-color: #099C11; }
span { border-color: rgb(9,156,17); }
td.TdClassName
{
border-color: #099C11;
}
.TagClassName
{
border-color: #099C11;
}
</style>