Shades of Islamic Green #09940F
Tints of Islamic Green #09940F
RGB
CMYK
RGB Variations
Color information
#09940F (or 0x09940F) is known color: Islamic Green. HEX triplet: 09, 94 and 0F. RGB value is (9,148,15). Sum of RGB (Red+Green+Blue) = 9+148+15=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 148 (58.20% from 255 or 86.05% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 148 - color contains mainly: green. Hex color #09940F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09940F is #F66BF0. Grayscale: #5B5B5B. Windows color (decimal): -16149489 or 1020937. OLE color: 1020937.
HSL color Cylindrical-coordinate representation of color #09940F: hue angle of 122.59º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09940F is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 148 | 15 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.42 |
| HSL | 122.59º | 0.89% | 0.31% | - |
| HSV(B) | 122.59º | 0.94% | 0.58% | - |
| XYZ | 10.79 | 21.27 | 3.99 | - |
| YUV | 91.28 | 84.95 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 15 | 0.94 | 0 | 0.90 | 0.42 | 122.59 | 0.89 | 0.31 |
| Hex | 9 | 94 | F | 5E | 0 | 5A | 2A | 7B | 59 | 1F |
| Octal | 11 | 224 | 17 | 136 | 0 | 132 | 52 | 173 | 131 | 37 |
| Binary | 1001 | 10010100 | 1111 | 1011110 | 0 | 1011010 | 101010 | 1111011 | 1011001 | 11111 |
Color Harmonies of #09940F
Complementary color
Monochromatic Colors of #09940F
Black with #09940F
Text Example
Text Example
White with #09940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09940F; }
p { color: rgb(9,148,15); }
H1.HeaderClassName
{
color: #09940F;
}
.AnyTagClassName
{
color: #09940F;
}
</style>
background-color css
<style>
a { background-color: #09940F; }
a { background-color: rgb(9,148,15); }
div.DivClassName
{
background-color: #09940F;
}
.BgClassName
{
background-color: #09940F;
}
</style>
border-color css
<style>
span { border-color: #09940F; }
span { border-color: rgb(9,148,15); }
td.TdClassName
{
border-color: #09940F;
}
.TagClassName
{
border-color: #09940F;
}
</style>