Shades of Islamic Green #099A12
Tints of Islamic Green #099A12
RGB
CMYK
RGB Variations
Color information
#099A12 (or 0x099A12) is known color: Islamic Green. HEX triplet: 09, 9A and 12. RGB value is (9,154,18). Sum of RGB (Red+Green+Blue) = 9+154+18=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 154 (60.55% from 255 or 85.08% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 154 - color contains mainly: green. Hex color #099A12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099A12 is #F665ED. Grayscale: #5F5F5F. Windows color (decimal): -16147950 or 1219081. OLE color: 1219081.
HSL color Cylindrical-coordinate representation of color #099A12: hue angle of 123.72º 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 #099A12 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 154 | 18 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.40 |
| HSL | 123.72º | 0.89% | 0.32% | - |
| HSV(B) | 123.72º | 0.94% | 0.6% | - |
| XYZ | 11.78 | 23.21 | 4.43 | - |
| YUV | 95.14 | 84.46 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 18 | 0.94 | 0 | 0.88 | 0.40 | 123.72 | 0.89 | 0.32 |
| Hex | 9 | 9A | 12 | 5E | 0 | 58 | 28 | 7C | 59 | 20 |
| Octal | 11 | 232 | 22 | 136 | 0 | 130 | 50 | 174 | 131 | 40 |
| Binary | 1001 | 10011010 | 10010 | 1011110 | 0 | 1011000 | 101000 | 1111100 | 1011001 | 100000 |
Color Harmonies of #099A12
Complementary color
Monochromatic Colors of #099A12
Black with #099A12
Text Example
Text Example
White with #099A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099A12; }
p { color: rgb(9,154,18); }
H1.HeaderClassName
{
color: #099A12;
}
.AnyTagClassName
{
color: #099A12;
}
</style>
background-color css
<style>
a { background-color: #099A12; }
a { background-color: rgb(9,154,18); }
div.DivClassName
{
background-color: #099A12;
}
.BgClassName
{
background-color: #099A12;
}
</style>
border-color css
<style>
span { border-color: #099A12; }
span { border-color: rgb(9,154,18); }
td.TdClassName
{
border-color: #099A12;
}
.TagClassName
{
border-color: #099A12;
}
</style>