Shades of Islamic Green #0FB10D
Tints of Islamic Green #0FB10D
RGB
CMYK
RGB Variations
Color information
#0FB10D (or 0x0FB10D) is known color: Islamic Green. HEX triplet: 0F, B1 and 0D. RGB value is (15,177,13). Sum of RGB (Red+Green+Blue) = 15+177+13=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 177 (69.53% from 255 or 86.34% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB10D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB10D is #F04EF2. Grayscale: #6E6E6E. Windows color (decimal): -15748851 or 897295. OLE color: 897295.
HSL color Cylindrical-coordinate representation of color #0FB10D: hue angle of 119.27º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB10D is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 13 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.31 |
| HSL | 119.27º | 0.86% | 0.37% | - |
| HSV(B) | 119.27º | 0.93% | 0.69% | - |
| XYZ | 15.99 | 31.57 | 5.63 | - |
| YUV | 109.87 | 73.33 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 13 | 0.92 | 0 | 0.93 | 0.31 | 119.27 | 0.86 | 0.37 |
| Hex | F | B1 | D | 5C | 0 | 5D | 1F | 77 | 56 | 25 |
| Octal | 17 | 261 | 15 | 134 | 0 | 135 | 37 | 167 | 126 | 45 |
| Binary | 1111 | 10110001 | 1101 | 1011100 | 0 | 1011101 | 11111 | 1110111 | 1010110 | 100101 |
Color Harmonies of #0FB10D
Complementary color
Monochromatic Colors of #0FB10D
Black with #0FB10D
Text Example
Text Example
White with #0FB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB10D; }
p { color: rgb(15,177,13); }
H1.HeaderClassName
{
color: #0FB10D;
}
.AnyTagClassName
{
color: #0FB10D;
}
</style>
background-color css
<style>
a { background-color: #0FB10D; }
a { background-color: rgb(15,177,13); }
div.DivClassName
{
background-color: #0FB10D;
}
.BgClassName
{
background-color: #0FB10D;
}
</style>
border-color css
<style>
span { border-color: #0FB10D; }
span { border-color: rgb(15,177,13); }
td.TdClassName
{
border-color: #0FB10D;
}
.TagClassName
{
border-color: #0FB10D;
}
</style>