Shades of Islamic Green #0FB405
Tints of Islamic Green #0FB405
RGB
CMYK
RGB Variations
Color information
#0FB405 (or 0x0FB405) is known color: Islamic Green. HEX triplet: 0F, B4 and 05. RGB value is (15,180,5). Sum of RGB (Red+Green+Blue) = 15+180+5=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 180 (70.70% from 255 or 90% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB405 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB405 is #F04BFA. Grayscale: #6F6F6F. Windows color (decimal): -15748091 or 373775. OLE color: 373775.
HSL color Cylindrical-coordinate representation of color #0FB405: hue angle of 116.57º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FB405 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 5 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.29 |
| HSL | 116.57º | 0.95% | 0.36% | - |
| HSV(B) | 116.57º | 0.97% | 0.71% | - |
| XYZ | 16.55 | 32.76 | 5.59 | - |
| YUV | 110.72 | 68.34 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 5 | 0.92 | 0 | 0.97 | 0.29 | 116.57 | 0.95 | 0.36 |
| Hex | F | B4 | 5 | 5C | 0 | 61 | 1D | 75 | 5F | 24 |
| Octal | 17 | 264 | 5 | 134 | 0 | 141 | 35 | 165 | 137 | 44 |
| Binary | 1111 | 10110100 | 101 | 1011100 | 0 | 1100001 | 11101 | 1110101 | 1011111 | 100100 |
Color Harmonies of #0FB405
Complementary color
Monochromatic Colors of #0FB405
Black with #0FB405
Text Example
Text Example
White with #0FB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB405; }
p { color: rgb(15,180,5); }
H1.HeaderClassName
{
color: #0FB405;
}
.AnyTagClassName
{
color: #0FB405;
}
</style>
background-color css
<style>
a { background-color: #0FB405; }
a { background-color: rgb(15,180,5); }
div.DivClassName
{
background-color: #0FB405;
}
.BgClassName
{
background-color: #0FB405;
}
</style>
border-color css
<style>
span { border-color: #0FB405; }
span { border-color: rgb(15,180,5); }
td.TdClassName
{
border-color: #0FB405;
}
.TagClassName
{
border-color: #0FB405;
}
</style>