Shades of Islamic Green #0FB219
Tints of Islamic Green #0FB219
RGB
CMYK
RGB Variations
Color information
#0FB219 (or 0x0FB219) is known color: Islamic Green. HEX triplet: 0F, B2 and 19. RGB value is (15,178,25). Sum of RGB (Red+Green+Blue) = 15+178+25=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 178 (69.92% from 255 or 81.65% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB219 is #F04DE6. Grayscale: #707070. Windows color (decimal): -15748583 or 1683983. OLE color: 1683983.
HSL color Cylindrical-coordinate representation of color #0FB219: hue angle of 123.68º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB219 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 25 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.30 |
| HSL | 123.68º | 0.84% | 0.38% | - |
| HSV(B) | 123.68º | 0.92% | 0.7% | - |
| XYZ | 16.29 | 32.01 | 6.24 | - |
| YUV | 111.82 | 79 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 25 | 0.92 | 0 | 0.86 | 0.30 | 123.68 | 0.84 | 0.38 |
| Hex | F | B2 | 19 | 5C | 0 | 56 | 1E | 7C | 54 | 26 |
| Octal | 17 | 262 | 31 | 134 | 0 | 126 | 36 | 174 | 124 | 46 |
| Binary | 1111 | 10110010 | 11001 | 1011100 | 0 | 1010110 | 11110 | 1111100 | 1010100 | 100110 |
Color Harmonies of #0FB219
Complementary color
Monochromatic Colors of #0FB219
Black with #0FB219
Text Example
Text Example
White with #0FB219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB219; }
p { color: rgb(15,178,25); }
H1.HeaderClassName
{
color: #0FB219;
}
.AnyTagClassName
{
color: #0FB219;
}
</style>
background-color css
<style>
a { background-color: #0FB219; }
a { background-color: rgb(15,178,25); }
div.DivClassName
{
background-color: #0FB219;
}
.BgClassName
{
background-color: #0FB219;
}
</style>
border-color css
<style>
span { border-color: #0FB219; }
span { border-color: rgb(15,178,25); }
td.TdClassName
{
border-color: #0FB219;
}
.TagClassName
{
border-color: #0FB219;
}
</style>