Shades of Islamic Green #0FB500
Tints of Islamic Green #0FB500
RGB
CMYK
RGB Variations
Color information
#0FB500 (or 0x0FB500) is known color: Islamic Green. HEX triplet: 0F, B5 and 00. RGB value is (15,181,0). Sum of RGB (Red+Green+Blue) = 15+181+0=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 181 (71.09% from 255 or 92.35% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB500 is #F04AFF. Grayscale: #6F6F6F. Windows color (decimal): -15747840 or 46351. OLE color: 46351.
HSL color Cylindrical-coordinate representation of color #0FB500: hue angle of 115.03º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FB500 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.29 |
| HSL | 115.03º | 1% | 0.35% | - |
| HSV(B) | 115.03º | 1% | 0.71% | - |
| XYZ | 16.72 | 33.15 | 5.52 | - |
| YUV | 110.73 | 65.5 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 0 | 0.92 | 0 | 1 | 0.29 | 115.03 | 1 | 0.35 |
| Hex | F | B5 | 0 | 5C | 0 | 64 | 1D | 73 | 64 | 23 |
| Octal | 17 | 265 | 0 | 134 | 0 | 144 | 35 | 163 | 144 | 43 |
| Binary | 1111 | 10110101 | 0 | 1011100 | 0 | 1100100 | 11101 | 1110011 | 1100100 | 100011 |
Color Harmonies of #0FB500
Complementary color
Monochromatic Colors of #0FB500
Black with #0FB500
Text Example
Text Example
White with #0FB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB500; }
p { color: rgb(15,181,0); }
H1.HeaderClassName
{
color: #0FB500;
}
.AnyTagClassName
{
color: #0FB500;
}
</style>
background-color css
<style>
a { background-color: #0FB500; }
a { background-color: rgb(15,181,0); }
div.DivClassName
{
background-color: #0FB500;
}
.BgClassName
{
background-color: #0FB500;
}
</style>
border-color css
<style>
span { border-color: #0FB500; }
span { border-color: rgb(15,181,0); }
td.TdClassName
{
border-color: #0FB500;
}
.TagClassName
{
border-color: #0FB500;
}
</style>