Shades of Islamic Green #099C0B
Tints of Islamic Green #099C0B
RGB
CMYK
RGB Variations
Color information
#099C0B (or 0x099C0B) is known color: Islamic Green. HEX triplet: 09, 9C and 0B. RGB value is (9,156,11). Sum of RGB (Red+Green+Blue) = 9+156+11=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 156 (61.33% from 255 or 88.64% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 156 - color contains mainly: green. Hex color #099C0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099C0B is #F663F4. Grayscale: #5F5F5F. Windows color (decimal): -16147445 or 760841. OLE color: 760841.
HSL color Cylindrical-coordinate representation of color #099C0B: hue angle of 120.82º 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 #099C0B is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 156 | 11 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.39 |
| HSL | 120.82º | 0.89% | 0.32% | - |
| HSV(B) | 120.82º | 0.94% | 0.61% | - |
| XYZ | 12.06 | 23.86 | 4.29 | - |
| YUV | 95.52 | 80.3 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 11 | 0.94 | 0 | 0.93 | 0.39 | 120.82 | 0.89 | 0.32 |
| Hex | 9 | 9C | B | 5E | 0 | 5D | 27 | 79 | 59 | 20 |
| Octal | 11 | 234 | 13 | 136 | 0 | 135 | 47 | 171 | 131 | 40 |
| Binary | 1001 | 10011100 | 1011 | 1011110 | 0 | 1011101 | 100111 | 1111001 | 1011001 | 100000 |
Color Harmonies of #099C0B
Complementary color
Monochromatic Colors of #099C0B
Black with #099C0B
Text Example
Text Example
White with #099C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099C0B; }
p { color: rgb(9,156,11); }
H1.HeaderClassName
{
color: #099C0B;
}
.AnyTagClassName
{
color: #099C0B;
}
</style>
background-color css
<style>
a { background-color: #099C0B; }
a { background-color: rgb(9,156,11); }
div.DivClassName
{
background-color: #099C0B;
}
.BgClassName
{
background-color: #099C0B;
}
</style>
border-color css
<style>
span { border-color: #099C0B; }
span { border-color: rgb(9,156,11); }
td.TdClassName
{
border-color: #099C0B;
}
.TagClassName
{
border-color: #099C0B;
}
</style>