Shades of Islamic Green #0FB101
Tints of Islamic Green #0FB101
RGB
CMYK
RGB Variations
Color information
#0FB101 (or 0x0FB101) is known color: Islamic Green. HEX triplet: 0F, B1 and 01. RGB value is (15,177,1). Sum of RGB (Red+Green+Blue) = 15+177+1=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 177 (69.53% from 255 or 91.71% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB101 is #F04EFE. Grayscale: #6D6D6D. Windows color (decimal): -15748863 or 110863. OLE color: 110863.
HSL color Cylindrical-coordinate representation of color #0FB101: hue angle of 115.23º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FB101 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.31 |
| HSL | 115.23º | 0.99% | 0.35% | - |
| HSV(B) | 115.23º | 0.99% | 0.69% | - |
| XYZ | 15.92 | 31.55 | 5.28 | - |
| YUV | 108.5 | 67.33 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 1 | 0.92 | 0 | 0.99 | 0.31 | 115.23 | 0.99 | 0.35 |
| Hex | F | B1 | 1 | 5C | 0 | 63 | 1F | 73 | 63 | 23 |
| Octal | 17 | 261 | 1 | 134 | 0 | 143 | 37 | 163 | 143 | 43 |
| Binary | 1111 | 10110001 | 1 | 1011100 | 0 | 1100011 | 11111 | 1110011 | 1100011 | 100011 |
Color Harmonies of #0FB101
Complementary color
Monochromatic Colors of #0FB101
Black with #0FB101
Text Example
Text Example
White with #0FB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB101; }
p { color: rgb(15,177,1); }
H1.HeaderClassName
{
color: #0FB101;
}
.AnyTagClassName
{
color: #0FB101;
}
</style>
background-color css
<style>
a { background-color: #0FB101; }
a { background-color: rgb(15,177,1); }
div.DivClassName
{
background-color: #0FB101;
}
.BgClassName
{
background-color: #0FB101;
}
</style>
border-color css
<style>
span { border-color: #0FB101; }
span { border-color: rgb(15,177,1); }
td.TdClassName
{
border-color: #0FB101;
}
.TagClassName
{
border-color: #0FB101;
}
</style>