Shades of Islamic Green #0F940E
Tints of Islamic Green #0F940E
RGB
CMYK
RGB Variations
Color information
#0F940E (or 0x0F940E) is known color: Islamic Green. HEX triplet: 0F, 94 and 0E. RGB value is (15,148,14). Sum of RGB (Red+Green+Blue) = 15+148+14=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 148 (58.20% from 255 or 83.62% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 148 - color contains mainly: green. Hex color #0F940E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F940E is #F06BF1. Grayscale: #5D5D5D. Windows color (decimal): -15756274 or 955407. OLE color: 955407.
HSL color Cylindrical-coordinate representation of color #0F940E: hue angle of 119.55º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F940E is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 14 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.42 |
| HSL | 119.55º | 0.83% | 0.32% | - |
| HSV(B) | 119.55º | 0.91% | 0.58% | - |
| XYZ | 10.87 | 21.31 | 3.96 | - |
| YUV | 92.96 | 83.44 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 14 | 0.90 | 0 | 0.91 | 0.42 | 119.55 | 0.83 | 0.32 |
| Hex | F | 94 | E | 5A | 0 | 5B | 2A | 78 | 53 | 20 |
| Octal | 17 | 224 | 16 | 132 | 0 | 133 | 52 | 170 | 123 | 40 |
| Binary | 1111 | 10010100 | 1110 | 1011010 | 0 | 1011011 | 101010 | 1111000 | 1010011 | 100000 |
Color Harmonies of #0F940E
Complementary color
Monochromatic Colors of #0F940E
Black with #0F940E
Text Example
Text Example
White with #0F940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F940E; }
p { color: rgb(15,148,14); }
H1.HeaderClassName
{
color: #0F940E;
}
.AnyTagClassName
{
color: #0F940E;
}
</style>
background-color css
<style>
a { background-color: #0F940E; }
a { background-color: rgb(15,148,14); }
div.DivClassName
{
background-color: #0F940E;
}
.BgClassName
{
background-color: #0F940E;
}
</style>
border-color css
<style>
span { border-color: #0F940E; }
span { border-color: rgb(15,148,14); }
td.TdClassName
{
border-color: #0F940E;
}
.TagClassName
{
border-color: #0F940E;
}
</style>