Shades of Islamic Green #0FB004
Tints of Islamic Green #0FB004
RGB
CMYK
RGB Variations
Color information
#0FB004 (or 0x0FB004) is known color: Islamic Green. HEX triplet: 0F, B0 and 04. RGB value is (15,176,4). Sum of RGB (Red+Green+Blue) = 15+176+4=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 176 (69.14% from 255 or 90.26% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB004 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB004 is #F04FFB. Grayscale: #6C6C6C. Windows color (decimal): -15749116 or 307215. OLE color: 307215.
HSL color Cylindrical-coordinate representation of color #0FB004: hue angle of 116.16º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FB004 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 4 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.31 |
| HSL | 116.16º | 0.96% | 0.35% | - |
| HSV(B) | 116.16º | 0.98% | 0.69% | - |
| XYZ | 15.74 | 31.16 | 5.3 | - |
| YUV | 108.25 | 69.16 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 4 | 0.91 | 0 | 0.98 | 0.31 | 116.16 | 0.96 | 0.35 |
| Hex | F | B0 | 4 | 5B | 0 | 62 | 1F | 74 | 60 | 23 |
| Octal | 17 | 260 | 4 | 133 | 0 | 142 | 37 | 164 | 140 | 43 |
| Binary | 1111 | 10110000 | 100 | 1011011 | 0 | 1100010 | 11111 | 1110100 | 1100000 | 100011 |
Color Harmonies of #0FB004
Complementary color
Monochromatic Colors of #0FB004
Black with #0FB004
Text Example
Text Example
White with #0FB004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB004; }
p { color: rgb(15,176,4); }
H1.HeaderClassName
{
color: #0FB004;
}
.AnyTagClassName
{
color: #0FB004;
}
</style>
background-color css
<style>
a { background-color: #0FB004; }
a { background-color: rgb(15,176,4); }
div.DivClassName
{
background-color: #0FB004;
}
.BgClassName
{
background-color: #0FB004;
}
</style>
border-color css
<style>
span { border-color: #0FB004; }
span { border-color: rgb(15,176,4); }
td.TdClassName
{
border-color: #0FB004;
}
.TagClassName
{
border-color: #0FB004;
}
</style>