Shades of Islamic Green #0FB306
Tints of Islamic Green #0FB306
RGB
CMYK
RGB Variations
Color information
#0FB306 (or 0x0FB306) is known color: Islamic Green. HEX triplet: 0F, B3 and 06. RGB value is (15,179,6). Sum of RGB (Red+Green+Blue) = 15+179+6=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 179 (70.31% from 255 or 89.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB306 is #F04CF9. Grayscale: #6E6E6E. Windows color (decimal): -15748346 or 439055. OLE color: 439055.
HSL color Cylindrical-coordinate representation of color #0FB306: hue angle of 116.88º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FB306 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 6 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.30 |
| HSL | 116.88º | 0.94% | 0.36% | - |
| HSV(B) | 116.88º | 0.97% | 0.7% | - |
| XYZ | 16.35 | 32.35 | 5.56 | - |
| YUV | 110.24 | 69.17 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 6 | 0.92 | 0 | 0.97 | 0.30 | 116.88 | 0.94 | 0.36 |
| Hex | F | B3 | 6 | 5C | 0 | 61 | 1E | 75 | 5E | 24 |
| Octal | 17 | 263 | 6 | 134 | 0 | 141 | 36 | 165 | 136 | 44 |
| Binary | 1111 | 10110011 | 110 | 1011100 | 0 | 1100001 | 11110 | 1110101 | 1011110 | 100100 |
Color Harmonies of #0FB306
Complementary color
Monochromatic Colors of #0FB306
Black with #0FB306
Text Example
Text Example
White with #0FB306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB306; }
p { color: rgb(15,179,6); }
H1.HeaderClassName
{
color: #0FB306;
}
.AnyTagClassName
{
color: #0FB306;
}
</style>
background-color css
<style>
a { background-color: #0FB306; }
a { background-color: rgb(15,179,6); }
div.DivClassName
{
background-color: #0FB306;
}
.BgClassName
{
background-color: #0FB306;
}
</style>
border-color css
<style>
span { border-color: #0FB306; }
span { border-color: rgb(15,179,6); }
td.TdClassName
{
border-color: #0FB306;
}
.TagClassName
{
border-color: #0FB306;
}
</style>