Shades of Islamic Green #0FB019
Tints of Islamic Green #0FB019
RGB
CMYK
RGB Variations
Color information
#0FB019 (or 0x0FB019) is known color: Islamic Green. HEX triplet: 0F, B0 and 19. RGB value is (15,176,25). Sum of RGB (Red+Green+Blue) = 15+176+25=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 176 (69.14% from 255 or 81.48% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB019 is #F04FE6. Grayscale: #6F6F6F. Windows color (decimal): -15749095 or 1683471. OLE color: 1683471.
HSL color Cylindrical-coordinate representation of color #0FB019: hue angle of 123.73º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB019 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 25 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.31 |
| HSL | 123.73º | 0.84% | 0.37% | - |
| HSV(B) | 123.73º | 0.91% | 0.69% | - |
| XYZ | 15.9 | 31.22 | 6.11 | - |
| YUV | 110.65 | 79.66 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 25 | 0.91 | 0 | 0.86 | 0.31 | 123.73 | 0.84 | 0.37 |
| Hex | F | B0 | 19 | 5B | 0 | 56 | 1F | 7C | 54 | 25 |
| Octal | 17 | 260 | 31 | 133 | 0 | 126 | 37 | 174 | 124 | 45 |
| Binary | 1111 | 10110000 | 11001 | 1011011 | 0 | 1010110 | 11111 | 1111100 | 1010100 | 100101 |
Color Harmonies of #0FB019
Complementary color
Monochromatic Colors of #0FB019
Black with #0FB019
Text Example
Text Example
White with #0FB019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB019; }
p { color: rgb(15,176,25); }
H1.HeaderClassName
{
color: #0FB019;
}
.AnyTagClassName
{
color: #0FB019;
}
</style>
background-color css
<style>
a { background-color: #0FB019; }
a { background-color: rgb(15,176,25); }
div.DivClassName
{
background-color: #0FB019;
}
.BgClassName
{
background-color: #0FB019;
}
</style>
border-color css
<style>
span { border-color: #0FB019; }
span { border-color: rgb(15,176,25); }
td.TdClassName
{
border-color: #0FB019;
}
.TagClassName
{
border-color: #0FB019;
}
</style>