Shades of Islamic Green #0FBF14
Tints of Islamic Green #0FBF14
RGB
CMYK
RGB Variations
Color information
#0FBF14 (or 0x0FBF14) is known color: Islamic Green. HEX triplet: 0F, BF and 14. RGB value is (15,191,20). Sum of RGB (Red+Green+Blue) = 15+191+20=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 191 (75% from 255 or 84.51% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBF14 is #F040EB. Grayscale: #777777. Windows color (decimal): -15745260 or 1359631. OLE color: 1359631.
HSL color Cylindrical-coordinate representation of color #0FBF14: hue angle of 121.7º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF14 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 20 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.25 |
| HSL | 121.7º | 0.85% | 0.4% | - |
| HSV(B) | 121.7º | 0.92% | 0.75% | - |
| XYZ | 18.95 | 37.41 | 6.88 | - |
| YUV | 118.88 | 72.19 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 20 | 0.92 | 0 | 0.90 | 0.25 | 121.7 | 0.85 | 0.4 |
| Hex | F | BF | 14 | 5C | 0 | 5A | 19 | 7A | 55 | 28 |
| Octal | 17 | 277 | 24 | 134 | 0 | 132 | 31 | 172 | 125 | 50 |
| Binary | 1111 | 10111111 | 10100 | 1011100 | 0 | 1011010 | 11001 | 1111010 | 1010101 | 101000 |
Color Harmonies of #0FBF14
Complementary color
Monochromatic Colors of #0FBF14
Black with #0FBF14
Text Example
Text Example
White with #0FBF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF14; }
p { color: rgb(15,191,20); }
H1.HeaderClassName
{
color: #0FBF14;
}
.AnyTagClassName
{
color: #0FBF14;
}
</style>
background-color css
<style>
a { background-color: #0FBF14; }
a { background-color: rgb(15,191,20); }
div.DivClassName
{
background-color: #0FBF14;
}
.BgClassName
{
background-color: #0FBF14;
}
</style>
border-color css
<style>
span { border-color: #0FBF14; }
span { border-color: rgb(15,191,20); }
td.TdClassName
{
border-color: #0FBF14;
}
.TagClassName
{
border-color: #0FBF14;
}
</style>