Shades of Islamic Green #0FB700
Tints of Islamic Green #0FB700
RGB
CMYK
RGB Variations
Color information
#0FB700 (or 0x0FB700) is known color: Islamic Green. HEX triplet: 0F, B7 and 00. RGB value is (15,183,0). Sum of RGB (Red+Green+Blue) = 15+183+0=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 183 (71.88% from 255 or 92.42% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB700 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB700 is #F048FF. Grayscale: #707070. Windows color (decimal): -15747328 or 46863. OLE color: 46863.
HSL color Cylindrical-coordinate representation of color #0FB700: hue angle of 115.08º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FB700 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.28 |
| HSL | 115.08º | 1% | 0.36% | - |
| HSV(B) | 115.08º | 1% | 0.72% | - |
| XYZ | 17.13 | 33.97 | 5.65 | - |
| YUV | 111.91 | 64.84 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 0 | 0.92 | 0 | 1 | 0.28 | 115.08 | 1 | 0.36 |
| Hex | F | B7 | 0 | 5C | 0 | 64 | 1C | 73 | 64 | 24 |
| Octal | 17 | 267 | 0 | 134 | 0 | 144 | 34 | 163 | 144 | 44 |
| Binary | 1111 | 10110111 | 0 | 1011100 | 0 | 1100100 | 11100 | 1110011 | 1100100 | 100100 |
Color Harmonies of #0FB700
Complementary color
Monochromatic Colors of #0FB700
Black with #0FB700
Text Example
Text Example
White with #0FB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB700; }
p { color: rgb(15,183,0); }
H1.HeaderClassName
{
color: #0FB700;
}
.AnyTagClassName
{
color: #0FB700;
}
</style>
background-color css
<style>
a { background-color: #0FB700; }
a { background-color: rgb(15,183,0); }
div.DivClassName
{
background-color: #0FB700;
}
.BgClassName
{
background-color: #0FB700;
}
</style>
border-color css
<style>
span { border-color: #0FB700; }
span { border-color: rgb(15,183,0); }
td.TdClassName
{
border-color: #0FB700;
}
.TagClassName
{
border-color: #0FB700;
}
</style>