Shades of Islamic Green #099A0C
Tints of Islamic Green #099A0C
RGB
CMYK
RGB Variations
Color information
#099A0C (or 0x099A0C) is known color: Islamic Green. HEX triplet: 09, 9A and 0C. RGB value is (9,154,12). Sum of RGB (Red+Green+Blue) = 9+154+12=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 154 (60.55% from 255 or 88% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 154 - color contains mainly: green. Hex color #099A0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099A0C is #F665F3. Grayscale: #5E5E5E. Windows color (decimal): -16147956 or 825865. OLE color: 825865.
HSL color Cylindrical-coordinate representation of color #099A0C: hue angle of 121.24º 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 #099A0C is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 154 | 12 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.40 |
| HSL | 121.24º | 0.89% | 0.32% | - |
| HSV(B) | 121.24º | 0.94% | 0.6% | - |
| XYZ | 11.73 | 23.2 | 4.21 | - |
| YUV | 94.46 | 81.46 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 12 | 0.94 | 0 | 0.92 | 0.40 | 121.24 | 0.89 | 0.32 |
| Hex | 9 | 9A | C | 5E | 0 | 5C | 28 | 79 | 59 | 20 |
| Octal | 11 | 232 | 14 | 136 | 0 | 134 | 50 | 171 | 131 | 40 |
| Binary | 1001 | 10011010 | 1100 | 1011110 | 0 | 1011100 | 101000 | 1111001 | 1011001 | 100000 |
Color Harmonies of #099A0C
Complementary color
Monochromatic Colors of #099A0C
Black with #099A0C
Text Example
Text Example
White with #099A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099A0C; }
p { color: rgb(9,154,12); }
H1.HeaderClassName
{
color: #099A0C;
}
.AnyTagClassName
{
color: #099A0C;
}
</style>
background-color css
<style>
a { background-color: #099A0C; }
a { background-color: rgb(9,154,12); }
div.DivClassName
{
background-color: #099A0C;
}
.BgClassName
{
background-color: #099A0C;
}
</style>
border-color css
<style>
span { border-color: #099A0C; }
span { border-color: rgb(9,154,12); }
td.TdClassName
{
border-color: #099A0C;
}
.TagClassName
{
border-color: #099A0C;
}
</style>