Shades of Islamic Green #0FB00B
Tints of Islamic Green #0FB00B
RGB
CMYK
RGB Variations
Color information
#0FB00B (or 0x0FB00B) is known color: Islamic Green. HEX triplet: 0F, B0 and 0B. RGB value is (15,176,11). Sum of RGB (Red+Green+Blue) = 15+176+11=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 176 (69.14% from 255 or 87.13% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB00B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB00B is #F04FF4. Grayscale: #6D6D6D. Windows color (decimal): -15749109 or 765967. OLE color: 765967.
HSL color Cylindrical-coordinate representation of color #0FB00B: hue angle of 118.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FB00B is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 11 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.31 |
| HSL | 118.55º | 0.88% | 0.37% | - |
| HSV(B) | 118.55º | 0.94% | 0.69% | - |
| XYZ | 15.78 | 31.18 | 5.5 | - |
| YUV | 109.05 | 72.66 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 11 | 0.91 | 0 | 0.94 | 0.31 | 118.55 | 0.88 | 0.37 |
| Hex | F | B0 | B | 5B | 0 | 5E | 1F | 77 | 58 | 25 |
| Octal | 17 | 260 | 13 | 133 | 0 | 136 | 37 | 167 | 130 | 45 |
| Binary | 1111 | 10110000 | 1011 | 1011011 | 0 | 1011110 | 11111 | 1110111 | 1011000 | 100101 |
Color Harmonies of #0FB00B
Complementary color
Monochromatic Colors of #0FB00B
Black with #0FB00B
Text Example
Text Example
White with #0FB00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB00B; }
p { color: rgb(15,176,11); }
H1.HeaderClassName
{
color: #0FB00B;
}
.AnyTagClassName
{
color: #0FB00B;
}
</style>
background-color css
<style>
a { background-color: #0FB00B; }
a { background-color: rgb(15,176,11); }
div.DivClassName
{
background-color: #0FB00B;
}
.BgClassName
{
background-color: #0FB00B;
}
</style>
border-color css
<style>
span { border-color: #0FB00B; }
span { border-color: rgb(15,176,11); }
td.TdClassName
{
border-color: #0FB00B;
}
.TagClassName
{
border-color: #0FB00B;
}
</style>