Shades of Islamic Green #0FBE0B
Tints of Islamic Green #0FBE0B
RGB
CMYK
RGB Variations
Color information
#0FBE0B (or 0x0FBE0B) is known color: Islamic Green. HEX triplet: 0F, BE and 0B. RGB value is (15,190,11). Sum of RGB (Red+Green+Blue) = 15+190+11=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 190 (74.61% from 255 or 87.96% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBE0B is #F041F4. Grayscale: #757575. Windows color (decimal): -15745525 or 769551. OLE color: 769551.
HSL color Cylindrical-coordinate representation of color #0FBE0B: hue angle of 118.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBE0B is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 190 | 11 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.25 |
| HSL | 118.66º | 0.89% | 0.39% | - |
| HSV(B) | 118.66º | 0.94% | 0.75% | - |
| XYZ | 18.67 | 36.95 | 6.47 | - |
| YUV | 117.27 | 68.02 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 11 | 0.92 | 0 | 0.94 | 0.25 | 118.66 | 0.89 | 0.39 |
| Hex | F | BE | B | 5C | 0 | 5E | 19 | 77 | 59 | 27 |
| Octal | 17 | 276 | 13 | 134 | 0 | 136 | 31 | 167 | 131 | 47 |
| Binary | 1111 | 10111110 | 1011 | 1011100 | 0 | 1011110 | 11001 | 1110111 | 1011001 | 100111 |
Color Harmonies of #0FBE0B
Complementary color
Monochromatic Colors of #0FBE0B
Black with #0FBE0B
Text Example
Text Example
White with #0FBE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBE0B; }
p { color: rgb(15,190,11); }
H1.HeaderClassName
{
color: #0FBE0B;
}
.AnyTagClassName
{
color: #0FBE0B;
}
</style>
background-color css
<style>
a { background-color: #0FBE0B; }
a { background-color: rgb(15,190,11); }
div.DivClassName
{
background-color: #0FBE0B;
}
.BgClassName
{
background-color: #0FBE0B;
}
</style>
border-color css
<style>
span { border-color: #0FBE0B; }
span { border-color: rgb(15,190,11); }
td.TdClassName
{
border-color: #0FBE0B;
}
.TagClassName
{
border-color: #0FBE0B;
}
</style>