Shades of Islamic Green #0F9B07
Tints of Islamic Green #0F9B07
RGB
CMYK
RGB Variations
Color information
#0F9B07 (or 0x0F9B07) is known color: Islamic Green. HEX triplet: 0F, 9B and 07. RGB value is (15,155,7). Sum of RGB (Red+Green+Blue) = 15+155+7=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 155 (60.94% from 255 or 87.57% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9B07 is #F064F8. Grayscale: #606060. Windows color (decimal): -15754489 or 498447. OLE color: 498447.
HSL color Cylindrical-coordinate representation of color #0F9B07: hue angle of 116.76º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F9B07 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 155 | 7 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.39 |
| HSL | 116.76º | 0.91% | 0.32% | - |
| HSV(B) | 116.76º | 0.95% | 0.61% | - |
| XYZ | 11.96 | 23.56 | 4.12 | - |
| YUV | 96.27 | 77.62 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 155 | 7 | 0.90 | 0 | 0.95 | 0.39 | 116.76 | 0.91 | 0.32 |
| Hex | F | 9B | 7 | 5A | 0 | 5F | 27 | 75 | 5B | 20 |
| Octal | 17 | 233 | 7 | 132 | 0 | 137 | 47 | 165 | 133 | 40 |
| Binary | 1111 | 10011011 | 111 | 1011010 | 0 | 1011111 | 100111 | 1110101 | 1011011 | 100000 |
Color Harmonies of #0F9B07
Complementary color
Monochromatic Colors of #0F9B07
Black with #0F9B07
Text Example
Text Example
White with #0F9B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9B07; }
p { color: rgb(15,155,7); }
H1.HeaderClassName
{
color: #0F9B07;
}
.AnyTagClassName
{
color: #0F9B07;
}
</style>
background-color css
<style>
a { background-color: #0F9B07; }
a { background-color: rgb(15,155,7); }
div.DivClassName
{
background-color: #0F9B07;
}
.BgClassName
{
background-color: #0F9B07;
}
</style>
border-color css
<style>
span { border-color: #0F9B07; }
span { border-color: rgb(15,155,7); }
td.TdClassName
{
border-color: #0F9B07;
}
.TagClassName
{
border-color: #0F9B07;
}
</style>