Shades of Islamic Green #0F970E
Tints of Islamic Green #0F970E
RGB
CMYK
RGB Variations
Color information
#0F970E (or 0x0F970E) is known color: Islamic Green. HEX triplet: 0F, 97 and 0E. RGB value is (15,151,14). Sum of RGB (Red+Green+Blue) = 15+151+14=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 151 (59.38% from 255 or 83.89% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 151 - color contains mainly: green. Hex color #0F970E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F970E is #F068F1. Grayscale: #5F5F5F. Windows color (decimal): -15755506 or 956175. OLE color: 956175.
HSL color Cylindrical-coordinate representation of color #0F970E: hue angle of 119.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F970E is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 14 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.41 |
| HSL | 119.56º | 0.83% | 0.32% | - |
| HSV(B) | 119.56º | 0.91% | 0.59% | - |
| XYZ | 11.34 | 22.27 | 4.12 | - |
| YUV | 94.72 | 82.44 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 14 | 0.90 | 0 | 0.91 | 0.41 | 119.56 | 0.83 | 0.32 |
| Hex | F | 97 | E | 5A | 0 | 5B | 29 | 78 | 53 | 20 |
| Octal | 17 | 227 | 16 | 132 | 0 | 133 | 51 | 170 | 123 | 40 |
| Binary | 1111 | 10010111 | 1110 | 1011010 | 0 | 1011011 | 101001 | 1111000 | 1010011 | 100000 |
Color Harmonies of #0F970E
Complementary color
Monochromatic Colors of #0F970E
Black with #0F970E
Text Example
Text Example
White with #0F970E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F970E; }
p { color: rgb(15,151,14); }
H1.HeaderClassName
{
color: #0F970E;
}
.AnyTagClassName
{
color: #0F970E;
}
</style>
background-color css
<style>
a { background-color: #0F970E; }
a { background-color: rgb(15,151,14); }
div.DivClassName
{
background-color: #0F970E;
}
.BgClassName
{
background-color: #0F970E;
}
</style>
border-color css
<style>
span { border-color: #0F970E; }
span { border-color: rgb(15,151,14); }
td.TdClassName
{
border-color: #0F970E;
}
.TagClassName
{
border-color: #0F970E;
}
</style>