Shades of Islamic Green #099A11
Tints of Islamic Green #099A11
RGB
CMYK
RGB Variations
Color information
#099A11 (or 0x099A11) is known color: Islamic Green. HEX triplet: 09, 9A and 11. RGB value is (9,154,17). Sum of RGB (Red+Green+Blue) = 9+154+17=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 154 (60.55% from 255 or 85.56% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 154 - color contains mainly: green. Hex color #099A11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099A11 is #F665EE. Grayscale: #5F5F5F. Windows color (decimal): -16147951 or 1153545. OLE color: 1153545.
HSL color Cylindrical-coordinate representation of color #099A11: hue angle of 123.31º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099A11 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 154 | 17 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.40 |
| HSL | 123.31º | 0.89% | 0.32% | - |
| HSV(B) | 123.31º | 0.94% | 0.6% | - |
| XYZ | 11.77 | 23.21 | 4.39 | - |
| YUV | 95.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 17 | 0.94 | 0 | 0.89 | 0.40 | 123.31 | 0.89 | 0.32 |
| Hex | 9 | 9A | 11 | 5E | 0 | 59 | 28 | 7B | 59 | 20 |
| Octal | 11 | 232 | 21 | 136 | 0 | 131 | 50 | 173 | 131 | 40 |
| Binary | 1001 | 10011010 | 10001 | 1011110 | 0 | 1011001 | 101000 | 1111011 | 1011001 | 100000 |
Color Harmonies of #099A11
Complementary color
Monochromatic Colors of #099A11
Black with #099A11
Text Example
Text Example
White with #099A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099A11; }
p { color: rgb(9,154,17); }
H1.HeaderClassName
{
color: #099A11;
}
.AnyTagClassName
{
color: #099A11;
}
</style>
background-color css
<style>
a { background-color: #099A11; }
a { background-color: rgb(9,154,17); }
div.DivClassName
{
background-color: #099A11;
}
.BgClassName
{
background-color: #099A11;
}
</style>
border-color css
<style>
span { border-color: #099A11; }
span { border-color: rgb(9,154,17); }
td.TdClassName
{
border-color: #099A11;
}
.TagClassName
{
border-color: #099A11;
}
</style>